Skip to content

Commit 96d77fd

Browse files
authored
chore(cli): prepare release v0.1.5 (#11772)
1 parent de0e363 commit 96d77fd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

apps/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.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

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.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",

0 commit comments

Comments
 (0)