Changeset version bump (#7220)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-08-19 17:45:45 -07:00 committed by GitHub
parent 613abe08fc
commit c249ff81e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 24 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -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",