summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 daysMerge remote-tracking branch 'local/master'Peter Stone
13 daysfeat: fix task failures via sandbox improvements and display commits in Web UIPeter Stone
13 daysfeat: add task count badges to interrupted, ready, and running tabsClaudomator Agent
14 daysfeat(Phase4): add file changes for changestats executor wiringClaude Sonnet 4.6
14 daysfeat: extract and store changestats from execution outputClaude Sonnet 4.6
14 daysfeat: expose changestats in API responsesClaudomator Agent
14 daysfeat: add Changestats struct and storage supportClaudomator Agent
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-14feat: show subtask rollup on BLOCKED tasks waiting for subtasksPeter Stone
2026-03-14fix: cancel blocked tasks + auto-complete completion reportsPeter Stone
2026-03-13test: add storage tests for UpdateTaskSummary and AppendTaskInteractionClaudomator Agent
2026-03-13fix: space tabs equally across full tab bar widthPeter Stone
2026-03-13feat: replace tab labels with emoji iconsPeter Stone
2026-03-13feat: reorganize web UI to 7-tab layout (Queue, Interrupted, Ready, Running, ...Claudomator Agent
2026-03-13fix: only write RAW_NARRATIVE.md when user explicitly provides project_dirPeter Stone
2026-03-13Merge branch 'master' of /site/git.terst.org/repos/claudomatorPeter Stone
2026-03-13fix: enable Gemini file writing by passing --yolo and -p flagsPeter Stone
2026-03-13fix: add .btn-resume CSS styling matching .btn-restartClaudomator Agent
2026-03-13feat: show New Task button on all tabsClaudomator Agent
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: 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: add Summary and Q&A History sections to task detail panelClaudomator Agent
2026-03-11feat: require agents to write a final summary before exitingClaudomator Agent
2026-03-11Merge remote-tracking branch 'local/master'Peter Stone
2026-03-11fix: clear question_json when restarting a task via ResetTaskForRetryPeter Stone
2026-03-11docs: add discovery notes and implementation plan for summary/QA featureClaudomator Agent
2026-03-11fix: resume BLOCKED tasks in preserved sandbox so Claude finds its sessionPeter Stone
2026-03-11docs: add executor package documentationClaudomator Agent
2026-03-11docs: add system architecture overviewClaudomator Agent
2026-03-10test: sandbox coverage + fix WebSocket racesPeter Stone
2026-03-10docs: add development narrative and ADRs 004-005Peter 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-10docs: add comprehensive documentation plan (tasks_plan.md)Claudomator Agent
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