index
:
omni.git
live
not just a monorepo, its an *omnirepo*
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Omni
/
Agent
/
Worker.hs
Age
Commit message (
Expand
)
Author
2025-11-30
Fix jr loop: update model IDs and dev shell
HEAD
live
Ben Sima
2025-11-30
Remove amp dependency entirely
Ben Sima
2025-11-30
Add task complexity field and model selection
Ben Sima
2025-11-30
Replace amp subprocess with native Engine in Worker
Ben Sima
2025-11-29
Inject relevant facts into coder agent context
Ben Sima
2025-11-29
Inject task comments into agent context during work and review
Ben Sima
2025-11-28
Add comments field to tasks for providing extra context
Ben Sima
2025-11-28
Fix llm tool installation - update nixpkgs hash in Biz/Bild.nix
Ben Sima
2025-11-28
Truncate task title to 52 characters in commit message subject line
Ben Sima
2025-11-27
Add human notes field for intervention tasks
Ben Sima
2025-11-27
Display worker metrics on task detail page
Ben Sima
2025-11-27
Fix filter dropdowns returning empty string for All option
Ben Sima
2025-11-27
Add logActivity helper and integrate into Worker.hs
Ben Sima
2025-11-26
Improve worker prompt and fix output interleaving
Ben Sima
2025-11-26
Handle no-changes case: mark task Done instead of Review
Ben Sima
2025-11-26
Improve jr loop logging and fix review race condition
Ben Sima
2025-11-26
Use task title as commit subject, amp output as body
Ben Sima
2025-11-26
Fix worker: only set Review after commit succeeds
Ben Sima
2025-11-26
Simplify worker to use lint --fix
Ben Sima
2025-11-26
Clean commit message subject for gitlint compliance
Ben Sima
2025-11-26
Fix worker to run formatters before commit
Ben Sima
2025-11-25
jr: implement Gerrit-style conflict handling
Ben Sima
2025-11-25
worker: format commit messages for gitlint compliance
Ben Sima
2025-11-25
jr: add review command, --try-opus, Task-Id trailer
Ben Sima
2025-11-24
agent: restore git commit with amp output
Ben Sima
2025-11-24
Remove git actions from worker
Ben Sima
2025-11-24
fix(worker): remove unnecessary reset to worker branch
Ben Sima
2025-11-24
Allow worker to take a specific task to work on
Ben Sima
2025-11-24
Display credits correctly and don't loop agent
Ben Sima
2025-11-24
Restore AGENTS.md instructions to worker
Ben Sima
2025-11-22
fix: fix compilation and lint errors
Ben Sima
2025-11-22
task: complete t-1o2bxd11zv9 (Merge)
Ben Sima
2025-11-22
feat: implement t-1o2bxd11zv9
Ben Sima
2025-11-22
Fix: Add LambdaCase extension and fix imports, and update tasks
Ben Sima
2025-11-22
Merge task t-rWclFp3vN: Improve Worker status bar activity formatting
Ben Sima
2025-11-22
feat: capture amp summary and forbid commit
Omni Worker
2025-11-22
feat: include AGENTS.md in worker prompt
Omni Worker
2025-11-22
task: claim t-rWclFp3vN
Omni Worker
2025-11-22
fix: divide amp credits by 100 to display dollars
Omni Worker
2025-11-22
fix: read amp log from start and use totalCredits for accuracy
Omni Worker
2025-11-22
fix: parse correct json fields from amp logs
Omni Worker
2025-11-22
feat: stream amp logs to worker status bar
Omni Worker
2025-11-22
fix(agent): fix updateTaskStatus signature
Omni Worker
2025-11-22
fix(agent): update updateTaskStatus calls
Omni Worker
2025-11-21
feat(agent): add 2-line status monitoring UI
Omni Worker
2025-11-21
fix(agent): check for existing branch before creating
Omni Worker
2025-11-21
style: fix linting
Omni Worker
2025-11-21
feat(agent): implement smart base branch selection
Omni Worker
2025-11-21
task: t-rWa5yilwM.2 done (Omni.Agent.Worker)
Omni Worker
2025-11-21
feat: implement Omni.Agent.Worker loop logic
Omni Worker