Browse Source

Changeset version bump (#7220)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
github-actions[bot] 4 months ago
parent
commit
c249ff81e9
5 changed files with 11 additions and 24 deletions
  1. 0 9
      .changeset/v3.25.18-2.md
  2. 0 6
      .changeset/v3.25.18-3.md
  3. 0 8
      .changeset/v3.25.18.md
  4. 10 0
      CHANGELOG.md
  5. 1 1
      src/package.json

+ 0 - 9
.changeset/v3.25.18-2.md

@@ -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!)

+ 0 - 6
.changeset/v3.25.18-3.md

@@ -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!)

+ 0 - 8
.changeset/v3.25.18.md

@@ -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!)

+ 10 - 0
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

+ 1 - 1
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",