From 65df6723a206b9e9d1480cd516d51bc8314ef274 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 11 Jul 2025 23:39:22 -0400 Subject: [PATCH] chore: prepare v3.23.7 patch release (#5612) --- .changeset/v3.23.7.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .changeset/v3.23.7.md diff --git a/.changeset/v3.23.7.md b/.changeset/v3.23.7.md new file mode 100644 index 0000000000..79e2a2d566 --- /dev/null +++ b/.changeset/v3.23.7.md @@ -0,0 +1,18 @@ +--- +"roo-cline": patch +--- + +- Fix Mermaid syntax warning (thanks @MuriloFP!) +- Expand Vertex AI region config to include all available regions in GCP Vertex AI (thanks @shubhamgupta731!) +- Handle Qdrant vector dimension mismatch when switching embedding models (thanks @daniel-lxs!) +- Fix typos in comment & document (thanks @noritaka1166!) +- Improve the display of codebase search results +- Correct translation fallback logic for embedding errors (thanks @daniel-lxs!) +- Clean up MCP tool disabling +- Link to marketplace from modes and MCP tab +- Fix TTS button display (thanks @sensei-woo!) +- Add Devstral Medium model support +- Add comprehensive error telemetry to code-index service (thanks @daniel-lxs!) +- Exclude cache tokens from context window calculation (thanks @daniel-lxs!) +- Enable dynamic tool selection in architect mode for context discovery +- Add configurable max output tokens setting for claude-code