github RooCodeInc/Roo-Code cli-v0.1.5
Roo Code CLI v0.1.5

latest release: cli-v0.1.6
pre-release20 hours ago

What's New

Added

  • Session History: New list sessions subcommand to view recent CLI sessions with task IDs, timestamps, and initial prompts.
  • Session Resume: New --resume <taskId> flag to continue a previous session from where it left off.
  • Upgrade Command: New upgrade command to check for and install the latest CLI version.

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.5 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 x64
  • roo-cli-linux-arm64.tar.gz - Linux ARM64

Checksums

7b72f3b76960abcc7fb74f50cf7d4bbdd33da884bc679d1a6bed8a7eba29b380  roo-cli-darwin-arm64.tar.gz
50df8931d84fd5de80982c78103b74bd57b569e379d75e8451a650210fca3bb4  roo-cli-linux-arm64.tar.gz
2aad64715772d669eed6e855c3ea926bee9a82753da70d8ce86362475bafeaa0  roo-cli-linux-x64.tar.gz

Don't miss a new Roo-Code release

NewReleases is sending notifications on new releases.