| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-21 | feat(agent): use haskell binary in start-worker.sh | Omni Worker | |
| Amp-Thread-ID: https://ampcode.com/threads/T-79499d9e-f4f4-40de-893c-524c32a45483 Co-authored-by: Amp <amp@ampcode.com> | |||
| 2025-11-21 | fix(doc): use live instead of origin/live for base branch | Omni Worker | |
| 2025-11-21 | feat(agent): show task details in console log | Omni Worker | |
| 2025-11-21 | fix(agent): build task binary in worker instead of copying | Omni Worker | |
| 2025-11-21 | fix(agent): ensure worker has task binary | Omni Worker | |
| 2025-11-21 | fix(agent): fix start-worker.sh crash and update workflow | Omni Worker | |
| 2025-11-20 | fix(worker): sleep when skipping already-completed tasks | Ben Sima | |
| 2025-11-20 | fix(worker): verify task status against live before claiming | Ben Sima | |
| 2025-11-20 | fix(worker): use force checkout for base branch | Ben Sima | |
| 2025-11-20 | fix(worker): handle rebase failures at start of loop | Ben Sima | |
| 2025-11-20 | fix(worker): handle rebase failures gracefully | Ben Sima | |
| If the rebase on live fails, we abort it to preserve the local state. We also verify that the task status update to 'review' succeeds before proceeding. | |||
| 2025-11-20 | fix(worker): force checkout to overwrite untracked files | Ben Sima | |
| 2025-11-20 | fix: rebase on local live branch | Ben Sima | |
| - Removed fetch origin - Rebasing directly on local live branch for shared-repo setup | |||
| 2025-11-20 | fix: update worker script to use rebase | Ben Sima | |
| - Ensures linear history on worker branch | |||
| 2025-11-20 | fix: enable debug logs for worker agent | Ben Sima | |
| - Allows monitoring tool execution details in amp.log | |||
| 2025-11-20 | feat: automate worker workflow in bash | Ben Sima | |
| - Replaced agent-driven workflow with robust bash script - Script handles task claiming, branching, syncing, and submission - Agent is now only responsible for implementation and testing - Eliminates context loss and process adherence issues | |||
| 2025-11-20 | Move agent log file to cabdir | Ben Sima | |
| 2025-11-20 | fix: capture worker agent logs to file | Ben Sima | |
| - Added --log-file amp.log to worker command - Allows users to monitor agent progress with tail -f | |||
| 2025-11-20 | fix: enable dangerously-allow-all for worker agent | Ben Sima | |
| - The autonomous worker needs to execute commands without interactive prompts - Added --dangerously-allow-all flag to start-worker.sh | |||
| 2025-11-20 | fix: improve start-worker.sh script | Ben Sima | |
| - Use 'git worktree list' to reliably find main repo and amp binary - Run amp in a loop with -x flag for autonomous execution - Support flexible worker path resolution | |||
| 2025-11-20 | feat: implement multi-agent workflow infrastructure | Ben Sima | |
| - Add 'Review' status to Task tool - Add Omni/Agent/ directory with setup and sync scripts - Add WORKER_AGENT_GUIDE.md - Configure custom merge driver for tasks.jsonl | |||
