summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-03-13feat: post-elaboration sanity check for tools, acceptance criteria, and dev p...Peter Stone
2026-03-13feat: resume support, summary extraction, and task state improvementsPeter Stone
2026-03-12feat: add Resume support for CANCELLED, FAILED, and BUDGET_EXCEEDED tasksClaudomator Agent
2026-03-11feat: add Stats tab with task distribution and execution health metricsClaudomator Agent
2026-03-11feat: require agents to write a final summary before exitingClaudomator Agent
2026-03-11fix: clear question_json when restarting a task via ResetTaskForRetryPeter Stone
2026-03-11fix: resume BLOCKED tasks in preserved sandbox so Claude finds its sessionPeter Stone
2026-03-10test: sandbox coverage + fix WebSocket racesPeter Stone
2026-03-10task: promote validTransitions to package-level var; fix ADRPeter Stone
2026-03-10executor: fix session ID on second block-and-resume cyclePeter Stone
2026-03-10executor: explicit load balancing — code picks agent, classifier picks modelPeter Stone
2026-03-10feat: append verbatim user input to docs/RAW_NARRATIVE.mdPeter Stone
2026-03-10feat: include project context in elaborator promptPeter Stone
2026-03-10fix: ensure tasks are re-classified on manual restartPeter Stone
2026-03-10cli: implement --config flag to load TOML config fileClaudomator Agent
2026-03-10executor: extract handleRunResult to deduplicate error-classification logicClaudomator Agent
2026-03-10Remove legacy claude field and working_dir backward compatClaudomator Agent
2026-03-09executor: unblock parent task when all subtasks completeClaudomator Agent
2026-03-09executor: BLOCKED→READY for top-level tasks with subtasksClaudomator Agent
2026-03-09executor: log errors from all unchecked UpdateTaskState/UpdateTaskQuestion callsClaudomator Agent
2026-03-09storage: fix DeleteTask atomicity and use recursive CTEClaudomator Agent
2026-03-09storage: add missing indexes and ListRecentExecutions correctness testsClaudomator Agent
2026-03-09api: validate ?state= param in handleListTasks; standardize operation respons...Claudomator Agent
2026-03-09api: add configurable mockRunner and async error-path testsClaudomator Agent
2026-03-09executor: document kill-goroutine safety and add goroutine-leak testClaudomator Agent
2026-03-09task: remove legacy Claude field from Task structClaudomator Agent
2026-03-09executor: strengthen rate-limit avoidance in classifierPeter Stone
2026-03-09executor: fix sandbox teardown — remove working copy pull, retry push on co...Peter Stone
2026-03-09executor: fix map leaks in activePerAgent and rateLimitedClaudomator Agent
2026-03-09api: make workspace root configurable instead of hardcoded /workspaceClaudomator Agent
2026-03-09executor: update classifier model list to Claude 4.x and current Gemini modelsPeter Stone
2026-03-09executor: recover stale RUNNING tasks on server startupPeter Stone
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-09task: allow requeueing BUDGET_EXCEEDED tasksPeter Stone
2026-03-09executor: fix Claude rate-limit detection and prioritize Gemini when limitedPeter 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-08merge: pull latest from master and resolve conflictsPeter Stone
2026-03-08feat(executor): implement Gemini-based task classification and load balancingPeter 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