Roo Code
Open-source AI coding agent for VS Code with multi-mode autonomous editing.
Roo Code's visible releases are CLI point versions aimed at driving the agent from a script.
◆Recent moves
- 4mo ago
CLI v0.1.17 lets callers supply their own session ID
Adds a --create-with-session-id flag so a caller can assign the task's UUID instead of discovering it afterwards, with validation on create, resume and stdin-stream start. Small, but it is what lets an external system track a run it started.
View source ↗ - 4mo ago
CLI v0.1.16 adds a flag to choose the execution shell
A --terminal-shell flag selects which shell runs inline commands, validated at the CLI layer and passed through the normal settings path. Useful where the agent's default shell differs from the one a project's commands expect.
View source ↗ - 4mo ago
CLI v0.1.15 fixes follow-up routing after a clarification question
In stdin-stream mode, messages sent after the agent asked a clarifying question were being queued rather than delivered. A single routing fix on the automation path.
View source ↗ - 4mo ago
CLI v0.1.14 stops truncating command output
Ensures command output is fully streamed before the done event fires, so callers reading the stream no longer see cut-off output. Released within hours of the follow-up routing fix.
View source ↗