Skip to content

Commit 089688f

Browse files
committed
feat: add release notes for version 3.28.12 with bug fixes for Anthropic Sonnet 4.5 model ID and Bedrock 1M context checkbox
1 parent 3087839 commit 089688f

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ image: /img/social-share.jpg
2020
### Version 3.28
2121

2222
* [3.28](/update-notes/v3.28) (Combined)
23+
* [3.28.12](/update-notes/v3.28.12) (2025-09-29)
2324
* [3.28.11](/update-notes/v3.28.11) (2025-09-29)
2425
* [3.28.10](/update-notes/v3.28.10) (2025-09-29)
2526
* [3.28.9](/update-notes/v3.28.9) (2025-09-26)

docs/update-notes/v3.28.12.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
description: Fixes Anthropic Sonnet 4.5 model ID and adds Bedrock 1M context checkbox.
3+
keywords:
4+
- roo code 3.28.12
5+
- anthropic sonnet 4.5
6+
- bedrock 1m context
7+
- bug fixes
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code 3.28.12 Release Notes (2025-09-29)
12+
13+
This release fixes the Anthropic Sonnet 4.5 model ID and adds Bedrock 1M context checkbox support.
14+
15+
## Bug Fixes
16+
17+
* **Anthropic Sonnet 4.5 Model ID**: Corrects the model ID to the official `claude-sonnet-4-5`, resolving API errors when using Claude Sonnet 4.5 ([#8384](https://github.com/RooCodeInc/Roo-Code/pull/8384))
18+
19+
## QOL Improvements
20+
21+
* **Bedrock 1M Context Checkbox**: Adds checkbox to enable 1M context window support for Claude Sonnet 4 and 4.5 on Bedrock, providing more flexibility for large-scale projects ([#8384](https://github.com/RooCodeInc/Roo-Code/pull/8384))

docs/update-notes/v3.28.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
9797
* **Welcome screen Roo provider experiment**: Surfaces the Roo provider on the welcome screen (localized, with click telemetry) to speed up setup. ([#8317](https://github.com/RooCodeInc/Roo-Code/pull/8317))
9898
* **Cleaner prompts (no “thinking” tags)**: Removes `<thinking>` tags for cleaner output, fewer tokens, and better model compatibility; preserves the plain‑language rule to confirm tool success. ([#8319](https://github.com/RooCodeInc/Roo-Code/pull/8319))
9999
* **Simpler Requesty model refresh**: Removes an unnecessary warning when refreshing the Requesty models list so you can fetch new policies without leaving the screen. ([#7710](https://github.com/RooCodeInc/Roo-Code/pull/7710))
100+
* **Bedrock 1M Context Checkbox**: Adds checkbox to enable 1M context window support for Claude Sonnet 4 and 4.5 on Bedrock, providing more flexibility for large-scale projects ([#8384](https://github.com/RooCodeInc/Roo-Code/pull/8384))
100101

101102
## Bug Fixes
102103

@@ -133,6 +134,7 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
133134

134135

135136
* **Tool‑use guidance clarity**: Clarifies the retry suggestion so the model selects the correct file‑reading step during apply‑diff retries, reducing failed file edits. ([#8315](https://github.com/RooCodeInc/Roo-Code/pull/8315))
137+
* **Anthropic Sonnet 4.5 Model ID**: Corrects the model ID to the official `claude-sonnet-4-5`, resolving API errors when using Claude Sonnet 4.5 ([#8384](https://github.com/RooCodeInc/Roo-Code/pull/8384))
136138

137139
## Provider Updates
138140

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const sidebars: SidebarsConfig = {
223223
label: '3.28',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.28', label: '3.28 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.28.12', label: '3.28.12' },
226227
{ type: 'doc', id: 'update-notes/v3.28.11', label: '3.28.11' },
227228
{ type: 'doc', id: 'update-notes/v3.28.10', label: '3.28.10' },
228229
{ type: 'doc', id: 'update-notes/v3.28.9', label: '3.28.9' },

0 commit comments

Comments
 (0)