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

pre-release8 hours ago

What's New

Added

  • Stdin Stream Mode: New stdin-prompt-stream mode that reads prompts from stdin, allowing batch processing and piping multiple tasks. Each line of stdin is processed as a separate prompt with streaming JSON output. See stdin-prompt-stream.ts for implementation.

Fixed

  • Fixed JSON emitter state not being cleared between tasks in stdin-prompt-stream mode
  • Fixed inconsistent user role for prompt echo partials in stream-json mode

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.54 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

510b05e41a799ea3c1aeaf63b3f8ef0e083d1b03a14d2a6c1160ba0d9504bb6b  roo-cli-darwin-arm64.tar.gz
17bfb44f7295e45217e9cec1fda864f4a097d4551b7eba0a891f9e6a7e9bb698  roo-cli-linux-arm64.tar.gz
0b0e7f57d02b00b87f6fa315431b7a860b3e88ef99e65a8e736bd098659a398b  roo-cli-linux-x64.tar.gz

Don't miss a new Roo-Code release

NewReleases is sending notifications on new releases.