From 6702871c4efa7444ef3d1460b94c00ecf48e6c8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 14:52:28 -0400 Subject: [PATCH] Changeset version bump (#5702) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/v3.23.9.md | 9 --------- CHANGELOG.md | 8 ++++++++ src/package.json | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 .changeset/v3.23.9.md diff --git a/.changeset/v3.23.9.md b/.changeset/v3.23.9.md deleted file mode 100644 index f156cf7055..0000000000 --- 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 fd742901f4..cdaf91c5e7 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 9f47e2e510..9d87b6b01f 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",