Skip to content

Commit 8b1192f

Browse files
docs: add release notes for v3.35.5 (#438)
1 parent c5cdba6 commit 8b1192f

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ image: /img/social-share.jpg
2020
### Version 3.35
2121

2222
* [3.35](/update-notes/v3.35) (Combined)
23+
* [3.35.5](/update-notes/v3.35.5) (2025-12-03)
2324
* [3.35.4](/update-notes/v3.35.4) (2025-12-02)
2425
* [3.35.3](/update-notes/v3.35.3) (2025-12-02)
2526
* [3.35.2](/update-notes/v3.35.2) (2025-12-01)

docs/update-notes/v3.35.5.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
description: Adds OpenRouter embedding provider routing, updates CloudView UI, and improves provider compatibility.
3+
keywords:
4+
- roo code 3.35.5
5+
- openrouter embeddings
6+
- provider routing
7+
- cloudview
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code v3.35.5 Release Notes (2025-12-03)
12+
13+
This release adds provider routing selection for OpenRouter embeddings, updates the CloudView interface, and improves provider compatibility.
14+
15+
## Features
16+
17+
* **OpenRouter Embeddings Provider Routing**: Select specific routing providers for OpenRouter embeddings in code indexing settings, enabling cost optimization since providers can vary by 4-5x in price for the same embedding model (thanks SannidhyaSah!) ([#9693](https://github.com/RooCodeInc/Roo-Code/pull/9693))
18+
19+
## QOL Improvements
20+
21+
* **CloudView Interface Updates**: Cleaner UI with refreshed marketing copy, updated button styling with rounded corners for a more modern look ([#9776](https://github.com/RooCodeInc/Roo-Code/pull/9776))
22+
23+
## Provider Updates
24+
25+
* **Roo Provider Tool Compatibility**: Improved tool conversion for OpenAI-compatible API endpoints, ensuring tools work correctly with OpenAI-style request formats ([#9769](https://github.com/RooCodeInc/Roo-Code/pull/9769))
26+
* **MiniMax M2 Free Tier Default**: MiniMax M2 model now defaults to the free tier when using OpenRouter ([#9778](https://github.com/RooCodeInc/Roo-Code/pull/9778))

docs/update-notes/v3.35.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Native tool calling support has been expanded to 15+ providers:
4646
* **Grok Code Fast Default**: Native tools now default for xai/grok-code-fast-1 ([#9717](https://github.com/RooCodeInc/Roo-Code/pull/9717))
4747
* **New Welcome View**: Simplified welcome view with consolidated components for a cleaner, more consistent onboarding experience ([#9741](https://github.com/RooCodeInc/Roo-Code/pull/9741))
4848
* **Simplified write_to_file Tool**: The `line_count` parameter has been removed from the write_to_file tool, making tool calls cleaner and reducing potential errors from incorrect line counts ([#9667](https://github.com/RooCodeInc/Roo-Code/pull/9667))
49+
* **OpenRouter Embeddings Provider Routing**: Select specific routing providers for OpenRouter embeddings in code indexing settings, enabling cost optimization since providers can vary by 4-5x in price for the same embedding model (thanks SannidhyaSah!) ([#9693](https://github.com/RooCodeInc/Roo-Code/pull/9693))
50+
* **CloudView Interface Updates**: Cleaner UI with refreshed marketing copy, updated button styling with rounded corners for a more modern look ([#9776](https://github.com/RooCodeInc/Roo-Code/pull/9776))
4951

5052
## Bug Fixes
5153

@@ -69,3 +71,5 @@ Native tool calling support has been expanded to 15+ providers:
6971
* **LiteLLM Native Tool Support**: All LiteLLM models now assume native tool support by default, improving tool compatibility ([#9736](https://github.com/RooCodeInc/Roo-Code/pull/9736))
7072
* **App Version Tracking**: The Roo provider now sends app version information with API requests for improved request tracking ([#9730](https://github.com/RooCodeInc/Roo-Code/pull/9730))
7173
* **z.ai GLM Model Fix**: Removed misleading reasoning toggle UI for GLM-4.5 and GLM-4.6 models on z.ai provider, as these models don't support think/reasoning data for coding agents ([#9752](https://github.com/RooCodeInc/Roo-Code/pull/9752))
74+
* **Roo Provider Tool Compatibility**: Improved tool conversion for OpenAI-compatible API endpoints, ensuring tools work correctly with OpenAI-style request formats ([#9769](https://github.com/RooCodeInc/Roo-Code/pull/9769))
75+
* **MiniMax M2 Free Tier Default**: MiniMax M2 model now defaults to the free tier when using OpenRouter ([#9778](https://github.com/RooCodeInc/Roo-Code/pull/9778))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ const sidebars: SidebarsConfig = {
224224
label: '3.35',
225225
items: [
226226
{ type: 'doc', id: 'update-notes/v3.35', label: '3.35 Combined' },
227+
{ type: 'doc', id: 'update-notes/v3.35.5', label: '3.35.5' },
227228
{ type: 'doc', id: 'update-notes/v3.35.4', label: '3.35.4' },
228229
{ type: 'doc', id: 'update-notes/v3.35.3', label: '3.35.3' },
229230
{ type: 'doc', id: 'update-notes/v3.35.2', label: '3.35.2' },

0 commit comments

Comments
 (0)