|
Because I have used Codex's backend subagent before, I found that it often has issues:
I also tried the beta version of omo-slim. After submitting a task, I reverted to v1 within a few tens of seconds (it still had the same problems as Codex). So I want to know: does omo-slim v2 combined with opencode's backend subagent truly offer an improvement over v1, or is it just a new paradigm that does not guarantee a positive improvement — or could even be a negative one? |
Replies: 1 comment
|
Short answer: yes, v2 is genuinely better than v1 — and the beta you tried isn't representative of v2. The three problems you hit are all solved architecturally in v2, not papered over:
The beta you reverted from predated OpenCode's native background subagent support (added in v1.14.51+). v2 is built on top of that native infrastructure — not a reimplementation of the old polling approach. For the full picture, see docs/background-orchestration.md and src/hooks/task-session-manager/. |
Short answer: yes, v2 is genuinely better than v1 — and the beta you tried isn't representative of v2.
The three problems you hit are all solved architecturally in v2, not papered over: