Skip to content

Commit 00c35e6

Browse files
authored
chore(cli): prepare release v0.1.0 (#11599)
1 parent ffec9ac commit 00c35e6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

apps/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.0] - 2026-02-19
9+
10+
### Added
11+
12+
- **NDJSON Stdin Protocol**: Overhauled the stdin prompt stream from raw text lines to a structured NDJSON command protocol (`start`/`message`/`cancel`/`ping`/`shutdown`) with requestId correlation, ack/done/error lifecycle events, and queue telemetry. See [`stdin-stream.ts`](src/ui/stdin-stream.ts) for implementation.
13+
- **List Subcommands**: New `list` subcommands (`commands`, `modes`, `models`) for programmatic discovery of available CLI capabilities.
14+
- **Shared Utilities**: Added `isRecord` guard utility for improved type safety.
15+
16+
### Changed
17+
18+
- **Modularized Architecture**: Extracted stdin stream logic from `run.ts` into dedicated [`stdin-stream.ts`](src/ui/stdin-stream.ts) module for better code organization and maintainability.
19+
20+
### Fixed
21+
22+
- Fixed a bug in `Task.ts` affecting CLI operation.
23+
824
## [0.0.55] - 2026-02-17
925

1026
### 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.0.55",
3+
"version": "0.1.0",
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)