| Age | Commit message (Expand) | Author |
| 2026-03-09 | web: show model alongside agent type on running task cards | Claudomator Agent |
| 2026-03-09 | web: show execution id and agent type on running task cards | Claudomator Agent |
| 2026-03-09 | executor: recover stale RUNNING tasks on server startup | Peter Stone |
| 2026-03-09 | web: skip task list re-render when dialog or panel is open | Peter Stone |
| 2026-03-09 | test: remove sandbox test output file | Peter Stone |
| 2026-03-09 | test: add sandbox test output file | Claudomator Agent |
| 2026-03-09 | chore: remove deleted template files from git | Peter Stone |
| 2026-03-09 | feat: delete templates feature and allow requeueing BUDGET_EXCEEDED tasks | Peter Stone |
| 2026-03-09 | web: sort Done/Interrupted tabs newest-first and filter Done tab by 24h | Peter Stone |
| 2026-03-09 | task: allow requeueing BUDGET_EXCEEDED tasks | Peter Stone |
| 2026-03-09 | executor: fix Claude rate-limit detection and prioritize Gemini when limited | Peter Stone |
| 2026-03-08 | web: include BUDGET_EXCEEDED and BLOCKED in interrupted view | Peter Stone |
| 2026-03-08 | executor: update gemini model to 2.5-flash-lite and fix classifier parsing | Peter Stone |
| 2026-03-08 | executor: push sandbox commits via bare repo, pull into working copy | Peter Stone |
| 2026-03-08 | executor: fix sandbox git fetch + inject prior failure history | Peter Stone |
| 2026-03-08 | task: add BLOCKED→READY to ValidTransition | Claudomator Agent |
| 2026-03-08 | executor: add git discipline section to agent preamble | Peter Stone |
| 2026-03-08 | fix(executor): use --no-hardlinks for sandbox git clone | Peter Stone |
| 2026-03-08 | fix: retry limits apply only to automatic retries, not manual runs | Peter Stone |
| 2026-03-08 | fix: restore task execution broken by add-gemini merge | Peter Stone |
| 2026-03-08 | fix(cli): register scripts in serve command | Peter Stone |
| 2026-03-08 | feat(web): remove Agent and Model selection from UI | Peter Stone |
| 2026-03-08 | fix(web): resolve merge conflicts and fix tab navigation | Peter Stone |
| 2026-03-08 | merge: pull latest from master and resolve conflicts | Peter Stone |
| 2026-03-08 | feat(executor): implement Gemini-based task classification and load balancing | Peter Stone |
| 2026-03-08 | docs: add ADR 003 security model | Peter Stone |
| 2026-03-08 | web/test: add active-pane, focus-preserve, is-user-editing, render-dedup tests | Peter Stone |
| 2026-03-08 | web/test: add Interrupted tab filter tests | Peter Stone |
| 2026-03-08 | go.mod: add BurntSushi/toml dependency | 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 | feat: stash uncommitted changes before build in deploy script | Peter Stone |
| 2026-03-08 | feat: make Running the default view on page load | Peter Stone |
| 2026-03-08 | feat: restore Running view (currently running + 24h execution history) | Peter Stone |
| 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 | feat(web): support agent type selection and rename Claude to Agent in UI | Peter Stone |
| 2026-03-08 | fix(storage): use Agent field instead of Claude in CreateTask | Peter Stone |