Skip to content

Commit 3e237e6

Browse files
authored
chore(cli): prepare release v0.1.17 (#11860)
1 parent 0b0b33e commit 3e237e6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

apps/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.17] - 2026-03-04
9+
10+
### Added
11+
12+
- **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.
13+
14+
### Tests
15+
16+
- Added integration coverage for create+resume loading the correct session.
17+
818
## [0.1.16] - 2026-03-04
919

1020
### 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.16",
3+
"version": "0.1.17",
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)