← Roo Code Changelog
cli-v0.1.10
pre-releaseRoo Code CLI v0.1.10
Mar 2, 2026 (4h ago)
View on GitHub →
What's New
Added
- Command Exit Code in Events: The
tool_resultevent for command executions now includes anexitCodefield, allowing CLI consumers to programmatically distinguish between successful and failed command executions without parsing output text.
Installation
curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/install.sh | sh
Or install a specific version:
ROO_VERSION=0.1.10 curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/install.sh | sh
Requirements
- Node.js 20 or higher
- macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64
Usage
# Run a task
roo "What is this project?"
See all options
roo --help
Platform Support
This release includes binaries for:
roo-cli-darwin-arm64.tar.gz- macOS Apple Silicon (M1/M2/M3)roo-cli-linux-x64.tar.gz- Linux x64roo-cli-linux-arm64.tar.gz- Linux ARM64
Checksums
790059c4d6da25abc4191ebda2918b748c0effe38ea0c78d6f09993ad48eaea3 roo-cli-darwin-arm64.tar.gz
0414d4bf3bf3a621ea7e7ba3918c0e428d931cda235731d38eee0c341455904b roo-cli-linux-arm64.tar.gz
c2599a457579d2b3bc3896c39a1b225241fd6b7705fd2b35d92a048156817bd6 roo-cli-linux-x64.tar.gz