diff --git a/.changeset/v3.25.18-2.md b/.changeset/v3.25.18-2.md deleted file mode 100644 index 4742944d15..0000000000 --- a/.changeset/v3.25.18-2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, PR by @app/roomote) -- Fix: prevent duplicate LM Studio models with case-insensitive deduplication (#6954 by @fbuechler, PR by @daniel-lxs) -- Add support for Sonic model (thanks @mrubens!) -- Feat: simplify ask_followup_question prompt documentation (thanks @daniel-lxs!) -- Feat: simple read_file tool for single-file-only models (thanks @daniel-lxs!) diff --git a/.changeset/v3.25.18-3.md b/.changeset/v3.25.18-3.md deleted file mode 100644 index 9628455744..0000000000 --- a/.changeset/v3.25.18-3.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Add missing zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS (#7082 by @app/roomote) -- Feat: Add new models and update configurations for vscode-lm (thanks @NaccOll!) diff --git a/.changeset/v3.25.18.md b/.changeset/v3.25.18.md deleted file mode 100644 index 868c438be9..0000000000 --- a/.changeset/v3.25.18.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, PR by @app/roomote) -- Fix: prevent duplicate LM Studio models with case-insensitive deduplication (#6954 by @fbuechler, PR by @daniel-lxs) -- Add support for Sonic model (thanks @mrubens!) -- Feat: simplify ask_followup_question prompt documentation (thanks @daniel-lxs!) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6f5713c4..9c78cb0b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Roo Code Changelog +## [3.25.18] - 2025-08-19 + +- Add new stealth Sonic model through the Roo Code Cloud provider +- Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, PR by @app/roomote) +- Fix: prevent duplicate LM Studio models with case-insensitive deduplication (#6954 by @fbuechler, PR by @daniel-lxs) +- Feat: simplify ask_followup_question prompt documentation (thanks @daniel-lxs!) +- Feat: simple read_file tool for single-file-only models (thanks @daniel-lxs!) +- Fix: Add missing zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS (#7082 by @app/roomote) +- Feat: Add new models and update configurations for vscode-lm (thanks @NaccOll!) + ## [3.25.17] - 2025-08-17 - Fix: Resolve terminal reuse logic issues diff --git a/src/package.json b/src/package.json index d6c447db39..6ea9ab4b24 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.25.17", + "version": "3.25.18", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",