Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 48d7e29

Browse files
authored
chore(cli): prepare release v0.1.1 (#11723)
1 parent 29caab9 commit 48d7e29

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

apps/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1] - 2026-02-24
9+
10+
### Added
11+
12+
- **Roo Model Warmup**: When configured with the Roo provider, the CLI now proactively fetches and warms the model list during activation so that model information is available before the first prompt is sent. The warmup has a 10s timeout and failures are logged only in debug mode.
13+
- **Unbound Provider**: Added Unbound as an available provider option.
14+
815
## [0.1.0] - 2026-02-19
916

1017
### Added

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.0",
3+
"version": "0.1.1",
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)