summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-06-03feat: add --base-path flag so UI routes API calls to correct prefixPeter Stone
2026-06-03feat: add --base-path flag to configure UI URL prefixPeter Stone
2026-06-03fix: clone from local mirror and sync from GitHub push eventsPeter Stone
2026-05-27refactor(executor): retire the file-based question/summary fallback (Phase 8)Claude
2026-05-26feat(config,cli): loopback-default binding with fail-loud on external (Phase 7)Claude
2026-05-26feat(api,web): budget headroom endpoint + UI chips (Phase 6)Claude
2026-05-26feat(executor): budget-gate the dispatcher — reroute to local or block (Pha...Claude
2026-05-26feat(budget,storage,config): per-provider spend accounting substrate (Phase 6)Claude
2026-05-26fix(executor): set IS_SANDBOX=1 so claude honors bypassPermissions under rootClaude
2026-05-26feat(executor,llm): LocalRunner agent-channel via OpenAI tool-use (Phase 5)Claude
2026-05-25feat(executor): wire the agent MCP back-channel for gemini containers (Phase 4)Claude
2026-05-25refactor(executor): delete the dead GeminiRunner stub and its sandbox helpers...Claude
2026-05-25feat(api,web): event-stream timeline (Phase 3)Claude
2026-05-25refactor(api): remove the natural-language elaborate REST endpoint (Phase 3)Claude
2026-05-25feat(api): chatbot-facing MCP server for task orchestration (Phase 3)Claude
2026-05-24refactor(executor): delete unused ClaudeRunner; keep sandbox helpers (Phase 2)Claude
2026-05-24feat(executor): MCP-oriented planning preamble, applied by ContainerRunner (P...Claude
2026-05-24feat(executor,api): wire agent MCP into ContainerRunner + mount /mcp (Phase 2)Claude
2026-05-24feat(executor): per-task agent MCP server + token registry (Phase 2)Claude
2026-05-24feat(executor): introduce AgentChannel seam for runner signalsClaude
2026-05-24feat(storage): emit subtask_spawned events on the parent streamClaude
2026-05-23feat(storage): dual-write question/summary/interaction flows to eventsClaude
2026-05-23feat(storage): emit state_change events on task transitionsClaude
2026-05-22feat(event,storage): add events table substrate for OSS redesignClaude
2026-05-20fix: use git tracking branch instead of hardcoded origin/master in teardownSa...Peter Stone
2026-05-20feat: add [runners] config section to toggle each runner on/offPeter Stone
2026-05-20fix: auto-load default config file and relax repository_url requirementPeter Stone
2026-05-13merge: integrate github/main — LocalRunner, real GeminiRunner, llm clientPeter Stone
2026-05-12feat(executor): bring GeminiRunner to sandbox-flow parity with ClaudeClaude
2026-05-07test(executor): verify explicit Claude commits are captured in execRecordClaude
2026-05-03fix: atomic execution creation + RUNNING state transitionPeter Stone
2026-05-03fix: prevent SHIPPABLE stories and wrong READY state on failed tasksPeter Stone
2026-05-03chore: close deferred work — real GeminiRunner, Local UI option, db.go cleanupClaude
2026-05-03chore: post-epic cleanup — green test suite, no skipsClaude
2026-05-02feat(executor): synthesize execution summary via local LLM fallbackClaude
2026-05-02feat(api): enrich CI failure task instructions via local LLMClaude
2026-04-28feat(api): route elaboration through local LLM when configuredClaude
2026-04-28feat(executor): add LocalRunner and OpenAI-compat LLM clientClaude
2026-04-11fix: tie pool submissions to server lifecycle contextClaude Agent
2026-04-11cleanup: remove dead code (QuestionRegistry, changestats wrappers, scanner.Err)Claudomator Agent
2026-04-04feat: acceptance_criteria per story task in elaboration and approvalPeter Stone
2026-04-04fix: ShipStory — use context.Background() to avoid request context cancella...Peter Stone
2026-04-04feat: story ship gate — explicit POST /api/stories/{id}/ship; remove auto-d...Peter Stone
2026-04-04fix: executor checker — close race, test flakiness, checker report for all ...Peter Stone
2026-04-04feat: spawn checker task on READY; auto-accept on pass; attach report on failPeter Stone
2026-04-04feat: add checker task columns, UpdateTaskCheckerReport, GetCheckerTaskPeter Stone
2026-04-04feat: add AcceptanceCriteria, CheckerForTaskID, CheckerReport to Task structPeter Stone
2026-04-03feat: require repository_url on tasks; fix UpdateTask to persist it; fix casc...Peter Stone
2026-04-03fix: remove drain-lock circuit breaker that halted all executions after 3 con...Peter Stone
2026-03-29feat: register modal-shell project; document project registryPeter Stone