Skip to content

Commit 0db51d8

Browse files
authored
chore(cli): prepare release v0.1.16 (#11852)
1 parent 7dc83a5 commit 0db51d8

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.16] - 2026-03-04
9+
10+
### Added
11+
12+
- **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.
13+
14+
### Tests
15+
16+
- Added integration coverage for stdin stream routing and race invariants.
17+
818
## [0.1.15] - 2026-03-03
919

1020
### Fixed

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.15",
3+
"version": "0.1.16",
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)