🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More β†’
Socket
Book a DemoSign in
Socket

@ralph-orchestrator/ralph-cli

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ralph-orchestrator/ralph-cli - npm Package Compare versions

Comparing version
2.0.8
to
2.0.9
+2
-2
npm-shrinkwrap.json

@@ -26,3 +26,3 @@ {

"name": "@ralph-orchestrator/ralph-cli",
"version": "2.0.8"
"version": "2.0.9"
},

@@ -519,3 +519,3 @@ "node_modules/@isaacs/balanced-match": {

"requires": true,
"version": "2.0.8"
"version": "2.0.9"
}
{
"artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.0.8",
"artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.0.9",
"bin": {

@@ -65,3 +65,3 @@ "ralph": "run-ralph.js"

},
"version": "2.0.8",
"version": "2.0.9",
"volta": {

@@ -68,0 +68,0 @@ "node": "18.14.1",

@@ -65,3 +65,3 @@ # Ralph Orchestrator

- **Multi-Backend Support** β€” Works with Claude Code, Kiro, Gemini CLI, Codex, Amp, and Copilot CLI
- **Multi-Backend Support** β€” Works with Claude Code, Kiro, Gemini CLI, Codex, Amp, Copilot CLI, and OpenCode
- **Hat System** β€” Specialized Ralph personas with distinct behaviors

@@ -86,2 +86,3 @@ - **Event-Driven Coordination** β€” Hats communicate through typed events with glob pattern matching

- [Copilot CLI](https://docs.github.com/copilot) (`npm install -g @github/copilot`)
- [OpenCode](https://opencode.ai/) (`curl -fsSL https://opencode.ai/install | bash`)

@@ -98,2 +99,8 @@ ### Via npm (Recommended)

### Via Homebrew (macOS)
```bash
brew install ralph-orchestrator
```
### Via Cargo

@@ -288,3 +295,3 @@

cli:
backend: "claude" # claude, kiro, gemini, codex, amp, copilot, custom
backend: "claude" # claude, kiro, gemini, codex, amp, copilot, opencode, custom
prompt_mode: "arg" # arg (CLI argument) or stdin

@@ -454,3 +461,3 @@ experimental_tui: false # Enable TUI mode support

|--------|-------------|
| `--backend <NAME>` | Backend: `claude`, `kiro`, `gemini`, `codex`, `amp`, `copilot` |
| `--backend <NAME>` | Backend: `claude`, `kiro`, `gemini`, `codex`, `amp`, `copilot`, `opencode` |
| `--preset <NAME>` | Use preset configuration |

@@ -457,0 +464,0 @@ | `--list-presets` | List available presets |