We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035c67c commit 54745fcCopy full SHA for 54745fc
.changeset/v3.30.1.md
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Roo Code Changelog
2
3
+## [3.30.1] - 2025-11-04
4
+
5
+- Fix: Correct OpenRouter Mistral model embedding dimension from 3072 to 1536 (thanks @daniel-lxs!)
6
+- Revert: Previous UI flicker fix that caused issues with task resumption (thanks @mrubens!)
7
8
## [3.30.0] - 2025-11-03
9
10

src/package.json
@@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
- "version": "3.30.0",
+ "version": "3.30.1",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
0 commit comments