Skip to content

Commit 941e6de

Browse files
authored
chore(cli): prepare release v0.1.11 (#11832)
1 parent 95ea01f commit 941e6de

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.11] - 2026-03-02
9+
10+
### Added
11+
12+
- **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.
13+
14+
### Fixed
15+
16+
- **Upgrade Version Detection**: Fixed version detection in the `upgrade` command to correctly identify when updates are available.
17+
818
## [0.1.10] - 2026-03-02
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.10",
3+
"version": "0.1.11",
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)