We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbba9e commit 0aea65dCopy full SHA for 0aea65d
2 files changed
apps/cli/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to the `@roo-code/cli` package will be documented in this fi
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.1.3] - 2026-02-25
9
+
10
+### Fixed
11
12
+- **Task Resumption**: Fixed an issue where resuming a previously suspended task could fail due to state initialization timing in the extension host.
13
14
## [0.1.2] - 2026-02-25
15
16
### Changed
apps/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@roo-code/cli",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Roo Code CLI - Run the Roo Code agent from the command line",
"private": true,
"type": "module",
0 commit comments