summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-08merge: pull latest from master and resolve conflictsPeter Stone
2026-03-08feat(executor): implement Gemini-based task classification and load balancingPeter Stone
2026-03-08docs: add ADR 003 security modelPeter Stone
2026-03-08web/test: add active-pane, focus-preserve, is-user-editing, render-dedup testsPeter Stone
2026-03-08web/test: add Interrupted tab filter testsPeter Stone
2026-03-08go.mod: add BurntSushi/toml dependencyPeter Stone
2026-03-08cli: newLogger helper, defaultServerURL, shared http client, report commandPeter Stone
2026-03-08config: Default() returns errorPeter Stone
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-08executor: internal dispatch queue; remove at-capacity rejectionPeter Stone
2026-03-08storage: enforce valid state transitions in UpdateTaskStatePeter Stone
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