What's New in v2.1.0
Added
- TUI Iteration Architecture: Refactored TUI to iteration-based model with snapshot testing
- Each iteration gets its own buffer for clean separation
- Iteration switcher (←/→ arrows) to review previous iterations
- Snapshot-based testing for TUI components
Fixed
- TUI Content Display: Removed ellipsis truncation that was cutting off content mid-word
- Long lines now soft-wrap at viewport boundaries instead of being truncated with "..."
- TUI Autoscroll: Content now autoscrolls to keep latest output visible
- TUI Artifacts: Fixed viewport buffer clearing to prevent visual artifacts when switching iterations
- Markdown Boundaries: Preserved line boundaries when rendering markdown content
- Backend Support: Added
opencodeandcopilotto valid backends forralph init(#75, #77) - Interrupt Handling: Fixed Ctrl+C race condition where process continued executing after interrupt (#76)
ralph-bench 2.1.0
Install ralph-bench 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.1.0/ralph-bench-installer.sh | shInstall prebuilt binaries into your npm project
npm install @ralph-orchestrator/ralph-bench@2.1.0Download ralph-bench 2.1.0
| File | Platform | Checksum |
|---|---|---|
| ralph-bench-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| ralph-bench-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| ralph-bench-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| ralph-bench-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
ralph-cli 2.1.0
Install ralph-cli 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.1.0/ralph-cli-installer.sh | shInstall prebuilt binaries into your npm project
npm install @ralph-orchestrator/ralph-cli@2.1.0Download ralph-cli 2.1.0
| File | Platform | Checksum |
|---|---|---|
| ralph-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| ralph-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| ralph-cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| ralph-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |