From 0371e32a00191256c90e1316fb816b8adf514992 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 11 Jul 2025 23:43:40 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 875c3ba753..02a4b094e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ # Roo Code Changelog -## 3.23.7 +## [3.23.7] - 2025-07-11 -### Patch Changes - -- - Fix Mermaid syntax warning (thanks @MuriloFP!) +- 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 ## [3.23.6] - 2025-07-10