diff --git a/.changeset/v3.25.14.md b/.changeset/v3.25.14.md new file mode 100644 index 0000000000..48a95026f8 --- /dev/null +++ b/.changeset/v3.25.14.md @@ -0,0 +1,7 @@ +--- +"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