Skip to content

Commit c249ff8

Browse files
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]>
1 parent 613abe0 commit c249ff8

File tree

5 files changed

+11
-24
lines changed

5 files changed

+11
-24
lines changed

.changeset/v3.25.18-2.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/v3.25.18-3.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/v3.25.18.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Roo Code Changelog
22

3+
## [3.25.18] - 2025-08-19
4+
5+
- Add new stealth Sonic model through the Roo Code Cloud provider
6+
- Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, PR by @app/roomote)
7+
- Fix: prevent duplicate LM Studio models with case-insensitive deduplication (#6954 by @fbuechler, PR by @daniel-lxs)
8+
- Feat: simplify ask_followup_question prompt documentation (thanks @daniel-lxs!)
9+
- Feat: simple read_file tool for single-file-only models (thanks @daniel-lxs!)
10+
- Fix: Add missing zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS (#7082 by @app/roomote)
11+
- Feat: Add new models and update configurations for vscode-lm (thanks @NaccOll!)
12+
313
## [3.25.17] - 2025-08-17
414

515
- Fix: Resolve terminal reuse logic issues

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.25.17",
6+
"version": "3.25.18",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)