Skip to content

Commit 6702871

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

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.changeset/v3.23.9.md

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

CHANGELOG.md

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

3+
## [3.23.9] - 2025-07-14
4+
5+
- Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!)
6+
- Add configurable timeout for command execution
7+
- Add gemini-embedding-001 model to code-index service (thanks @daniel-lxs!)
8+
- Resolve vector dimension mismatch error when switching embedding models
9+
- Return the cwd in the exec tool's response so that the model is not lost after subsequent calls (thanks @chris-garrett!)
10+
311
## [3.23.8] - 2025-07-13
412

513
- Add enable/disable toggle for code indexing (thanks @daniel-lxs!)

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.8",
6+
"version": "3.23.9",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)