Skip to content

Commit 06f1e64

Browse files
committed
feat: add release notes for version 3.28.13 with bug fixes for Vertex AI and AWS Bedrock
1 parent 089688f commit 06f1e64

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-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.13](/update-notes/v3.28.13) (2025-09-29)
2324
* [3.28.12](/update-notes/v3.28.12) (2025-09-29)
2425
* [3.28.11](/update-notes/v3.28.11) (2025-09-29)
2526
* [3.28.10](/update-notes/v3.28.10) (2025-09-29)

docs/update-notes/v3.28.13.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
description: Fixes Vertex AI Sonnet 4.5 configuration and removes AWS Bedrock topP to improve reliability.
3+
keywords:
4+
- roo code 3.28.13
5+
- new features
6+
- bug fixes
7+
image: /img/social-share.jpg
8+
---
9+
10+
# Roo Code 3.28.13 Release Notes (2025-09-29)
11+
12+
This patch improves provider reliability: Vertex AI Sonnet 4.5 now works with the correct model ID and AWS Bedrock requests avoid conflicts by removing topP.
13+
14+
15+
## Bug Fixes
16+
17+
* Vertex AI: Fix Sonnet 4.5 model configuration so requests no longer 404; sets the correct default ID and enables computer‑use via LiteLLM (thanks nickcatal!) ([#8391](https://github.com/RooCodeInc/Roo-Code/pull/8391))
18+
* AWS Bedrock: Remove topP parameter to avoid conflicts with extended thinking, improving reliability for streaming and non‑streaming responses (thanks ronyblum!) ([#8388](https://github.com/RooCodeInc/Roo-Code/pull/8388))

docs/update-notes/v3.28.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
136136
* **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))
137137
* **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))
138138

139+
* **AWS Bedrock**: Removed `topP` parameter to avoid conflicts with extended thinking, improving reliability for streaming and non‑streaming responses (thanks ronyblum!) ([#8388](https://github.com/RooCodeInc/Roo-Code/pull/8388))
140+
* **Vertex AI**: Fixed Sonnet 4.5 model configuration to prevent 404s and align with the correct default model ID (thanks nickcatal!) ([#8391](https://github.com/RooCodeInc/Roo-Code/pull/8391))
141+
139142
## Provider Updates
140143

141144
* **Claude 4.5 Sonnet**: Added support for Anthropic's latest Claude 4.5 Sonnet model across all providers (Anthropic, AWS Bedrock, Claude Code, Google Vertex AI, and OpenRouter) with 1M context window support ([#8368](https://github.com/RooCodeInc/Roo-Code/pull/8368))

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.13', label: '3.28.13' },
226227
{ type: 'doc', id: 'update-notes/v3.28.12', label: '3.28.12' },
227228
{ type: 'doc', id: 'update-notes/v3.28.11', label: '3.28.11' },
228229
{ type: 'doc', id: 'update-notes/v3.28.10', label: '3.28.10' },

0 commit comments

Comments
 (0)