summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Expand)Author
2026-03-08feat(executor): implement Gemini-based task classification and load balancingPeter Stone
2026-03-08feat(web): support agent type selection and rename Claude to Agent in UIPeter Stone
2026-03-07feat: pass selected project directory to elaboratePeter Stone
2026-03-07ui: Project dropdown in new task dialog, first field, defaults to /workspace/...Peter Stone
2026-03-07ui: move Start Next button to header next to New TaskPeter Stone
2026-03-06recover: restore untracked work from recovery branch (no Gemini changes)Peter Stone
2026-03-06fix: stop click propagation in question footer to prevent panel stealing focusPeter Stone
2026-03-06fix: next-task falls back to priority queue when no pending siblings remainPeter Stone
2026-03-06feat: blocked task state for agent questions via session resumePeter Stone
2026-03-05web: fix Restart button calling nonexistent /restart endpointPeter Stone
2026-03-05web: add Accept/Reject for READY tasks, Start Next buttonPeter Stone
2026-03-05Rescue work from claudomator-work: question/answer, ratelimit, start-next-taskPeter Stone
2026-03-03Web UI: tabs, new task modal with AI draft, templates panelPeter Stone
2026-03-03Add clickable fold to expand hidden completed/failed tasksPeter Stone
2026-02-24Add embedded web UI and wire it into the HTTP serverPeter Stone