What problem does it solve? It offloads implementation, refactoring, and PR review work to the OpenCode CLI, an autonomous coding agent, so long-running coding sessions can run in the background while progress is monitored through Hermes process tools. ## Core Features & Use Cases - One-shot task execution: Run bounded coding tasks with opencode run, attaching context files and forcing specific models when needed. - Interactive background sessions: Launch the OpenCode TUI with pty support, submit prompts, poll logs, and resume prior sessions by ID. - PR review and parallel work: Review pull requests with opencode pr and run multiple isolated sessions in separate workdirs or worktrees. - Use Case: Ask the agent to implement OAuth refresh token handling with tests in your repository, monitor its progress in the background, then receive a summary of changed files 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 back the changed files and test results.