What problem does it solve?
The OpenCode CLI orchestrator enables external AI runtimes to dispatch into a full OpenCode session, loading the project's plugins, skills, MCPs, and Spec Kit Memory runtime, while supporting parallel detached sessions and cross-AI handback.
Core Features & Use Cases
- Full plugin/skill/MCP runtime dispatch for external AI runtimes, enabling access to the project's specifications, memory tools, and code graph.
- In-OpenCode parallel detached sessions for ablation suites, worker farms, and long-running experiments, with separate session state and optional share URLs.
- Cross-AI orchestration handback to non-Anthropic CLIs (Codex, Copilot, Gemini) enabling spec-kit workflows that require OpenCode runtime context.
- Self-invocation guard that prevents circular delegation when OpenCode is already active, with a defined exception for explicit parallel detached requests.
- Cross-repo and directory routing via --dir to enable project-to-project runtime handoffs without leaving the host environment.
Quick Start
Invoke the OpenCode CLI from an external AI with the canonical dispatch shape to start a fresh session and load the runtime context.