Compare commits

...

3 commits

Author SHA1 Message Date
Matt Rubens
86afd2d087
Update CHANGELOG.md 2025-08-19 14:03:46 -07:00
Matt Rubens
9273eb8c27
Update CHANGELOG.md 2025-08-19 14:03:26 -07:00
github-actions[bot]
9b7afbc8fb changeset version bump 2025-08-19 21:01:12 +00:00
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",