summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Expand)Author
2026-04-03feat: fold completed tab into ready panel; stories tab firstPeter Stone
2026-03-29feat: add rotating background wallpaperPeter Stone
2026-03-26feat: show tasks and subtasks in story detail viewPeter Stone
2026-03-26fix: resolve dep-chain deadlock; broadcast task_started for UI visibilityPeter Stone
2026-03-26fix: expose drained state in agent status API; fix AgentEvent JSON casingPeter Stone
2026-03-25feat: add Stories UI — tab, list, new story elaborate/approve flowPeter Stone
2026-03-25fix: remove duplicate summary section in task panel, fix test mock DOMPeter Stone
2026-03-22feat: color logo based on build version hashPeter Stone
2026-03-22feat: surface error_msg on failed task cards in UIPeter Stone
2026-03-19feat: add errors, throughput, and billing sections to stats dashboardPeter Stone
2026-03-19feat: agent status dashboard with availability timeline and Gemini quota dete...Peter Stone
2026-03-18fix: address round 2 review feedback for container executionPeter Stone
2026-03-18fix: comprehensive addressing of container execution review feedbackPeter Stone
2026-03-18feat: implement containerized repository-based execution modelPeter Stone
2026-03-18fix: unsubscribe stale push subscription before re-subscribingClaudomator Agent
2026-03-17feat: persist active main tab to localStorageClaudomator Agent
2026-03-17chore: autocommit uncommitted changesClaudomator Agent
2026-03-16fix: wait for service worker to activate before subscribing to pushPeter Stone
2026-03-16fix: prefix SW registration path with BASE_PATHPeter Stone
2026-03-16fix: hide deployment badge when not deployed and trim notification button labelPeter Stone
2026-03-16feat: display project field in web UIClaudomator Agent
2026-03-16fix: serve sw.js from /api/push/sw.js to bypass Apache static file routingPeter Stone
2026-03-16feat: add web push notifications and file dropPeter Stone
2026-03-16feat: display deployment status badge on READY task cardsClaudomator Agent
2026-03-16feat: improve next-task selection and rejection UXPeter Stone
2026-03-16feat: add elaboration_input field to tasks for richer subtask placeholderClaudomator Agent
2026-03-16feat: replace static subtask placeholder with task descriptionClaudomator Agent
2026-03-16fix: restore running tab rendering and throttle history fetchPeter Stone
2026-03-15feat: overhaul auto-refresh system with intelligent polling and differential ...Peter Stone
2026-03-15feat: show subtask rollup on READY task cardsClaudomator Agent
2026-03-15feat: 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