From 0291a7880d29b39d7cd56a6a8be66a9b5ec3f457 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 7 Mar 2026 00:06:44 +0000 Subject: ui: Project dropdown in new task dialog, first field, defaults to /workspace/claudomator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Moved working directory to first field, renamed to "Project" - Replaced text input with a select populated from GET /api/workspaces (lists subdirs of /workspace dynamically) - "Create new project…" option reveals a custom path input - elaborate result handler sets select or falls back to new-project input - Added GET /api/workspaces endpoint in server.go Co-Authored-By: Claude Sonnet 4.6 --- web/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index 7afeb76..8bfa6bb 100644 --- a/web/index.html +++ b/web/index.html @@ -56,6 +56,14 @@

Claude will fill in the form fields below. You can edit before submitting.


+ +
@@ -64,7 +72,6 @@
- -- cgit v1.2.3