Skip to content

Commit 9c9220a

Browse files
committed
chore(cli): prepare release v0.0.46
1 parent 22288a2 commit 9c9220a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

apps/cli/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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.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
31+
32+
### Tests
33+
34+
- Updated tests for model changes
35+
836
## [0.0.45] - 2026-01-08
937

1038
### Changed

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.45",
3+
"version": "0.0.46",
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)