diff --git a/.changeset/v3.23.9.md b/.changeset/v3.23.9.md deleted file mode 100644 index f156cf70552..00000000000 --- a/.changeset/v3.23.9.md +++ /dev/null @@ -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!) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd742901f43..cdaf91c5e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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!) diff --git a/src/package.json b/src/package.json index 9f47e2e5108..9d87b6b01f1 100644 --- a/src/package.json +++ b/src/package.json @@ -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",