Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
bac2838d78
Update CHANGELOG.md 2025-07-14 14:52:16 -04:00
github-actions[bot]
816c0bc199 changeset version bump 2025-07-14 18:49:34 +00:00
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",