Skip to content

Commit 812e75a

Browse files
docs(update-notes): add v3.30.2 patch notes; update combined 3.30, index, sidebar; add hero image (#403)
1 parent 37da124 commit 812e75a

File tree

5 files changed

+55
-3
lines changed

5 files changed

+55
-3
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 @@ image: /img/social-share.jpg
1919

2020
### Version 3.30
2121

22+
* [3.30.2](/update-notes/v3.30.2) (2025-11-06)
2223
* [3.30.1](/update-notes/v3.30.1) (2025-11-04)
2324
* [3.30](/update-notes/v3.30) (2025-11-03)
2425
* [3.30.0](/update-notes/v3.30.0) (2025-11-03)

docs/update-notes/v3.30.2.mdx

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
description: Bedrock Global Inference, expanded model support and limits, and QOL fixes for UI clarity and provider reliability.
3+
keywords:
4+
- roo code 3.30.2
5+
- new features
6+
- bug fixes
7+
- provider updates
8+
- bedrock global inference
9+
- claude sonnet 4.5 defaults
10+
- qwen3 embeddings
11+
- cerebras zai-glm-4.6
12+
image: /img/v3.30.2/v3.30.2.png
13+
---
14+
15+
# Roo Code 3.30.2 Release Notes (2025-11-06)
16+
17+
This patch adds Bedrock Global Inference, expands model options and limits, improves UI clarity, and fixes provider selection and auditing issues.
18+
19+
<img src="/img/v3.30.2/v3.30.2.png" alt="Roo Code v3.30.2 Release" width="600" />
20+
21+
## QOL Improvements
22+
23+
* File path tooltips show full paths on hover across reads/edits, directory listings, and search, reducing confusion in narrow layouts (thanks da2ce7!) ([#9030](https://github.com/RooCodeInc/Roo-Code/pull/9030))
24+
* Optional pre-push full test run via RUN_TESTS_ON_PUSH=true in .env.local; default behavior keeps pushes fast (tests skipped) ([#9055](https://github.com/RooCodeInc/Roo-Code/pull/9055))
25+
26+
## Bug Fixes
27+
28+
* Eliminates brief UI flicker when cancelling a task; the task view remains stable ([#9037](https://github.com/RooCodeInc/Roo-Code/pull/9037))
29+
* Pinned models remain visible at the top while scrolling long lists for quicker access (thanks XiaoYingYo!) ([#8813](https://github.com/RooCodeInc/Roo-Code/pull/8813))
30+
* Checkpoints always commit to Roo’s shadow repository even when GIT_DIR is set in Dev Containers, preventing leaks to external repos (thanks heyseth, nonsleepr!) ([#8811](https://github.com/RooCodeInc/Roo-Code/pull/8811))
31+
* Restores correct 32K maxTokens for Claude Opus 4.1 to avoid premature truncation on long generations (thanks kaveh-deriv!) ([#9046](https://github.com/RooCodeInc/Roo-Code/pull/9046))
32+
* Fixes dynamic provider model validation so switching providers uses a valid default model and avoids TypeErrors (thanks NotADev137!) ([#9054](https://github.com/RooCodeInc/Roo-Code/pull/9054))
33+
* AWS Bedrock requests now report full user agent details in CloudTrail for better auditing and troubleshooting (thanks ajjuaire!) ([#9043](https://github.com/RooCodeInc/Roo-Code/pull/9043))
34+
35+
## Provider Updates
36+
37+
* Sets Claude Sonnet 4.5 as the default where available across Anthropic, Bedrock, OpenRouter, Claude Code, and Unbound ([#8922](https://github.com/RooCodeInc/Roo-Code/pull/8922))
38+
* Updates Cerebras zai‑glm‑4.6 limits to 40,960 output tokens with a 131,072‑token context window; reflects faster response rates (~1,000 tokens/s) (thanks sebastiand-cerebras!) ([#9024](https://github.com/RooCodeInc/Roo-Code/pull/9024))
39+
* Adds Qwen3-Embedding-0.6B (1024‑dim) and Qwen3-Embedding-4B (2560‑dim) to OpenRouter for code indexing (thanks dmarkey!) ([#9060](https://github.com/RooCodeInc/Roo-Code/pull/9060))

docs/update-notes/v3.30.mdx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Adds OpenRouter embeddings, improves reasoning handling, and delivers stability and UI fixes.
2+
description: Adds OpenRouter embeddings, Bedrock Global Inference, provider defaults/limits updates, and stability/UI fixes.
33
keywords:
44
- roo code 3.30
55
- new features
@@ -9,7 +9,7 @@ image: /img/v3.30.0/v3.30.0.png
99

1010
# Roo Code 3.30 Release Notes (2025-11-03)
1111

12-
This release adds OpenRouter embeddings, enhances reasoning handling, and delivers stability and UI improvements.
12+
This release adds OpenRouter embeddings and Bedrock Global Inference, updates provider defaults and limits, and delivers stability and UI improvements.
1313

1414
<img src="/img/v3.30.0/v3.30.0.png" alt="Roo Code v3.30 Release" width="600" />
1515

@@ -24,6 +24,8 @@ OpenRouter currently supports 7 embedding models, including the top‑ranking Qw
2424
## QOL Improvements
2525

2626
* Terminal settings cleanup with Inline as the default terminal and clearer options; shell integration default is disabled to reduce environment conflicts ([#8342](https://github.com/RooCodeInc/Roo-Code/pull/8342))
27+
* File path tooltips show full paths on hover across reads/edits, directory listings, and search, reducing confusion in narrow layouts (thanks da2ce7!) ([#9030](https://github.com/RooCodeInc/Roo-Code/pull/9030))
28+
* Optional pre-push full test run via RUN_TESTS_ON_PUSH=true in .env.local; default behavior keeps pushes fast (tests skipped) ([#9055](https://github.com/RooCodeInc/Roo-Code/pull/9055))
2729

2830
## Bug Fixes
2931

@@ -34,6 +36,12 @@ OpenRouter currently supports 7 embedding models, including the top‑ranking Qw
3436
* "Disable Terminal Shell Integration" now links to the correct documentation section ([#8997](https://github.com/RooCodeInc/Roo-Code/pull/8997))
3537
* Correct OpenRouter Mistral embedding dimension to 1536 to prevent vector size errors; existing Qdrant collections are recreated with the correct size for consistent similarity search ([#9028](https://github.com/RooCodeInc/Roo-Code/pull/9028))
3638
* Revert the recent cancel/resume change that caused UI flicker and unreliable resumption, restoring the previous stable behavior ([#9032](https://github.com/RooCodeInc/Roo-Code/pull/9032))
39+
* Eliminate UI flicker during task cancellation; the task view remains stable ([#9037](https://github.com/RooCodeInc/Roo-Code/pull/9037))
40+
* Keep pinned models fixed at the top of long lists for faster access (thanks XiaoYingYo!) ([#8813](https://github.com/RooCodeInc/Roo-Code/pull/8813))
41+
* Ensure Checkpoints commit to Roo’s shadow repository even when GIT_DIR is set in Dev Containers (thanks nonsleepr!) ([#8811](https://github.com/RooCodeInc/Roo-Code/pull/8811))
42+
* Restore correct 32K maxTokens for Claude Opus 4.1 to avoid premature truncation (thanks kaveh-deriv!) ([#9046](https://github.com/RooCodeInc/Roo-Code/pull/9046))
43+
* Fix dynamic provider model validation so provider switches use a valid default model without TypeErrors (thanks NotADev137!) ([#9054](https://github.com/RooCodeInc/Roo-Code/pull/9054))
44+
* Include full user agent details in AWS Bedrock requests for better auditing and troubleshooting (thanks ajjuaire!) ([#9043](https://github.com/RooCodeInc/Roo-Code/pull/9043))
3745

3846
## Misc Improvements
3947

@@ -45,4 +53,7 @@ OpenRouter currently supports 7 embedding models, including the top‑ranking Qw
4553
* OpenAI‑compatible providers: handle `<think>` reasoning tags in streaming for consistent reasoning chunk handling ([#8989](https://github.com/RooCodeInc/Roo-Code/pull/8989))
4654
* GLM 4.6: capture reasoning content in base OpenAI‑compatible provider during streaming ([#8976](https://github.com/RooCodeInc/Roo-Code/pull/8976))
4755
* Fireworks: add GLM‑4.6 to the model dropdown for stronger coding performance and longer context (thanks mmealman!) ([#8754](https://github.com/RooCodeInc/Roo-Code/pull/8754))
48-
* Fireworks: add MiniMax M2 with 204.8K context and 4K output tokens; correct pricing metadata (thanks dmarkey!) ([#8962](https://github.com/RooCodeInc/Roo-Code/pull/8962))
56+
* Fireworks: add MiniMax M2 with 204.8K context and 4K output tokens; correct pricing metadata (thanks dmarkey!) ([#8962](https://github.com/RooCodeInc/Roo-Code/pull/8962))
57+
* Set Claude Sonnet 4.5 as the default where available across Anthropic, Bedrock, OpenRouter, Claude Code, and Unbound ([#8922](https://github.com/RooCodeInc/Roo-Code/pull/8922))
58+
* Cerebras zai‑glm‑4.6: 40,960 max output tokens and a 131,072‑token context window; faster responses (~1,000 tok/s) (thanks sebastiand-cerebras!) ([#9024](https://github.com/RooCodeInc/Roo-Code/pull/9024))
59+
* OpenRouter: add Qwen3‑Embedding‑0.6B (1024‑dim) and 4B (2560‑dim) for code indexing (thanks dmarkey!) ([#9060](https://github.com/RooCodeInc/Roo-Code/pull/9060))

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.30',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.30', label: '3.30 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.30.2', label: '3.30.2' },
226227
{ type: 'doc', id: 'update-notes/v3.30.1', label: '3.30.1' },
227228
{ type: 'doc', id: 'update-notes/v3.30.0', label: '3.30.0' },
228229
],

static/img/v3.30.2/v3.30.2.png

1.17 MB
Loading

0 commit comments

Comments
 (0)