Skip to content

Commit f93e998

Browse files
committed
docs: release notes v3.30.1 + combined updates
1 parent 736ddd3 commit f93e998

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ image: /img/social-share.jpg
1919

2020
### Version 3.30
2121

22+
* [3.30.1](/update-notes/v3.30.1) (2025-11-04)
2223
* [3.30](/update-notes/v3.30) (2025-11-03)
2324
* [3.30.0](/update-notes/v3.30.0) (2025-11-03)
2425

docs/update-notes/v3.30.1.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
description: Roo Code 3.30.1 fixes an embedding dimension mismatch and reverts a problematic cancel/resume change to restore stability.
3+
keywords:
4+
- roo code 3.30.1
5+
- bug fixes
6+
- embeddings
7+
- OpenRouter
8+
- Mistral
9+
- UI flicker
10+
image: /img/social-share.jpg
11+
---
12+
# Roo Code 3.30.1 Release Notes (2025-11-04)
13+
14+
This patch improves reliability by fixing an embedding dimension mismatch and restoring stable cancel/resume behavior.
15+
16+
17+
## Bug Fixes
18+
19+
* Correct OpenRouter Mistral embedding dimension to 1536 to prevent vector size errors; existing Qdrant collections are recreated with the correct size for consistent similarity search ([#9028](https://github.com/RooCodeInc/Roo-Code/pull/9028))
20+
* Revert recent cancel/resume change that caused UI flicker and unreliable resumption, restoring the previous stable behavior while a safer fix is prepared ([#9032](https://github.com/RooCodeInc/Roo-Code/pull/9032))

docs/update-notes/v3.30.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ OpenRouter currently supports 7 embedding models, including the top‑ranking Qw
3232
* Cancel during streaming no longer causes flicker; you can resume in place, input stays enabled, and the spinner stops deterministically ([#8986](https://github.com/RooCodeInc/Roo-Code/pull/8986))
3333
* Remove newline-only reasoning blocks from OpenAI-compatible responses for cleaner output and logs ([#8990](https://github.com/RooCodeInc/Roo-Code/pull/8990))
3434
* "Disable Terminal Shell Integration" now links to the correct documentation section ([#8997](https://github.com/RooCodeInc/Roo-Code/pull/8997))
35+
* Correct OpenRouter Mistral embedding dimension to 1536 to prevent vector size errors; existing Qdrant collections are recreated with the correct size for consistent similarity search ([#9028](https://github.com/RooCodeInc/Roo-Code/pull/9028))
36+
* Revert the recent cancel/resume change that caused UI flicker and unreliable resumption, restoring the previous stable behavior ([#9032](https://github.com/RooCodeInc/Roo-Code/pull/9032))
3537

3638
## Misc Improvements
3739

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const sidebars: SidebarsConfig = {
223223
label: '3.30',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.30', label: '3.30 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.30.1', label: '3.30.1' },
226227
{ type: 'doc', id: 'update-notes/v3.30.0', label: '3.30.0' },
227228
],
228229
},

0 commit comments

Comments
 (0)