File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to the `@roo-code/cli` package will be documented in this fi
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments