summaryrefslogtreecommitdiff
path: root/internal/api
AgeCommit message (Expand)Author
5 daysfeat: Phase 4 — story-aware execution, branch clone, story completion check...Claudomator Agent
6 daysfeat: color logo based on build version hashPeter Stone
6 daysfeat: Phase 5 — story elaboration endpoint, approve flow, branch creationClaudomator Agent
7 daysfeat: surface error_msg on failed task cards in UIPeter Stone
7 daysfeat: Phase 3 — stories data model, ValidStoryTransition, storage CRUD, API...Claudomator Agent
7 daysfeat: executor reliability — per-agent limit, drain gate, pre-flight creds,...Claudomator Agent
7 daysfeat: Phase 2 — project registry, legacy field cleanup, credential path fixPeter Stone
9 daysfeat: add errors, throughput, and billing sections to stats dashboardPeter Stone
9 daysfeat: agent status dashboard with availability timeline and Gemini quota dete...Peter Stone
10 daysfix: address final container execution issues and cleanup review docsPeter Stone
10 daysfix: comprehensive addressing of container execution review feedbackPeter Stone
10 daysfeat: implement containerized repository-based execution modelPeter Stone
12 daysfix: prefix SW registration path with BASE_PATHPeter Stone
12 daysfeat: expose project field in API and CLIClaudomator 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 daysfix: repair test regressions and add pre-commit/pre-push verification gatesPeter Stone
13 daysfeat: add GitHub webhook endpoint for automatic CI failure task creationClaudomator Agent
13 daysfeat: add deployment status endpoint for tasksPeter Stone
13 daysfix: permission denied and host key verification errors; add gemini elaborati...Peter Stone
13 daysfeat: add elaboration_input field to tasks for richer subtask placeholderClaudomator Agent
13 daysfeat: overhaul auto-refresh system with intelligent polling and differential ...Peter Stone
14 daysfeat(Phase4): add file changes for changestats executor wiringClaude Sonnet 4.6
2026-03-14feat: expose changestats in API responsesClaudomator Agent
2026-03-14testClaudomator Agent
2026-03-14feat: add agent selector to UI and support direct agent assignmentPeter Stone
2026-03-13fix: only write RAW_NARRATIVE.md when user explicitly provides project_dirPeter Stone
2026-03-13merge: resolve conflicts with local/master (stats tab + summary styles)Peter Stone
2026-03-13feat: post-elaboration sanity check for tools, acceptance criteria, and dev p...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-11fix: resume BLOCKED tasks in preserved sandbox so Claude finds its sessionPeter Stone
2026-03-10test: sandbox coverage + fix WebSocket racesPeter Stone
2026-03-10feat: append verbatim user input to docs/RAW_NARRATIVE.mdPeter Stone
2026-03-10feat: include project context in elaborator promptPeter Stone
2026-03-10fix: ensure tasks are re-classified on manual restartPeter Stone
2026-03-09api: validate ?state= param in handleListTasks; standardize operation respons...Claudomator Agent
2026-03-09api: add configurable mockRunner and async error-path testsClaudomator Agent
2026-03-09api: make workspace root configurable instead of hardcoded /workspaceClaudomator Agent
2026-03-09chore: remove deleted template files from gitPeter Stone
2026-03-09feat: delete templates feature and allow requeueing BUDGET_EXCEEDED tasksPeter Stone
2026-03-08executor: update gemini model to 2.5-flash-lite and fix classifier parsingPeter Stone
2026-03-08fix: retry limits apply only to automatic retries, not manual runsPeter Stone
2026-03-08fix: restore task execution broken by add-gemini mergePeter Stone
2026-03-08merge: pull latest from master and resolve conflictsPeter Stone
2026-03-08api: extend executions and log streaming endpointsPeter Stone
2026-03-08api: SetAPIToken, SetNotifier, questionStore, per-IP rate limiterPeter Stone
2026-03-08api: generic ScriptRegistry; collapse script endpointsPeter Stone