You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Bug fixes for AWS Bedrock 1M context, OpenAI model switching, and development environment improvements.
3
+
keywords:
4
+
- roo code 3.25.14
5
+
- aws bedrock fix
6
+
- openai verbosity fix
7
+
- bug fixes
8
+
image: /img/social-share.jpg
9
+
---
10
+
11
+
# Roo Code 3.25.14 Release Notes (2025-08-13)
12
+
13
+
This release fixes critical issues with AWS Bedrock 1M context support, OpenAI model switching, and improves the development environment.
14
+
15
+
## Bug Fixes
16
+
17
+
***AWS Bedrock 1M Context**: Fixed parameter placement for Claude Sonnet 4 models to properly enable 1M context window support ([#7056](https://github.com/RooCodeInc/Roo-Code/pull/7056))
18
+
***OpenAI Model Switching**: Fixed API errors when switching from GPT-5 models to GPT-4.1 or other models that don't support the verbosity parameter (thanks eastonmeth!) ([#7055](https://github.com/RooCodeInc/Roo-Code/pull/7055))
19
+
***Development Environment**: Fixed webview functionality in development mode ([#7044](https://github.com/RooCodeInc/Roo-Code/pull/7044))
20
+
***Token Usage Reporting**: Reverted previous changes to prioritize user experience by allowing request interruption over precise cost reporting ([#7039](https://github.com/RooCodeInc/Roo-Code/pull/7039))
21
+
22
+
## Internal Improvements
23
+
24
+
***Code Organization**: Moved cloud-related types from @roo-code/types to dedicated @roo-code/cloud package ([#7038](https://github.com/RooCodeInc/Roo-Code/pull/7038))
0 commit comments