You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/cli/CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ All notable changes to the `@roo-code/cli` package will be documented in this fi
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.0.47] - 2026-01-17
9
+
10
+
### Added
11
+
12
+
-**Workspace flag**: New `-w, --workspace <path>` option to specify a custom workspace directory instead of using the current working directory
13
+
-**Oneshot mode**: New `--oneshot` flag to exit upon task completion, useful for scripting and automation (can also be saved in settings via [`CliSettings.oneshot`](src/types/types.ts))
14
+
15
+
### Changed
16
+
17
+
- Skip onboarding flow when a provider is explicitly specified via `--provider` flag or saved in settings
18
+
- Unified permission flags: Combined `-y`, `--yes`, and `--dangerously-skip-permissions` into a single option for Claude Code-like CLI compatibility
19
+
- Improved Roo Code Router authentication flow and error messaging
20
+
21
+
### Fixed
22
+
23
+
- Removed unnecessary timeout that could cause issues with long-running tasks
24
+
- Fixed authentication token validation for Roo Code Router provider
0 commit comments