Skip to content

Commit fdf32bd

Browse files
authored
chore(cli): prepare release v0.0.49 (#10825)
1 parent 6cc2a4c commit fdf32bd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

apps/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.0.49] - 2026-01-18
9+
10+
### Added
11+
12+
- **Output Format Options**: New `--output-format` flag to control CLI output format for scripting and automation:
13+
- `text` (default) - Human-readable interactive output
14+
- `json` - Single JSON object with all events and final result at task completion
15+
- `stream-json` - NDJSON (newline-delimited JSON) for real-time streaming of events
16+
- See [`json-events.ts`](src/types/json-events.ts) for the complete event schema
17+
- New [`JsonEventEmitter`](src/agent/json-event-emitter.ts) for structured output generation
18+
819
## [0.0.48] - 2026-01-17
920

1021
### Changed

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