What's Changed
- feat(adapters): add OpenCode CLI backend support by @mikeyobrien in #67
New Backend: OpenCode
OpenCode is now the 7th supported CLI backend, joining Claude, Kiro, Gemini, Codex, Amp, and Copilot.
cli:
backend: opencodeFeatures:
--dangerously-skip-permissionsfor autonomous mode-pflag for prompt passing- Full TUI and interactive mode support
- Auto-detection when installed
Installation
# 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 | shFull Changelog: v2.0.8...v2.0.9