From 6c293986ec71706f4062883495835ac825490666 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Wed, 23 Jul 2025 01:28:54 +0000 Subject: [PATCH 1/2] chore: add changeset for v3.23.17 --- .changeset/v3.23.17.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .changeset/v3.23.17.md diff --git a/.changeset/v3.23.17.md b/.changeset/v3.23.17.md new file mode 100644 index 00000000000..837ef3d60c2 --- /dev/null +++ b/.changeset/v3.23.17.md @@ -0,0 +1,25 @@ +--- +"roo-cline": patch +--- + +- Fix: move context condensing prompt to Prompts section (#4924 by @SannidhyaSah) +- Add: jump icon for newly created files (thanks @roomote!) +- Fix: add character limit to prevent terminal output context explosion (thanks @roomote!) +- Fix: resolve global mode export not including rules files (#5834 by @hannesrudolph) +- Fix: enable export, share, and copy buttons during API operations (#5324 by @MuriloFP) +- Add: configurable timeout for evals (5-10 min) (thanks @roomote!) +- Add: auto-omit MCP content when no servers are configured (thanks @roomote!) +- Fix: sort symlinked rules files by symlink names, not target names (thanks @roomote!) +- Docs: clarify when to use update_todo_list tool (thanks @hannesrudolph!) +- Add: Mistral embedding provider (#5932 by @SannidhyaSah) +- Fix: add run parameter to vitest command in rules (thanks @KJ7LNW!) +- Update: the max_tokens fallback logic in the sliding window (thanks @mrubens!) +- Fix: add bedrock to ANTHROPIC_STYLE_PROVIDERS and restore vertex Claude model checking (thanks @daniel-lxs!) +- Add: llama-4-maverick model to Vertex AI provider (#5808 by @MuriloFP) +- Fix: properly distinguish between user cancellations and API failures (thanks @roomote!) +- Add: todo list tool enable checkbox to provider advanced settings (thanks @roomote!) +- Add: moonshot provider (thanks @mrubens!) +- Fix: Cloud: be more specific about session error codes (thanks @jr!) +- Add: Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider (thanks @roomote!) +- Fix: evals broken by #5865 (thanks @cte!) +- Fix: add case sensitivity mention to suggested fixes in apply_diff error message (thanks @roomote!) From a201e19f40aa6b5a89129617c74d806ad67f6eb9 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 22 Jul 2025 21:38:30 -0400 Subject: [PATCH 2/2] Update v3.23.17.md --- .changeset/v3.23.17.md | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/.changeset/v3.23.17.md b/.changeset/v3.23.17.md index 837ef3d60c2..2be7662eda2 100644 --- a/.changeset/v3.23.17.md +++ b/.changeset/v3.23.17.md @@ -2,24 +2,22 @@ "roo-cline": patch --- -- Fix: move context condensing prompt to Prompts section (#4924 by @SannidhyaSah) -- Add: jump icon for newly created files (thanks @roomote!) -- Fix: add character limit to prevent terminal output context explosion (thanks @roomote!) -- Fix: resolve global mode export not including rules files (#5834 by @hannesrudolph) -- Fix: enable export, share, and copy buttons during API operations (#5324 by @MuriloFP) -- Add: configurable timeout for evals (5-10 min) (thanks @roomote!) -- Add: auto-omit MCP content when no servers are configured (thanks @roomote!) -- Fix: sort symlinked rules files by symlink names, not target names (thanks @roomote!) -- Docs: clarify when to use update_todo_list tool (thanks @hannesrudolph!) -- Add: Mistral embedding provider (#5932 by @SannidhyaSah) +- Fix: move context condensing prompt to Prompts section (thanks @SannidhyaSah!) +- Add: jump icon for newly created files +- Fix: add character limit to prevent terminal output context explosion +- Fix: resolve global mode export not including rules files +- Fix: enable export, share, and copy buttons during API operations (thanks @MuriloFP!) +- Add: configurable timeout for evals (5-10 min) +- Add: auto-omit MCP content when no servers are configured +- Fix: sort symlinked rules files by symlink names, not target names +- Docs: clarify when to use update_todo_list tool +- Add: Mistral embedding provider (thanks @SannidhyaSah!) - Fix: add run parameter to vitest command in rules (thanks @KJ7LNW!) -- Update: the max_tokens fallback logic in the sliding window (thanks @mrubens!) +- Update: the max_tokens fallback logic in the sliding window - Fix: add bedrock to ANTHROPIC_STYLE_PROVIDERS and restore vertex Claude model checking (thanks @daniel-lxs!) -- Add: llama-4-maverick model to Vertex AI provider (#5808 by @MuriloFP) -- Fix: properly distinguish between user cancellations and API failures (thanks @roomote!) -- Add: todo list tool enable checkbox to provider advanced settings (thanks @roomote!) -- Add: moonshot provider (thanks @mrubens!) -- Fix: Cloud: be more specific about session error codes (thanks @jr!) -- Add: Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider (thanks @roomote!) -- Fix: evals broken by #5865 (thanks @cte!) -- Fix: add case sensitivity mention to suggested fixes in apply_diff error message (thanks @roomote!) +- Add: llama-4-maverick model to Vertex AI provider (thanks @MuriloFP!) +- Fix: properly distinguish between user cancellations and API failures +- Add: todo list tool enable checkbox to provider advanced settings +- Add: moonshot provider (thanks @CellenLee!) +- Add: Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider +- Fix: add case sensitivity mention to suggested fixes in apply_diff error message