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
description: Support for the new Horizon Beta stealth model on OpenRouter, plus cloud provider profile sync and bug fixes.
3
+
keywords:
4
+
- roo code 3.25.6
5
+
- horizon beta
6
+
- stealth model
7
+
- cloud provider sync
8
+
- bug fixes
9
+
image: /img/social-share.jpg
10
+
---
11
+
12
+
# Roo Code 3.25.6 Release Notes (2025-08-02)
13
+
14
+
This release features support for the new Horizon Beta stealth model, cloud provider profile synchronization, and bug fixes.
15
+
16
+
## Horizon Beta Stealth Model via OpenRouter
17
+
18
+
We've optimized support for OpenRouter's new stealth model Horizon Beta ([#6577](https://github.com/RooCodeInc/Roo-Code/pull/6577)):
19
+
20
+
-**Improved Performance**: Set max tokens to 32k for better response times (reduced from 128k default)
21
+
-**Free to Use**: Thanks to OpenRouter, Horizon Beta is an improved version of Horizon Alpha and remains free
22
+
-**Stealth Model**: Designed for enhanced privacy and performance
23
+
24
+
A big thanks to OpenRouter for providing this innovative stealth model to the community!
25
+
26
+
## Bug Fixes
27
+
28
+
***Claude Code Error Handling**: Fixed "spawn claude ENOENT" error when using Claude Code provider, now provides better error handling and installation guidance (thanks JamieJ1!) ([#6565](https://github.com/RooCodeInc/Roo-Code/pull/6565))
29
+
30
+
## Misc Improvements
31
+
32
+
***Cloud Provider Profile Sync**: Added support for syncing provider profiles from the cloud, enabling automatic synchronization across devices and team collaboration ([#6540](https://github.com/RooCodeInc/Roo-Code/pull/6540))
33
+
***Type Definitions**: Updated @roo-code/types to v1.41.0 for latest type compatibility ([#6568](https://github.com/RooCodeInc/Roo-Code/pull/6568))
Copy file name to clipboardExpand all lines: docs/update-notes/v3.25.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ Critical fixes that improve stability and compatibility:
126
126
***Qdrant Deletion**: Gracefully handles deletion errors to prevent indexing interruption
127
127
***LM Studio Context Length**: Models now correctly display their actual context length instead of "1"
128
128
***Claude Code Errors**: ENOENT errors now show helpful installation guidance
129
+
***Claude Code Error Handling**: Fixed "spawn claude ENOENT" error when using Claude Code provider, now provides better error handling and installation guidance (thanks JamieJ1!)
129
130
***Multi-file Edit Fix**: Fixed issue where Git diff views interfered with file operations (thanks hassoncs, szermatt!) ([#6350](https://github.com/RooCodeInc/Roo-Code/pull/6350))
130
131
***Non-QWERTY Keyboard Support**: Fixed keyboard shortcuts for Dvorak, AZERTY, and other layouts (thanks shlgug!) ([#6162](https://github.com/RooCodeInc/Roo-Code/pull/6162))
@@ -153,6 +154,8 @@ Critical fixes that improve stability and compatibility:
153
154
***SambaNova Provider**: Integrated SambaNova as a new LLM provider offering high-speed inference and broader model selection (thanks snova-jorgep!) ([#6188](https://github.com/RooCodeInc/Roo-Code/pull/6188))
154
155
***Chutes AI**: Added zai-org/GLM-4.5-FP8 model support ([#6441](https://github.com/RooCodeInc/Roo-Code/pull/6441))
155
156
***OpenRouter**: Set horizon-alpha model max tokens to 32k ([#6470](https://github.com/RooCodeInc/Roo-Code/pull/6470))
157
+
***Horizon Beta Stealth Model via OpenRouter**: Optimized support for OpenRouter's new stealth model Horizon Beta with 32k max tokens for better response times. Thanks to OpenRouter for providing this free, improved version of Horizon Alpha!
158
+
***Type Definitions**: Updated @roo-code/types to v1.41.0 for latest type compatibility
156
159
***Databricks**: Added support for /invocations endpoints pattern (thanks adambrand!) ([#6317](https://github.com/RooCodeInc/Roo-Code/pull/6317))
157
160
158
161
### Misc. Improvements
@@ -171,4 +174,5 @@ Critical fixes that improve stability and compatibility:
***Navigator Global Error**: Resolved errors by updating mammoth and bluebird dependencies ([#6363](https://github.com/RooCodeInc/Roo-Code/pull/6363))
174
-
***Nightly Build Fixes**: Resolved marketplace freezing issues with separate changelog ([#6449](https://github.com/RooCodeInc/Roo-Code/pull/6449))
177
+
***Nightly Build Fixes**: Resolved marketplace freezing issues with separate changelog ([#6449](https://github.com/RooCodeInc/Roo-Code/pull/6449))
178
+
***Cloud Provider Profile Sync**: Added support for syncing provider profiles from the cloud, enabling automatic synchronization across devices and team collaboration
0 commit comments