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 e64fb15 commit 6e473f5Copy full SHA for 6e473f5
.changeset/v3.23.5.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Roo Code Changelog
2
3
+## [3.23.5] - 2025-07-09
4
+
5
+- Fix: use decodeURIComponent in openFile (thanks @vivekfyi!)
6
+- Fix(embeddings): Translate error messages before sending to UI (thanks @daniel-lxs!)
7
+- Make account tab visible
8
9
## [3.23.4] - 2025-07-09
10
11
- Update chat area icons for better discoverability & consistency
src/package.json
@@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
- "version": "3.23.4",
+ "version": "3.23.5",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
0 commit comments