Skip to content

Commit 0e62e59

Browse files
authored
Add release notes for v3.25.14 (#308)
1 parent af8d532 commit 0e62e59

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This section contains notes about recent updates to Roo Code, listed by version
1919

2020
## Version 3.25
2121

22+
* [3.25.14](/update-notes/v3.25.14) (2025-08-13)
2223
* [3.25.13](/update-notes/v3.25.13) (2025-08-13)
2324
* [3.25.12](/update-notes/v3.25.12) (2025-08-12)
2425
* [3.25.11](/update-notes/v3.25.11) (2025-08-11)

docs/update-notes/v3.25.14.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
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))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ const sidebars: SidebarsConfig = {
212212
label: '3.25',
213213
items: [
214214
{ type: 'doc', id: 'update-notes/v3.25', label: '3.25 Combined' },
215+
{ type: 'doc', id: 'update-notes/v3.25.14', label: '3.25.14' },
215216
{ type: 'doc', id: 'update-notes/v3.25.13', label: '3.25.13' },
216217
{ type: 'doc', id: 'update-notes/v3.25.12', label: '3.25.12' },
217218
{ type: 'doc', id: 'update-notes/v3.25.11', label: '3.25.11' },

0 commit comments

Comments
 (0)