Skip to content
Assistants/Roo Code

Roo Code

RooCodeInc · ide agent · free

Open-source VS Code coding agent (Cline lineage fork ecosystem).

open-sourcevscodeagent
Is this coverage useful?

Helps prioritize which assistants and sources we maintain. Anonymous · one vote per visitor.

Release signals

Roo Codev3.54.05/15/2026, 5:52:24 PM

v3.54.0 Release v3.54.0

Release v3.54.0

Primary source ↗
Roo Codev3.53.04/23/2026, 9:28:55 PM

v3.53.0 Release v3.53.0

Release v3.53.0

Primary source ↗
Roo Codev3.52.14/13/2026, 10:33:01 PM

v3.52.1 Release v3.52.1

Release v3.52.1

Primary source ↗
Roo Codev3.52.04/8/2026, 9:18:42 PM

v3.52.0 Release v3.52.0

Release v3.52.0

Primary source ↗
Roo Codev3.51.13/8/2026, 2:25:17 AM

v3.51.1 Release v3.51.1

Release v3.51.1

Primary source ↗
Roo Codev3.51.03/5/2026, 10:09:14 PM

v3.51.0 Release v3.51.0

Release v3.51.0

Primary source ↗
Roo Codecli-v0.1.173/4/2026, 8:33:01 PM

cli-v0.1.17 Roo Code CLI v0.1.17

**Custom Session ID Support**: New `--create-with-session-id` flag allows specifying a custom UUID session ID when creating tasks. Session IDs are now validated as UUIDs for both create and resume operations, as well as for `start.taskId` in stdin-stream mode. · Added integration coverage for create+resume loading the correct session. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3)

Primary source ↗
Roo Codecli-v0.1.163/4/2026, 7:42:40 AM

cli-v0.1.16 Roo Code CLI v0.1.16

**Custom Shell Selection**: New `--terminal-shell` flag to specify which shell to use for inline command execution. The shell path is validated at the CLI layer and passed through the standard settings mechanism. · Added integration coverage for stdin stream routing and race invariants. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3)

Primary source ↗
Roo Codecli-v0.1.153/3/2026, 7:10:39 AM

cli-v0.1.15 Roo Code CLI v0.1.15

**Follow-up Routing for Completion Asks**: Fixed routing of follow-up messages when the agent asks for clarification (ask_followup_question) in stdin-stream mode. Messages sent after a completion ask are now correctly delivered to the agent instead of being queued. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3) · `roo-cli-linux-x64.tar.gz` - Linux x64

Primary source ↗
Roo Codecli-v0.1.143/3/2026, 5:59:37 AM

cli-v0.1.14 Roo Code CLI v0.1.14

**Command Output Streaming**: Ensure full command output is streamed before the done event is emitted, preventing truncated output in stdin-stream mode. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3) · `roo-cli-linux-x64.tar.gz` - Linux x64

Primary source ↗
Roo Codecli-v0.1.133/2/2026, 11:22:06 PM

cli-v0.1.13 Roo Code CLI v0.1.13

**Skills as Slash Commands**: Skills are now exposed as slash commands, so you can invoke skill workflows directly from command-style input. · **Skill Fallback Execution**: When a slash command does not match a command file but matches a skill slug, the CLI can resolve and execute that skill path. · **Slash Command Resolution Priority**: Command precedence is preserved, with skill fallback only used when no matching slash command is found. · Added and updated tests for slash command + skill fall

Primary source ↗
Roo Codecli-v0.1.123/2/2026, 9:46:33 PM

cli-v0.1.12 Roo Code CLI v0.1.12

**Command Timeout Handling**: CLI runtime now correctly ignores model-provided background timeouts for commands, ensuring command lifetime is governed solely by the `--timeout` setting. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3) · `roo-cli-linux-x64.tar.gz` - Linux x64

Primary source ↗
Roo Codecli-v0.1.113/2/2026, 9:07:46 PM

cli-v0.1.11 Roo Code CLI v0.1.11

**Image Support in Stdin Stream**: The `start` and `message` commands in stdin-stream mode now support an optional `images` field (array of base64 data URIs) to attach images to prompts. · **Upgrade Version Detection**: Fixed version detection in the `upgrade` command to correctly identify when updates are available. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3)

Primary source ↗
Roo Codecli-v0.1.103/2/2026, 5:47:04 PM

cli-v0.1.10 Roo Code CLI v0.1.10

**Command Exit Code in Events**: The `tool_result` event for command executions now includes an `exitCode` field, allowing CLI consumers to programmatically distinguish between successful and failed command executions without parsing output text. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3) · `roo-cli-linux-x64.tar.gz` - Linux x64

