What problem does it solve?
It reduces the time and effort required to implement, refactor, and review code by delegating those tasks to an external autonomous coding worker.
Core Features & Use Cases
- One-shot coding jobs: Run bounded feature work, refactors, and fixes with a single prompt for predictable, non-interactive execution.
- Interactive long-running sessions: Keep an OpenCode TUI session running for iterative development with progress monitoring and resumable work.
- PR review support: Review a pull request (or a focused diff) for bugs, security risks, test gaps, and style issues, using isolated checkouts when needed.
- Parallel work isolation: Safely run multiple coding tasks in separate workdirs/worktrees to avoid state collisions.
Quick Start
Ask an AI agent to use the OpenCode CLI to implement a specific feature by running a one-shot command against your repository, then report the files changed and any test results.