Skip to content

Commit f54f224

Browse files
authored
chore(cli): prepare release v0.0.53 (#11425)
1 parent 6c8b9df commit f54f224

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

apps/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
819
## [0.0.52] - 2026-02-09
920

1021
### 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.52",
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)