summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-08feat: rename working_dir→project_dir; git sandbox executionPeter Stone
2026-03-08security(cli): validate --parallel flag is positive in run commandClaudomator
2026-03-08feat: stash uncommitted changes before build in deploy scriptPeter Stone
2026-03-08feat: make Running the default view on page loadPeter Stone
2026-03-08feat: restore Running view (currently running + 24h execution history)Peter Stone
2026-03-08refactor: address code review notes (backward compat, Gemini tests, unknown a...Peter Stone
2026-03-08refactor(api/cli): update logs and status for generic agentsPeter Stone
2026-03-08refactor(storage): update templates to use generic agent configPeter Stone
2026-03-08refactor(executor): update runners and tests for generic agentsPeter Stone
2026-03-08fix: detect quota exhaustion from stream; map to BUDGET_EXCEEDED not FAILEDPeter Stone
2026-03-08refactor(task): transition to generic agent architecturePeter Stone
2026-03-08feat(web): support agent type selection and rename Claude to Agent in UIPeter Stone
2026-03-08fix(storage): use Agent field instead of Claude in CreateTaskPeter Stone
2026-03-08feat(api): update template handlers to use AgentConfigPeter Stone
2026-03-08test(api): update elaborate and validate tests to use AgentConfigPeter Stone
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