diff --git a/.changeset/v3.23.9.md b/.changeset/v3.23.9.md new file mode 100644 index 0000000000..f156cf7055 --- /dev/null +++ b/.changeset/v3.23.9.md @@ -0,0 +1,9 @@ +--- +"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!)