Skip to content

Commit af8d532

Browse files
authored
Add release notes for v3.25.13 (#307)
1 parent 21ca3ca commit af8d532

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-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.13](/update-notes/v3.25.13) (2025-08-13)
2223
* [3.25.12](/update-notes/v3.25.12) (2025-08-12)
2324
* [3.25.11](/update-notes/v3.25.11) (2025-08-11)
2425
* [3.25.10](/update-notes/v3.25.10) (2025-08-07)

docs/update-notes/v3.25.13.mdx

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

docs/update-notes/v3.25.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ This feature provides peace of mind when using expensive models or running long
9696

9797
Small changes that make a big difference in your daily workflow:
9898

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
99102
* **Chat Input Focus**: The chat input now automatically focuses when creating a new chat via the + button, allowing you to start typing immediately
100103
* **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.
101104
* **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:
176179
* **Tool Repetition Detector**: Fixed a bug where setting the "Errors and Repetition Limit" to 1 would incorrectly block the first tool call
177180
* **`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
178181
* **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
179183

180184
### Provider Updates
181185

@@ -202,6 +206,7 @@ Critical fixes that improve stability and compatibility:
202206
* **Databricks**: Added support for /invocations endpoints pattern (thanks adambrand!) ([#6317](https://github.com/RooCodeInc/Roo-Code/pull/6317))
203207
* **Codex Mini Model Support**: Added support for the `codex-mini-latest` model in the OpenAI Native provider
204208
* **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
205210

206211
### Misc. Improvements
207212

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.13', label: '3.25.13' },
215216
{ type: 'doc', id: 'update-notes/v3.25.12', label: '3.25.12' },
216217
{ type: 'doc', id: 'update-notes/v3.25.11', label: '3.25.11' },
217218
{ type: 'doc', id: 'update-notes/v3.25.10', label: '3.25.10' },

0 commit comments

Comments
 (0)