Skip to content

Commit 50e45a2

Browse files
Changeset version bump (#5613)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 1c60ec6 commit 50e45a2

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

.changeset/v3.23.7.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Roo Code Changelog
22

3+
## [3.23.7] - 2025-07-11
4+
5+
- Fix Mermaid syntax warning (thanks @MuriloFP!)
6+
- Expand Vertex AI region config to include all available regions in GCP Vertex AI (thanks @shubhamgupta731!)
7+
- Handle Qdrant vector dimension mismatch when switching embedding models (thanks @daniel-lxs!)
8+
- Fix typos in comment & document (thanks @noritaka1166!)
9+
- Improve the display of codebase search results
10+
- Correct translation fallback logic for embedding errors (thanks @daniel-lxs!)
11+
- Clean up MCP tool disabling
12+
- Link to marketplace from modes and MCP tab
13+
- Fix TTS button display (thanks @sensei-woo!)
14+
- Add Devstral Medium model support
15+
- Add comprehensive error telemetry to code-index service (thanks @daniel-lxs!)
16+
- Exclude cache tokens from context window calculation (thanks @daniel-lxs!)
17+
- Enable dynamic tool selection in architect mode for context discovery
18+
- Add configurable max output tokens setting for claude-code
19+
320
## [3.23.6] - 2025-07-10
421

522
- Grok 4

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.23.6",
6+
"version": "3.23.7",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)