summaryrefslogtreecommitdiff
path: root/internal/executor/claude.go
AgeCommit message (Expand)Author
2026-03-08executor: fix sandbox git fetch + inject prior failure historyPeter Stone
2026-03-08fix(executor): use --no-hardlinks for sandbox git clonePeter Stone
2026-03-08merge: pull latest from master and resolve conflictsPeter Stone
2026-03-08feat: rename working_dir→project_dir; git sandbox executionPeter 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-06feat: blocked task state for agent questions via session resumePeter Stone
2026-03-05executor: default permission_mode to bypassPermissionsPeter Stone
2026-03-05executor: persist log paths at execution create time, not just at endPeter Stone
2026-03-05executor: detect stream-level failures when claude exits 0Peter Stone
2026-03-05Rescue work from claudomator-work: question/answer, ratelimit, start-next-taskPeter Stone
2026-03-03Fix working_dir failures: validate path early, remove hardcoded /rootPeter Stone
2026-03-03Executor: dependency waiting and planning preamblePeter Stone
2026-02-24Add --verbose flag to Claude subprocess invocationPeter Stone
2026-02-08Rename Go module to github.com/thepeterstone/claudomatorPeter Stone
2026-02-08Initial project: task model, executor, API server, CLI, storage, reporterPeter Stone