Skip to content

Commit 3087839

Browse files
feat: add release notes for version 3.28.11 with bug fixes for Claude Sonnet 4.5 model identifiers (#372)
1 parent 0669ab4 commit 3087839

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-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.11](/update-notes/v3.28.11) (2025-09-29)
2324
* [3.28.10](/update-notes/v3.28.10) (2025-09-29)
2425
* [3.28.9](/update-notes/v3.28.9) (2025-09-26)
2526
* [3.28.8](/update-notes/v3.28.8) (2025-09-25)

docs/update-notes/v3.28.11.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
description: Fixes Claude Sonnet 4.5 model identifiers for AWS Bedrock and OpenRouter to prevent model ID errors.
3+
keywords:
4+
- roo code 3.28.11
5+
- bug fixes
6+
- bedrock
7+
- claude sonnet 4.5
8+
- openrouter
9+
image: /img/social-share.jpg
10+
---
11+
12+
# Roo Code 3.28.11 Release Notes (2025-09-29)
13+
14+
This patch fixes model identifier issues for Claude Sonnet 4.5 across AWS Bedrock and OpenRouter, so prompts run reliably without ID or selection errors.
15+
16+
## Bug Fixes
17+
18+
* AWS Bedrock: Use the correct Claude Sonnet 4.5 model ID so prompts run without “model not found” errors (thanks sunhyung!) ([#8372](https://github.com/RooCodeInc/Roo-Code/pull/8372))
19+
* OpenRouter: Correct Claude Sonnet 4.5 model ID format to align with naming and prevent selection/API mismatches ([#8373](https://github.com/RooCodeInc/Roo-Code/pull/8373))

docs/update-notes/v3.28.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
101101
## Bug Fixes
102102

103103
* **AWS Bedrock Claude Sonnet 4.5**: Corrected model identifier for Claude Sonnet 4.5 on AWS Bedrock (thanks sunhyung!) ([#8371](https://github.com/RooCodeInc/Roo-Code/pull/8371))
104+
* **OpenRouter Claude Sonnet 4.5**: Corrected model ID format to align with naming and prevent selection/API mismatches ([#8373](https://github.com/RooCodeInc/Roo-Code/pull/8373))
104105
* **GPT-5 LiteLLM Compatibility**: Fixed GPT-5 models failing with LiteLLM provider by using correct `max_completion_tokens` parameter (thanks lx1054331851!) ([#6980](https://github.com/RooCodeInc/Roo-Code/pull/6980))
105106
* **Fixed "No tool used" Errors**: Resolved the situation where LLMs would sometimes not make tool calls in their response which improves Roo's overall flow. ([#8292](https://github.com/RooCodeInc/Roo-Code/pull/8292))
106107
* **Context Condensing**: Fixed an issue where the initial task request was being lost during context condensing, causing Roo to try to re-answer the original task ask when resuming after condensing ([#8298](https://github.com/RooCodeInc/Roo-Code/pull/8298))

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.11', label: '3.28.11' },
226227
{ type: 'doc', id: 'update-notes/v3.28.10', label: '3.28.10' },
227228
{ type: 'doc', id: 'update-notes/v3.28.9', label: '3.28.9' },
228229
{ type: 'doc', id: 'update-notes/v3.28.8', label: '3.28.8' },

0 commit comments

Comments
 (0)