From fc8f2db5d20019e55967499c7030bf89198d5b2f Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 7 May 2026 17:57:47 +0800 Subject: [PATCH] feat(web): AcpSessionCreateView (form with branch/issue/req fields) --- web/src/views/acp/AcpSessionCreateView.vue | 160 +++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 web/src/views/acp/AcpSessionCreateView.vue 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 }}