Skip to content

Commit 191053c

Browse files
authored
chore(cli): prepare release v0.1.2 (#11737)
1 parent 70cbc71 commit 191053c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

apps/cli/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to the `@roo-code/cli` package will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2] - 2026-02-25
9+
10+
### Changed
11+
12+
- **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.
13+
- **Task ID Propagation**: Task ID is now generated upfront and propagated through runTask/createTask so currentTaskId is available in extension state immediately.
14+
- **Custom Tools**: Enabled customTools experiment in extension host.
15+
16+
### Fixed
17+
18+
- **Cancel Recovery**: Wait for resumable state after cancel before processing follow-up messages to prevent race conditions in stdin-stream.
19+
- **Custom Tool Schema**: Provide valid empty JSON Schema for custom tools without parameters to fix strict-mode API validation.
20+
- **Path Handling**: Skip paths outside cwd in RooProtectedController to avoid RangeError.
21+
- **Retry Handling**: Silently handle abort during exponential backoff retry countdown.
22+
- Fixed spelling/grammar and casing inconsistencies.
23+
24+
### Added
25+
26+
- **Telemetry Control**: Added `ROO_CODE_DISABLE_TELEMETRY=1` environment variable to disable cloud telemetry.
27+
828
## [0.1.1] - 2026-02-24
929

1030
### Added

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Roo Code CLI - Run the Roo Code agent from the command line",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)