We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4608558 commit ca6f261Copy full SHA for ca6f261
3 files changed
.changeset/v3.25.14.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Roo Code Changelog
2
3
+## [3.25.14] - 2025-08-13
4
+
5
+- Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote)
6
+- Fix: AWS Bedrock 1M context - Move anthropic_beta to additionalModelRequestFields (thanks @daniel-lxs!)
7
+- Fix: Make cancelling requests more responsive by reverting recent changes
8
9
## [3.25.13] - 2025-08-12
10
11
- Add Sonnet 1M context checkbox to Bedrock
src/package.json
@@ -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",
0 commit comments