Primary source ↗
Roo Codecli-v0.1.93/2/2026, 6:33:07 AM

cli-v0.1.9 Roo Code CLI v0.1.9

**Stdin Stream Cancel Race**: Fixed a race condition during startup cancellation in stdin-stream mode that could cause unexpected behavior when canceling tasks immediately after starting them. · **Integration Test Suite**: Added comprehensive integration test suite for stdin-stream protocol covering cancel, followup, multi-message queue, and shutdown scenarios. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Sili

Primary source ↗
Roo Codecli-v0.1.83/2/2026, 4:03:42 AM

cli-v0.1.8 Roo Code CLI v0.1.8

**Command Execution Timeout**: Increased timeout for command execution to improve reliability for long-running operations. · **Stdin Stream Queue Handling**: Fixed stdin stream queued messages and command output streaming to ensure messages are properly processed. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3)

Primary source ↗
Roo Codecli-v0.1.73/1/2026, 8:07:25 PM

cli-v0.1.7 Roo Code CLI v0.1.7

**Stdin Stream Control Flow**: Gracefully handle control-flow errors in stdin-stream mode to prevent unexpected crashes during cancellation and shutdown sequences. · **Type Definitions**: Refactored and simplified JSON event type definitions for better type safety. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3)

Primary source ↗
Roo Codecli-v0.1.62/27/2026, 5:49:42 AM

cli-v0.1.6 Roo Code CLI v0.1.6

**Consecutive Mistake Limit**: New `--mistake-limit` flag to configure the maximum number of consecutive mistakes before the agent pauses for intervention. · **Workspace-Scoped Sessions**: The `list sessions` command and `--resume` flag now only show and resume sessions from the current workspace directory. · **Task Configuration Forwarding**: Task configuration (custom modes, disabled tools, etc.) passed via the stdin-prompt-stream protocol is now correctly forwarded to the extension host inste

Primary source ↗
Roo Codecli-v0.1.52/26/2026, 11:53:43 PM

cli-v0.1.5 Roo Code CLI v0.1.5

**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. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64

Primary source ↗
Roo Codecli-v0.1.42/26/2026, 6:54:34 AM

cli-v0.1.4 Roo Code CLI v0.1.4

**Exception Handling**: Improved recovery from unhandled exceptions in the CLI to prevent unexpected crashes. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3) · `roo-cli-linux-x64.tar.gz` - Linux x64

Primary source ↗
Roo Codecli-v0.1.32/25/2026, 9:30:44 AM

cli-v0.1.3 Roo Code CLI v0.1.3

**Task Resumption**: Fixed an issue where resuming a previously suspended task could fail due to state initialization timing in the extension host. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3) · `roo-cli-linux-x64.tar.gz` - Linux x64

Primary source ↗
Roo Codecli-v0.1.22/25/2026, 7:35:26 AM

cli-v0.1.2 Roo Code CLI v0.1.2

**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. · **Cancel Recovery**: Wait for resumable state after cancel before processing follow-up m

Primary source ↗
Roo Codev3.50.52/24/2026, 10:07:59 PM

v3.50.5 Release v3.50.5

Release v3.50.5

Primary source ↗
Roo Codecli-v0.1.12/24/2026, 7:20:47 AM

cli-v0.1.1 Roo Code CLI v0.1.1

**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. · Node.js 20 or higher · macOS Apple Silicon (M1/M2/M3/M4), Linux x64, or Linux ARM64 · `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M

Primary source ↗
Roo Codev3.50.42/21/2026, 10:27:48 PM

v3.50.4 Release v3.50.4

Feat: Add MiniMax M2.5 model support (#11471 by @love8ko, PR #11458 by @roomote)

Primary source ↗
Roo Codev3.50.32/20/2026, 7:06:47 PM

v3.50.3 Release v3.50.3

Release v3.50.3

Primary source ↗
Roo Codev3.50.22/20/2026, 5:30:53 PM

v3.50.2 Release v3.50.2

Release v3.50.2

Primary source ↗
Roo Codev3.50.12/20/2026, 6:47:44 AM

v3.50.1 Release v3.50.1

Release v3.50.1

Primary source ↗
Roo Codev3.50.02/19/2026, 8:10:32 PM

v3.50.0 Release v3.50.0

Release v3.50.0

Primary source ↗
Roo Codev3.49.02/19/2026, 7:37:55 AM

v3.49.0 Release v3.49.0

Release v3.49.0

Primary source ↗

Polled sources

[github-releases] GitHub Releases

github_releases · every 180m

https://github.com/RooCodeInc/Roo-Code/releases