Files
cleveragents-core/.opencode
HAL9000 bb41c4e69e fix(agents): fix checkpoint permissions + simplify dispatch to eliminate per-task API calls
- Change checkpoint from echo (blocked by 'echo $*' pattern) to sleep 0
- Rewrite dispatch step to launch ONE worker at a time sequentially
  instead of batching, reducing cognitive load on the model
- Simplify implementation supervisor worker parameters: always pass
  default tier values (tier 1/haiku, is_first_attempt=true) and let
  the worker's dispatcher mode handle escalation logic by reading
  comments itself. This eliminates 14+ API calls the supervisor was
  supposed to make before each dispatch cycle.
2026-04-21 04:13:50 +00:00
..