changeset version bump

This commit is contained in:
github-actions[bot] 2025-08-19 21:01:12 +00:00
parent 613abe08fc
commit 9b7afbc8fb
5 changed files with 9 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,13 @@
# Roo Code Changelog
## 3.25.18
### Patch Changes
- - Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, PR by @app/roomote)
- - Fix: Add missing zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS (#7082 by @app/roomote)
- - Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, PR by @app/roomote)
## [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",