File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.1.8] - 2026-03-02
9+
10+ ### Changed
11+
12+ - ** Command Execution Timeout** : Increased timeout for command execution to improve reliability for long-running operations.
13+
14+ ### Fixed
15+
16+ - ** Stdin Stream Queue Handling** : Fixed stdin stream queued messages and command output streaming to ensure messages are properly processed.
17+
818## [ 0.1.7] - 2026-03-01
919
1020### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @roo-code/cli" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
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