summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Expand)Author
8 daysfeat: add errors, throughput, and billing sections to stats dashboardPeter Stone
8 daysfeat: agent status dashboard with availability timeline and Gemini quota dete...Peter Stone
10 daysfix: address round 2 review feedback for container executionPeter Stone
10 daysfix: comprehensive addressing of container execution review feedbackPeter Stone
10 daysfeat: implement containerized repository-based execution modelPeter Stone
10 daysfix: unsubscribe stale push subscription before re-subscribingClaudomator Agent
11 daysfeat: persist active main tab to localStorageClaudomator Agent
11 dayschore: autocommit uncommitted changesClaudomator Agent
11 daysfix: wait for service worker to activate before subscribing to pushPeter Stone
11 daysfix: prefix SW registration path with BASE_PATHPeter Stone
11 daysfix: hide deployment badge when not deployed and trim notification button labelPeter Stone
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
12 daysfeat: add elaboration_input field to tasks for richer subtask placeholderClaudomator Agent
12 daysfeat: replace static subtask placeholder with task descriptionClaudomator Agent
12 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