diff --git a/web/src/views/acp/AcpSessionCreateView.vue b/web/src/views/acp/AcpSessionCreateView.vue new file mode 100644 index 0000000..f413a6a --- /dev/null +++ b/web/src/views/acp/AcpSessionCreateView.vue @@ -0,0 +1,160 @@ + + + + + New ACP Session + + + + Agent Kind + + -- choose -- + + {{ k.display_name }} + + + + + + + Branch (optional, takes priority) + + + + + + + Issue # (optional) + + + + Requirement # (optional) + + + + + + Branch resolution: explicit > issue > requirement > auto temp branch. + + + + Initial Prompt (optional) + + + + {{ errorMsg }} + + + + {{ submitting ? 'Creating...' : 'Create Session' }} + + + Cancel + + + + +
+ Branch resolution: explicit > issue > requirement > auto temp branch. +
{{ errorMsg }}