Changeset version bump (#5702)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-07-14 14:52:28 -04:00 committed by GitHub
parent e7b90a8c5b
commit 6702871c4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 10 deletions

View file

@ -1,9 +0,0 @@
---
"roo-cline": patch
---
- Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!)
- Add configurable timeout for command execution
- Add gemini-embedding-001 model to code-index service (thanks @daniel-lxs!)
- Resolve vector dimension mismatch error when switching embedding models
- Return the cwd in the exec tool's response so that the model is not lost after subsequent calls (thanks @chris-garrett!)

View file

@ -1,5 +1,13 @@
# Roo Code Changelog
## [3.23.9] - 2025-07-14
- Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!)
- Add configurable timeout for command execution
- Add gemini-embedding-001 model to code-index service (thanks @daniel-lxs!)
- Resolve vector dimension mismatch error when switching embedding models
- Return the cwd in the exec tool's response so that the model is not lost after subsequent calls (thanks @chris-garrett!)
## [3.23.8] - 2025-07-13
- Add enable/disable toggle for code indexing (thanks @daniel-lxs!)

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.23.8",
"version": "3.23.9",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",