File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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.5] - 2026-02-26
9+
10+ ### Added
11+
12+ - ** Session History** : New ` list sessions ` subcommand to view recent CLI sessions with task IDs, timestamps, and initial prompts.
13+ - ** Session Resume** : New ` --resume <taskId> ` flag to continue a previous session from where it left off.
14+ - ** Upgrade Command** : New ` upgrade ` command to check for and install the latest CLI version.
15+
816## [ 0.1.4] - 2026-02-26
917
1018### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @roo-code/cli" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5 " ,
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