Skip to content
Discussion options

You must be logged in to vote

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:

  1. Orchestrator not waiting for subagents — v2 uses hook-driven completion instead of polling. OpenCode's runtime injects the finished task's result into the orchestrator; it never sits in a poll loop.
  2. No sense of time — the Background Job Board tracks each task's lifecycle explicitly: running → completed / error / cancelled / timed_out. The orchestrator prompt references that state, so it knows what's still in flight.
  3. Interruptions — completion events are batched. Results accumulate between the orchestrator…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mhenke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants