summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-09executor: update classifier model list to Claude 4.x and current Gemini modelsPeter Stone
2026-03-09web: show model alongside agent type on running task cardsClaudomator Agent
2026-03-09web: show execution id and agent type on running task cardsClaudomator Agent
2026-03-09executor: recover stale RUNNING tasks on server startupPeter Stone
2026-03-09web: skip task list re-render when dialog or panel is openPeter Stone
2026-03-09test: remove sandbox test output filePeter Stone
2026-03-09test: add sandbox test output fileClaudomator Agent
2026-03-09chore: remove deleted template files from gitPeter Stone
2026-03-09feat: delete templates feature and allow requeueing BUDGET_EXCEEDED tasksPeter Stone
2026-03-09web: sort Done/Interrupted tabs newest-first and filter Done tab by 24hPeter Stone
2026-03-09task: allow requeueing BUDGET_EXCEEDED tasksPeter Stone
2026-03-09executor: fix Claude rate-limit detection and prioritize Gemini when limitedPeter Stone
2026-03-08web: include BUDGET_EXCEEDED and BLOCKED in interrupted viewPeter Stone
2026-03-08executor: update gemini model to 2.5-flash-lite and fix classifier parsingPeter Stone
2026-03-08executor: push sandbox commits via bare repo, pull into working copyPeter Stone
2026-03-08executor: fix sandbox git fetch + inject prior failure historyPeter Stone
2026-03-08task: add BLOCKED→READY to ValidTransitionClaudomator Agent
2026-03-08executor: add git discipline section to agent preamblePeter Stone
2026-03-08fix(executor): use --no-hardlinks for sandbox git clonePeter Stone
2026-03-08fix: retry limits apply only to automatic retries, not manual runsPeter Stone
2026-03-08fix: restore task execution broken by add-gemini mergePeter Stone
2026-03-08fix(cli): register scripts in serve commandPeter Stone
2026-03-08feat(web): remove Agent and Model selection from UIPeter Stone
2026-03-08fix(web): resolve merge conflicts and fix tab navigationPeter Stone
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