v2.0.9
mikeyobrien/ralph-orchestratorv2.0.9Jan 18, 2026by github-actions[bot]
AI Summary
Adds support for the OpenCode CLI backend, expanding the available AI agent options for the orchestrator with autonomous mode and TUI support.
Key Highlights
- Added OpenCode CLI backend support
- Enables autonomous mode with --dangerously-skip-permissions
- Supports TUI and interactive mode
New Features
- OpenCode backend integration
Full Release Notes
## What's Changed * **feat(adapters): add OpenCode CLI backend support** by @mikeyobrien in https://github.com/mikeyobrien/ralph-orchestrator/pull/67 ### New Backend: OpenCode [OpenCode](https://opencode.ai) is now the 7th supported CLI backend, joining Claude, Kiro, Gemini, Codex, Amp, and Copilot. ```yaml cli: backend: opencode ``` Features: - `--dangerously-skip-permissions` for autonomous mode - `-p` flag for prompt passing - Full TUI and interactive mode support - Auto-detection when installed ## Installation ```bash # Via cargo cargo install ralph-cli # Via npm npm install -g @ralph-orchestrator/ralph # Via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.0.9/ralph-cli-installer.sh | sh ``` **Full Changelog**: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.0.8...v2.0.9