summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Expand)Author
12 daysfeat: display project field in web UIClaudomator Agent
12 daysfix: serve sw.js from /api/push/sw.js to bypass Apache static file routingPeter Stone
12 daysfeat: add web push notifications and file dropPeter Stone
12 daysfeat: display deployment status badge on READY task cardsClaudomator Agent
12 daysfeat: improve next-task selection and rejection UXPeter Stone
13 daysfeat: add elaboration_input field to tasks for richer subtask placeholderClaudomator Agent
13 daysfeat: replace static subtask placeholder with task descriptionClaudomator Agent
13 daysfix: restore running tab rendering and throttle history fetchPeter Stone
13 daysfeat: overhaul auto-refresh system with intelligent polling and differential ...Peter Stone
13 daysfeat: show subtask rollup on READY task cardsClaudomator Agent
13 daysfeat: fix task failures via sandbox improvements and display commits in Web UIPeter Stone
2026-03-14feat: persist agent assignment before task executionClaudomator Agent
2026-03-14testClaudomator Agent
2026-03-14feat: add agent selector to UI and support direct agent assignmentPeter Stone
2026-03-14feat: show subtask rollup on BLOCKED tasks waiting for subtasksPeter Stone
2026-03-14fix: cancel blocked tasks + auto-complete completion reportsPeter Stone
2026-03-13fix: space tabs equally across full tab bar widthPeter Stone
2026-03-13feat: replace tab labels with emoji iconsPeter Stone
2026-03-13feat: reorganize web UI to 7-tab layout (Queue, Interrupted, Ready, Running, ...Claudomator Agent
2026-03-13fix: add .btn-resume CSS styling matching .btn-restartClaudomator Agent
2026-03-13feat: show New Task button on all tabsClaudomator Agent
2026-03-13merge: resolve conflicts with local/master (stats tab + summary styles)Peter Stone
2026-03-13feat: resume support, summary extraction, and task state improvementsPeter Stone
2026-03-12feat: add Resume support for CANCELLED, FAILED, and BUDGET_EXCEEDED tasksClaudomator Agent
2026-03-11feat: add Stats tab with task distribution and execution health metricsClaudomator Agent
2026-03-11feat: add Summary and Q&A History sections to task detail panelClaudomator Agent
2026-03-09web: show model alongside agent type on running task cardsClaudomator Agent
2026-03-09web: show execution id and agent type on running task cardsClaudomator Agent
2026-03-09web: skip task list re-render when dialog or panel is openPeter Stone
2026-03-09feat: delete templates feature and allow requeueing BUDGET_EXCEEDED tasksPeter Stone
2026-03-09web: sort Done/Interrupted tabs newest-first and filter Done tab by 24hPeter Stone
2026-03-09task: allow requeueing BUDGET_EXCEEDED tasksPeter Stone
2026-03-08web: include BUDGET_EXCEEDED and BLOCKED in interrupted viewPeter Stone
2026-03-08feat(web): remove Agent and Model selection from UIPeter Stone
2026-03-08fix(web): resolve merge conflicts and fix tab navigationPeter Stone
2026-03-08merge: pull latest from master and resolve conflictsPeter Stone
2026-03-08feat(executor): implement Gemini-based task classification and load balancingPeter Stone
2026-03-08web/test: add active-pane, focus-preserve, is-user-editing, render-dedup testsPeter Stone
2026-03-08web/test: add Interrupted tab filter testsPeter Stone
2026-03-08feat: rename working_dir→project_dir; git sandbox executionPeter Stone
2026-03-08feat: make Running the default view on page loadPeter Stone
2026-03-08feat: restore Running view (currently running + 24h execution history)Peter 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