OpenCode Dispatcher
Node CLI task orchestrator · npm v0.5.1 · 8 releases
Context
OpenCode Dispatcher is a published npm package for system task orchestration. It breaks complex workflows into staged pipelines. Each stage runs as an independent agent with its own bounded context.
Architecture
The system uses a four-stage pipeline. The Orchestrator delegates work to a Planner, which writes the implementation specification. The Planner hands that spec to a Builder, which makes the code changes. The Builder's output then goes to a Validator, which checks correctness. Each agent operates in its own context window, preventing the overflow problems common in single-agent systems.
Changelog highlights
- v0.5.1 · Latest stable. Fixed a builder context window overflow bug.
- v0.4.0 · Added parallel builder shards that own separate files.
- v0.3.0 · Introduced the Planner → Builder → Reviewer workflow.
- v0.2.0 · Added configurable skill loading.
- v0.1.0 · Initial release with single-agent orchestration.