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: Adds Sonnet 1M context support for AWS Bedrock, improves internationalization, and fixes search functionality.
3
+
keywords:
4
+
- roo code 3.25.13
5
+
- sonnet 1m context
6
+
- aws bedrock
7
+
- internationalization
8
+
- agent.md support
9
+
image: /img/social-share.jpg
10
+
---
11
+
12
+
# Roo Code 3.25.13 Release Notes (2025-08-13)
13
+
14
+
This release adds Sonnet 1M context support for AWS Bedrock, improves internationalization, and fixes search functionality.
15
+
16
+
## Features
17
+
18
+
***Sonnet 1M Context Support**: Enable 1M token context window for Claude 3.5 Sonnet when using AWS Bedrock, allowing you to process much larger documents and have longer conversations ([#7032](https://github.com/RooCodeInc/Roo-Code/pull/7032))
19
+
20
+
## QOL Improvements
21
+
22
+
***Internationalization**: The Account button now displays in your selected language instead of always showing in English (thanks zhangtony239!) ([#6978](https://github.com/RooCodeInc/Roo-Code/pull/6978))
23
+
***Agent File Flexibility**: Roo Code now recognizes both AGENT.md and AGENTS.md files for agent rules, with AGENTS.md checked first for compatibility (thanks Brendan-Z!) ([#6913](https://github.com/RooCodeInc/Roo-Code/pull/6913))
24
+
25
+
## Bug Fixes
26
+
27
+
***Search Tool Reliability**: Fixed the search_files tool failing when encountering permission-denied files - it now continues working and returns results from accessible files (thanks R-omk!) ([#6757](https://github.com/RooCodeInc/Roo-Code/pull/6757))
28
+
29
+
## Provider Updates
30
+
31
+
***OpenAI**: Removed the deprecated GPT-4.5 Preview model from available options as it was removed from the OpenAI API (thanks PeterDaveHello!) ([#6948](https://github.com/RooCodeInc/Roo-Code/pull/6948))
Copy file name to clipboardExpand all lines: docs/update-notes/v3.25.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,9 @@ This feature provides peace of mind when using expensive models or running long
96
96
97
97
Small changes that make a big difference in your daily workflow:
98
98
99
+
***Sonnet 1M Context Support**: Enable 1M token context window for Claude 3.5 Sonnet when using AWS Bedrock, allowing you to process much larger documents and have longer conversations
100
+
***Internationalization**: The Account button now displays in your selected language instead of always showing in English
101
+
***Agent File Flexibility**: Roo Code now recognizes both AGENT.md and AGENTS.md files for agent rules, with AGENTS.md checked first for compatibility
99
102
***Chat Input Focus**: The chat input now automatically focuses when creating a new chat via the + button, allowing you to start typing immediately
100
103
***Gemini 2.5 Pro Thinking Budget Flexibility**: The minimum thinking budget is reduced from 1024 to 128 tokens, perfect for tasks that need quick, focused responses without extensive reasoning. You'll need to manually adjust the thinking budget to 128 in your settings to take advantage of this feature.
101
104
***Multi-Folder Workspace Support**: Code indexing now works correctly across all folders in multi-folder workspaces
@@ -176,6 +179,7 @@ Critical fixes that improve stability and compatibility:
176
179
***Tool Repetition Detector**: Fixed a bug where setting the "Errors and Repetition Limit" to 1 would incorrectly block the first tool call
177
180
***`max_tokens` Calculation**: Fixed an error for models with very large context windows where requests would fail due to incorrect calculation of maximum output tokens
178
181
***AWS Bedrock Connection**: Fixed a connection issue when using AWS Bedrock with LiteLLM
182
+
***Search Tool Reliability**: Fixed the search_files tool failing when encountering permission-denied files - it now continues working and returns results from accessible files
179
183
180
184
### Provider Updates
181
185
@@ -202,6 +206,7 @@ Critical fixes that improve stability and compatibility:
202
206
***Databricks**: Added support for /invocations endpoints pattern (thanks adambrand!) ([#6317](https://github.com/RooCodeInc/Roo-Code/pull/6317))
203
207
***Codex Mini Model Support**: Added support for the `codex-mini-latest` model in the OpenAI Native provider
204
208
***IO Intelligence Provider**: Added IO Intelligence as a new provider, giving users access to a wide range of AI models
209
+
***OpenAI**: Removed the deprecated GPT-4.5 Preview model from available options as it was removed from the OpenAI API
0 commit comments