mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
changeset version bump
This commit is contained in:
parent
46085581d5
commit
6b2573fe70
3 changed files with 7 additions and 8 deletions
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote)
|
||||
- Fix: AWS Bedrock 1M context - Move anthropic_beta to additionalModelRequestFields (thanks @daniel-lxs!)
|
||||
- Fix: Make cancelling requests more responsive by reverting recent changes
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.25.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- - Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote)
|
||||
|
||||
## [3.25.13] - 2025-08-12
|
||||
|
||||
- Add Sonnet 1M context checkbox to Bedrock
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.25.13",
|
||||
"version": "3.25.14",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue