We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b2518 commit a9e9c02Copy full SHA for a9e9c02
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.0.51] - 2026-02-06
9
+
10
+### Changed
11
12
+- **Default Model Update**: Changed the default model from Opus 4.5 to Opus 4.6 for improved performance and capabilities
13
14
## [0.0.50] - 2026-02-05
15
16
### Added
apps/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@roo-code/cli",
3
- "version": "0.0.50",
+ "version": "0.0.51",
4
"description": "Roo Code CLI - Run the Roo Code agent from the command line",
"private": true,
"type": "module",
0 commit comments