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

pre-release4 hours ago

What's New

Added

  • Output Format Options: New --output-format flag to control CLI output format for scripting and automation:
  • text (default) - Human-readable interactive output
  • json - Single JSON object with all events and final result at task completion
  • stream-json - NDJSON (newline-delimited JSON) for real-time streaming of events
  • See json-events.ts for the complete event schema
  • New JsonEventEmitter for structured output generation

Installation

curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/install.sh | sh

Or install a specific version:

ROO_VERSION=0.0.49 curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/install.sh | sh

Requirements

  • Node.js 20 or higher
  • macOS (Intel or Apple Silicon) or Linux (x64 or ARM64)

Usage

# Run a task
roo "What is this project?"

# See all options
roo --help

Platform Support

This release includes:

  • roo-cli-darwin-arm64.tar.gz - Built on Darwin arm64

Note: Additional platforms will be added as needed. If you need a different platform, please open an issue.

Checksum

d8a0b8f8689d747906713a93663b74f90aa5af59c41f6bcc9eee0881f58bb97a  roo-cli-darwin-arm64.tar.gz

Don't miss a new Roo-Code release

NewReleases is sending notifications on new releases.