Skip to content

Commit e112e05

Browse files
ctehannesrudolph
authored andcommitted
chore(cli): prepare release v0.0.53 (#11425)
1 parent 974e207 commit e112e05

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

apps/cli/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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.0.53] - 2026-02-12
9+
10+
### Changed
11+
12+
- **Auto-Approve by Default**: The CLI now auto-approves all actions (tools, commands, browser, MCP) by default. Followup questions auto-select the first suggestion after a 60-second timeout.
13+
- **New `--require-approval` Flag**: Replaced `-y`/`--yes`/`--dangerously-skip-permissions` flags with a new `-a, --require-approval` flag for users who want manual approval prompts before actions execute.
14+
15+
### Fixed
16+
17+
- Spamming the escape key to cancel a running task no longer crashes the cli.
18+
19+
## [0.0.52] - 2026-02-09
20+
21+
### Added
22+
23+
- **Linux Support**: Added support for `linux-arm64`.
24+
25+
## [0.0.51] - 2026-02-06
26+
27+
### Changed
28+
29+
- **Default Model Update**: Changed the default model from Opus 4.5 to Opus 4.6 for improved performance and capabilities
30+
831
## [0.0.50] - 2026-02-05
932

1033
### 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.0.50",
3+
"version": "0.0.53",
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)