Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Releases: RooCodeInc/Roo-Code

Roo Code CLI v0.1.3

25 Feb 09:30
0aea65d

Choose a tag to compare

Roo Code CLI v0.1.3 Pre-release
Pre-release

What's New

Fixed

  • Task Resumption: Fixed an issue where resuming a previously suspended task could fail due to state initialization timing in the extension host.

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

2b056cd503255be4b9650931d29d76385587c7be86b5f6afe45abb1f348f9483  roo-cli-darwin-arm64.tar.gz
0f3611c13808eabaf7562ca30e002da152468f827b6dffc60f46d7e8ac32943c  roo-cli-linux-arm64.tar.gz
9978dd30dea2c2264352c172a1c3180b89ceb17206893c3f7d276ea2a0198ed8  roo-cli-linux-x64.tar.gz

Roo Code CLI v0.1.2

25 Feb 07:35
191053c

Choose a tag to compare

Roo Code CLI v0.1.2 Pre-release
Pre-release

What's New

Changed

  • Streaming Deltas: Tool use ask messages (command, tool, mcp) are now streamed as structured deltas instead of full snapshots in json-event-emitter for improved efficiency.
  • Task ID Propagation: Task ID is now generated upfront and propagated through runTask/createTask so currentTaskId is available in extension state immediately.
  • Custom Tools: Enabled customTools experiment in extension host.

Fixed

  • Cancel Recovery: Wait for resumable state after cancel before processing follow-up messages to prevent race conditions in stdin-stream.
  • Custom Tool Schema: Provide valid empty JSON Schema for custom tools without parameters to fix strict-mode API validation.
  • Path Handling: Skip paths outside cwd in RooProtectedController to avoid RangeError.
  • Retry Handling: Silently handle abort during exponential backoff retry countdown.
  • Fixed spelling/grammar and casing inconsistencies.

Added

  • Telemetry Control: Added ROO_CODE_DISABLE_TELEMETRY=1 environment variable to disable cloud telemetry.

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

c8919cc89bc99c42d10e21d4a44166ec8ad214d63a9417e558c42154bdfe593c  roo-cli-darwin-arm64.tar.gz
b8ca68de226f8941917e3af04c7d0e9e41d941d074e0b5cdfde2b6a7b0ca0b43  roo-cli-linux-arm64.tar.gz
32309b4cf6d6176d479e44e43be66d7b35014710e91b87048f8db3c6af28c338  roo-cli-linux-x64.tar.gz

Release v3.50.5

24 Feb 22:07

Choose a tag to compare

Release v3.50.5

Roo Code CLI v0.1.1

24 Feb 07:20
48d7e29

Choose a tag to compare

Roo Code CLI v0.1.1 Pre-release
Pre-release

What's New

Added

  • Roo Model Warmup: When configured with the Roo provider, the CLI now proactively fetches and warms the model list during activation so that model information is available before the first prompt is sent. The warmup has a 10s timeout and failures are logged only in debug mode.
  • Unbound Provider: Added Unbound as an available provider option.

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

5c23ecde7a0e3926d9ad0cd8096028c39fe4f0b8b2243954e9c4929bdfba2f06  roo-cli-darwin-arm64.tar.gz
4c889304cba49c41d8aaef7051d1663e33fa588022bf0624a1f7fc6d223e69b5  roo-cli-linux-arm64.tar.gz
832c1f1aa2bc6b079ebad7450f235538def169e38033ca4c01052c6c54545ba9  roo-cli-linux-x64.tar.gz

Release v3.50.4

21 Feb 22:27
792a42b

Choose a tag to compare

[3.50.4] - 2026-02-21

Release v3.50.3

20 Feb 19:06

Choose a tag to compare

Release v3.50.3

Release v3.50.2

20 Feb 17:30

Choose a tag to compare

Release v3.50.2

Release v3.50.1

20 Feb 06:47

Choose a tag to compare

Release v3.50.1

Release v3.50.0

19 Feb 20:10

Choose a tag to compare

Release v3.50.0

Release v3.49.0

19 Feb 07:37

Choose a tag to compare

Release v3.49.0