From bac2838d78715377c74c05a43974d645829372b3 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 14 Jul 2025 14:52:16 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223df2d4ec..cdaf91c5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Roo Code Changelog -## 3.23.9 +## [3.23.9] - 2025-07-14 -### Patch Changes - -- - Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!) +- 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