summaryrefslogtreecommitdiff
path: root/internal/executor
AgeCommit message (Expand)Author
10 daysfeat: containerized execution with agent tooling and deployment fixesPeter Stone
11 daysfix: address final container execution issues and cleanup review docsPeter Stone
11 daysfix: address round 3 review feedback for container executionPeter Stone
11 daysfix: address round 2 review feedback for container executionPeter Stone
11 daysfix: comprehensive addressing of container execution review feedbackPeter Stone
11 daysfeat: implement containerized repository-based execution modelPeter Stone
12 daysfix: hide deployment badge when not deployed and trim notification button labelPeter Stone
12 daysfeat: add web push notifications and file dropPeter Stone
12 daysfix: clean up activePerAgent before sending to resultChClaudomator Agent
12 daysfix: eliminate flaky race in TestPool_ActivePerAgent_DeletesZeroEntriesPeter Stone
12 daysfix: repair test regressions and add pre-commit/pre-push verification gatesPeter Stone
13 daysfix: permission denied and host key verification errors; add gemini elaborati...Peter Stone
13 daysfeat: add elaboration_input field to tasks for richer subtask placeholderClaudomator Agent
13 daysfix: promote stale BLOCKED parent tasks to READY on server startupPeter Stone
14 daysfeat: run build (Makefile, gradlew, or go build) before sandbox autocommitPeter Stone
14 daysfeat: fix task failures via sandbox improvements and display commits in Web UIPeter Stone
2026-03-14feat(Phase4): add file changes for changestats executor wiringClaude Sonnet 4.6
2026-03-14fix: surface agent stderr, auto-retry restart-killed tasks, handle stale sand...Peter Stone
2026-03-14fix: trust all directory owners in sandbox git commandsPeter Stone
2026-03-14feat: persist agent assignment before task executionClaudomator Agent
2026-03-14testClaudomator Agent
2026-03-14feat: add agent selector to UI and support direct agent assignmentPeter Stone
2026-03-14fix: cancel blocked tasks + auto-complete completion reportsPeter Stone
2026-03-13fix: enable Gemini file writing by passing --yolo and -p flagsPeter Stone
2026-03-13merge: resolve conflicts with local/master (stats tab + summary styles)Peter Stone
2026-03-13fix: resubmit QUEUED tasks on server startup to prevent them getting stuckPeter 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: require agents to write a final summary before exitingClaudomator Agent
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-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-10fix: ensure tasks are re-classified on manual restartPeter Stone
2026-03-10executor: extract handleRunResult to deduplicate error-classification logicClaudomator 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-09executor: document kill-goroutine safety and add goroutine-leak testClaudomator 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-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-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-08executor: add git discipline section to agent preamblePeter Stone
2026-03-08fix(executor): use --no-hardlinks for sandbox git clonePeter Stone