| Age | Commit message (Expand) | Author |
| 2026-03-08 | feat(executor): implement Gemini-based task classification and load balancing | Peter Stone |
| 2026-03-08 | cli: newLogger helper, defaultServerURL, shared http client, report command | Peter Stone |
| 2026-03-08 | config: Default() returns error | Peter Stone |
| 2026-03-08 | api: extend executions and log streaming endpoints | Peter Stone |
| 2026-03-08 | api: SetAPIToken, SetNotifier, questionStore, per-IP rate limiter | Peter Stone |
| 2026-03-08 | api: generic ScriptRegistry; collapse script endpoints | Peter Stone |
| 2026-03-08 | api: WebSocket auth, client cap, and ping keepalive | Peter Stone |
| 2026-03-08 | executor: internal dispatch queue; remove at-capacity rejection | Peter Stone |
| 2026-03-08 | storage: enforce valid state transitions in UpdateTaskState | Peter Stone |
| 2026-03-08 | feat: rename working_dir→project_dir; git sandbox execution | Peter Stone |
| 2026-03-08 | security(cli): validate --parallel flag is positive in run command | Claudomator |
| 2026-03-08 | refactor: address code review notes (backward compat, Gemini tests, unknown a... | Peter Stone |
| 2026-03-08 | refactor(api/cli): update logs and status for generic agents | Peter Stone |
| 2026-03-08 | refactor(storage): update templates to use generic agent config | Peter Stone |
| 2026-03-08 | refactor(executor): update runners and tests for generic agents | Peter Stone |
| 2026-03-08 | fix: detect quota exhaustion from stream; map to BUDGET_EXCEEDED not FAILED | Peter Stone |
| 2026-03-08 | refactor(task): transition to generic agent architecture | Peter Stone |
| 2026-03-08 | fix(storage): use Agent field instead of Claude in CreateTask | Peter Stone |
| 2026-03-08 | feat(api): update template handlers to use AgentConfig | Peter Stone |
| 2026-03-08 | test(api): update elaborate and validate tests to use AgentConfig | Peter Stone |
| 2026-03-08 | feat(api): update elaborate and validate endpoints to use AgentConfig | Peter Stone |
| 2026-03-08 | feat(wiring): configure GeminiRunner and update API server | Peter Stone |
| 2026-03-08 | feat(executor): implement GeminiRunner | Peter Stone |
| 2026-03-08 | feat(executor): support multiple runners in Pool | Peter Stone |
| 2026-03-08 | test(executor): update claude_test.go to use AgentConfig | Peter Stone |
| 2026-03-08 | test(api): update server_test.go to use AgentConfig and multiple runners | Peter Stone |
| 2026-03-08 | test(storage): update db_test.go to use AgentConfig | Peter Stone |
| 2026-03-08 | test(task): update validator and parser tests to use AgentConfig | Peter Stone |
| 2026-03-07 | agent: lower breakdown threshold to 3min; use claudomator create CLI for subt... | Peter Stone |
| 2026-03-07 | feat: add create CLI command with --parent-id; deploy to /usr/local/bin | Peter Stone |
| 2026-03-07 | feat: pass selected project directory to elaborate | Peter Stone |
| 2026-03-07 | ui: Project dropdown in new task dialog, first field, defaults to /workspace/... | Peter Stone |
| 2026-03-06 | recover: restore untracked work from recovery branch (no Gemini changes) | Peter Stone |
| 2026-03-06 | fix: use context.Background() for resume execution; allow CANCELLED→QUEUED ... | Peter Stone |
| 2026-03-06 | fix: persist session_id in UpdateExecution so BLOCKED tasks can resume | Peter Stone |
| 2026-03-06 | fix: implement cancel endpoint and pool cancel mechanism | Peter Stone |
| 2026-03-06 | feat: blocked task state for agent questions via session resume | Peter Stone |
| 2026-03-05 | executor: default permission_mode to bypassPermissions | Peter Stone |
| 2026-03-05 | executor: persist log paths at execution create time, not just at end | Peter Stone |
| 2026-03-05 | executor: detect stream-level failures when claude exits 0 | Peter Stone |
| 2026-03-05 | Rescue work from claudomator-work: question/answer, ratelimit, start-next-task | Peter Stone |
| 2026-03-05 | cli: add start command and version package | Peter Stone |
| 2026-03-04 | Add READY state for human-in-the-loop verification | Peter Stone |
| 2026-03-03 | Fix working_dir failures: validate path early, remove hardcoded /root | Peter Stone |
| 2026-03-03 | Add elaborate, logs-stream, templates, and subtask-list endpoints | Peter Stone |
| 2026-03-03 | Executor: dependency waiting and planning preamble | Peter Stone |
| 2026-03-03 | Add subtask support: parent_task_id, ListSubtasks, UpdateTask | Peter Stone |
| 2026-02-24 | Add embedded web UI and wire it into the HTTP server | Peter Stone |
| 2026-02-24 | Add logs CLI subcommand to tail execution output | Peter Stone |
| 2026-02-24 | Add --verbose flag to Claude subprocess invocation | Peter Stone |