Release Notes
Added
- Forge CLI backend integration.
- RObot (human-in-the-loop) RPC domain in the control plane, plus a file-backed web mode that drives human interaction through files instead of a live socket.
- Worktree loops can publish remote review branches, with rebase support.
- Local file-based hat imports in preflight, including import resolution and schema validation with imported-file context.
- On-demand export of TUI iteration buffers to disk:
e exports the current iteration, E exports all iterations.
- Context-window utilization telemetry, surfaced in the TUI.
Changed
- Updated the Pi backend package reference to
@earendil-works/pi-coding-agent.
- Refreshed agent waves observability documentation and added the hat imports design spec.
Fixed
- TUI search mode now captures typed query characters instead of leaking them to keybindings (e.g. an
e in the query no longer triggers export); the Search: prompt, N/M match counter, and n/N navigation work again.
- Runtime now requires an explicit completion signal after guidance, preventing premature loop termination.
- Persist loop continue state across iterations.
- Honor per-hat scratchpad configuration in generated instructions.
- Drain ACP terminal output before exit so the final output is no longer truncated.
- Canonicalize Ralph artifact paths to avoid path-mismatch errors.
- Deduplicate MCP tool schemas exposed over the API.
ralph-bench 2.10.0
Install ralph-bench 2.10.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.10.0/ralph-bench-installer.sh | sh
Install prebuilt binaries into your npm project
npm install @ralph-orchestrator/ralph-bench@2.10.0
Download ralph-bench 2.10.0
ralph-cli 2.10.0
Install ralph-cli 2.10.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.10.0/ralph-cli-installer.sh | sh
Install prebuilt binaries into your npm project
npm install @ralph-orchestrator/ralph-cli@2.10.0
Download ralph-cli 2.10.0
ralph-api 2.10.0
Install ralph-api 2.10.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.10.0/ralph-api-installer.sh | sh
Install prebuilt binaries into your npm project
npm install @ralph-orchestrator/ralph-api@2.10.0
Download ralph-api 2.10.0
ralph-e2e 2.10.0
Install ralph-e2e 2.10.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.10.0/ralph-e2e-installer.sh | sh
Install prebuilt binaries into your npm project
npm install @ralph-orchestrator/ralph-e2e@2.10.0
Download ralph-e2e 2.10.0