summaryrefslogtreecommitdiff
path: root/internal/api/server_test.go
AgeCommit message (Expand)Author
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
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-12feat: add Resume support for CANCELLED, FAILED, and BUDGET_EXCEEDED tasksClaudomator Agent
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-08fix: retry limits apply only to automatic retries, not manual runsPeter 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-08test(api): update server_test.go to use AgentConfig and multiple runnersPeter Stone
2026-03-06recover: restore untracked work from recovery branch (no Gemini changes)Peter 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-03Add elaborate, logs-stream, templates, and subtask-list endpointsPeter 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