summaryrefslogtreecommitdiff
path: root/internal/api
AgeCommit message (Expand)Author
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
2026-03-08api: WebSocket auth, client cap, and ping keepalivePeter Stone
2026-03-08feat: rename working_dir→project_dir; git sandbox executionPeter Stone
2026-03-07feat: pass selected project directory to elaboratePeter 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