summaryrefslogtreecommitdiff
path: root/internal/api/server.go
AgeCommit message (Expand)Author
12 daysfeat: add GitHub webhook endpoint for automatic CI failure task creationClaudomator Agent
12 daysfeat: add deployment status endpoint for tasksPeter 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: expose changestats in API responsesClaudomator Agent
2026-03-14feat: add agent selector to UI and support direct agent assignmentPeter Stone
2026-03-12feat: add Resume support for CANCELLED, FAILED, and BUDGET_EXCEEDED tasksClaudomator Agent
2026-03-11fix: resume BLOCKED tasks in preserved sandbox so Claude finds its sessionPeter 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: make workspace root configurable instead of hardcoded /workspaceClaudomator Agent
2026-03-09feat: delete templates feature and allow requeueing BUDGET_EXCEEDED tasksPeter 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: SetAPIToken, SetNotifier, questionStore, per-IP rate limiterPeter Stone
2026-03-08feat(wiring): configure GeminiRunner and update API serverPeter Stone
2026-03-07ui: Project dropdown in new task dialog, first field, defaults to /workspace/...Peter Stone
2026-03-06recover: restore untracked work from recovery branch (no Gemini changes)Peter Stone
2026-03-06fix: use context.Background() for resume execution; allow CANCELLED→QUEUED ...Peter Stone
2026-03-06fix: implement cancel endpoint and pool cancel mechanismPeter Stone
2026-03-06feat: blocked task state for agent questions via session resumePeter Stone
2026-03-05Rescue work from claudomator-work: question/answer, ratelimit, start-next-taskPeter Stone
2026-03-04Add READY state for human-in-the-loop verificationPeter Stone
2026-03-03Fix working_dir failures: validate path early, remove hardcoded /rootPeter Stone
2026-03-03Add elaborate, logs-stream, templates, and subtask-list endpointsPeter Stone
2026-02-24Add embedded web UI and wire it into the HTTP serverPeter Stone
2026-02-08Rename Go module to github.com/thepeterstone/claudomatorPeter Stone
2026-02-08Initial project: task model, executor, API server, CLI, storage, reporterPeter Stone