What problem does it solve? Delegating implementation, refactoring, and code review work to an external autonomous coding agent requires managing CLI flags, interactive TUI sessions, and long-running processes, which is error-prone without clear operational guidance. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attaching context files, forcing specific models, and showing model thinking. - Interactive Session Management: Launch the OpenCode TUI in background PTY sessions, submit prompts, poll progress, resume sessions, and exit cleanly with Ctrl+C. - PR Review & Parallel Work: Review pull requests via opencode pr and run parallel tasks in isolated workdirs or git worktrees to avoid collisions. - Use Case: Ask the agent to implement OAuth refresh flow with tests in your repository; it starts an OpenCode session, monitors progress, and reports files changed and test results. ## Quick Start Ask the agent to use OpenCode to implement a feature or fix a bug in your project directory and report the changed files and test results.