summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-08feat(api): update elaborate and validate endpoints to use AgentConfigPeter Stone
2026-03-08feat(wiring): configure GeminiRunner and update API serverPeter Stone
2026-03-08feat(executor): implement GeminiRunnerPeter Stone
2026-03-08feat(executor): support multiple runners in PoolPeter Stone
2026-03-08test(executor): update claude_test.go to use AgentConfigPeter Stone
2026-03-08test(api): update server_test.go to use AgentConfig and multiple runnersPeter Stone
2026-03-08test(storage): update db_test.go to use AgentConfigPeter Stone
2026-03-08test(task): update validator and parser tests to use AgentConfigPeter Stone
2026-03-07agent: lower breakdown threshold to 3min; use claudomator create CLI for subt...Peter Stone
2026-03-07feat: add create CLI command with --parent-id; deploy to /usr/local/binPeter 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-07ui: move Start Next button to header next to New TaskPeter 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: persist session_id in UpdateExecution so BLOCKED tasks can resumePeter Stone
2026-03-06fix: stop click propagation in question footer to prevent panel stealing focusPeter Stone
2026-03-06fix: next-task correctly handles READY parent and COMPLETED sibling casesPeter Stone
2026-03-06fix: next-task falls back to priority queue when no pending siblings remainPeter 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-05executor: default permission_mode to bypassPermissionsPeter Stone
2026-03-05executor: persist log paths at execution create time, not just at endPeter Stone
2026-03-05web: fix Restart button calling nonexistent /restart endpointPeter Stone
2026-03-05executor: detect stream-level failures when claude exits 0Peter Stone
2026-03-05web: add Accept/Reject for READY tasks, Start Next buttonPeter Stone
2026-03-05CLAUDE.md: add canonical repo constraintPeter Stone
2026-03-05Rescue work from claudomator-work: question/answer, ratelimit, start-next-taskPeter Stone
2026-03-05allow running deploy as non-rootPeter Stone
2026-03-05scripts: add debug-execution and deployPeter Stone
2026-03-05cli: add start command and version packagePeter Stone
2026-03-05scripts: make next-task machine-readable, simplify 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-03Web UI: tabs, new task modal with AI draft, templates panelPeter Stone
2026-03-03Add elaborate, logs-stream, templates, and subtask-list endpointsPeter Stone
2026-03-03Executor: dependency waiting and planning preamblePeter Stone
2026-03-03Add subtask support: parent_task_id, ListSubtasks, UpdateTaskPeter Stone
2026-03-03Update .gitignore: exclude test artifacts and temp filesPeter Stone
2026-03-03Add clickable fold to expand hidden completed/failed tasksPeter Stone
2026-02-24Add CLAUDE.md with project architecture and development guidancePeter Stone
2026-02-24Add embedded web UI and wire it into the HTTP serverPeter Stone
2026-02-24Add logs CLI subcommand to tail execution outputPeter Stone
2026-02-24Add --verbose flag to Claude subprocess invocationPeter Stone
2026-02-24Update .gitignore: exclude compiled binary and local Claude settingsPeter Stone
2026-02-24Add json tags to Task, ClaudeConfig, and RetryConfig structsPeter 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