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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,34 @@ 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.46] - 2026-01-12
9
+
10
+
### Added
11
+
12
+
-**Text User Interface (TUI)**: Major new interactive terminal UI with React/Ink for enhanced user experience ([#10480](https://github.com/RooCodeInc/Roo-Code/pull/10480))
13
+
- Interactive mode and model pickers for easy selection
14
+
- Improved task management and navigation
15
+
- CLI release script now supports local installation for testing ([#10597](https://github.com/RooCodeInc/Roo-Code/pull/10597))
16
+
17
+
### Changed
18
+
19
+
- Default model changed to `anthropic/claude-opus-4.5` ([#10544](https://github.com/RooCodeInc/Roo-Code/pull/10544))
20
+
- File organization improvements for better maintainability ([#10599](https://github.com/RooCodeInc/Roo-Code/pull/10599))
21
+
- Cleanup in ExtensionHost for better code organization ([#10600](https://github.com/RooCodeInc/Roo-Code/pull/10600))
22
+
- Updated README documentation
23
+
- Logging cleanup and improvements
24
+
25
+
### Fixed
26
+
27
+
- Model switching issues (model ID mismatch)
28
+
- ACP task cancellation handling
29
+
- Command output streaming
30
+
- Use `DEFAULT_FLAGS.model` as single source of truth for default model ID
0 commit comments