Skip to content

Commit d0cb105

Browse files
docs: v3.30.3 release notes; update index and sidebar; update combined v3.30 (#404)
1 parent d8607d2 commit d0cb105

File tree

5 files changed

+48
-1
lines changed

5 files changed

+48
-1
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.3](/update-notes/v3.30.3) (2025-11-07)
2223
* [3.30.2](/update-notes/v3.30.2) (2025-11-06)
2324
* [3.30.1](/update-notes/v3.30.1) (2025-11-04)
2425
* [3.30](/update-notes/v3.30) (2025-11-03)

docs/update-notes/v3.30.3.mdx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
description: Adds Moonshot kimi-k2-thinking and MiniMax-M2-Stable with prompt caching, smoother mode import flow, and multiple UI and reliability fixes.
3+
keywords:
4+
- roo code 3.30.3
5+
- new features
6+
- bug fixes
7+
- provider updates
8+
image: /img/v3.30.3/v3.30.3.png
9+
---
10+
11+
# Roo Code 3.30.3 Release Notes (2025-11-07)
12+
13+
This release adds support for Moonshot's newest model, kimi‑k2‑thinking, and includes several UI improvements and a few bug fixes.
14+
15+
<img src="/img/v3.30.3/v3.30.3.png" alt="Roo Code v3.30.3 Release" width="600" />
16+
17+
## New models and caching: Moonshot kimi‑k2‑thinking and MiniMax‑M2‑Stable
18+
19+
kimi‑k2‑thinking: Moonshot's latest & best‑performing model. Plus MiniMax‑M2‑Stable with prompt caching to cut latency and cost on repeated prompts (thanks nokaka!) ([#9079](https://github.com/RooCodeInc/Roo-Code/pull/9079), [#9072](https://github.com/RooCodeInc/Roo-Code/pull/9072)).
20+
21+
## UI and workflow improvements
22+
23+
We’ve batched several UX updates to make everyday use smoother ([#9057](https://github.com/RooCodeInc/Roo-Code/pull/9057), [#8932](https://github.com/RooCodeInc/Roo-Code/pull/8932), [#8965](https://github.com/RooCodeInc/Roo-Code/pull/8965), [#9003](https://github.com/RooCodeInc/Roo-Code/pull/9003)):
24+
25+
- Home screen: cleaner left‑aligned layout, clearer recent history (up to 4), tips auto‑dismiss after 6 tasks, improved spacing on large windows.
26+
- Diff view in chat: unified format with line numbers and inline added/removed counts for faster, more accurate reviews.
27+
- Settings clarity: setting Error & Repetition Limit to 0 explicitly disables that safety mechanism, avoiding unexpected auto‑stops.
28+
- Mode import flow: after importing a mode, Roo auto‑switches to it; if the mode data hasn’t loaded yet, Roo briefly falls back to Architect mode to avoid UI desync.
29+
30+
Together these reduce clicks, improve readability, and make behavior more predictable.
31+
32+
## Bug Fixes
33+
34+
* Auto‑retry on empty assistant response to prevent task cancellations (reporter: Akillatech) ([#9083](https://github.com/RooCodeInc/Roo-Code/pull/9083))
35+
* Use “system” role for non‑streaming OpenAI‑compatible requests to prevent provider errors (reporter: whitfin) ([#8216](https://github.com/RooCodeInc/Roo-Code/pull/8216))
36+
* Prevent notification sound when messages are queued to auto‑continue ([#8540](https://github.com/RooCodeInc/Roo-Code/pull/8540))
37+

docs/update-notes/v3.30.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ OpenRouter currently supports 7 embedding models, including the top‑ranking Qw
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))
2727
* 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+
* Home screen visuals refined for clarity and space usage ([#9057](https://github.com/RooCodeInc/Roo-Code/pull/9057))
29+
* Chat diff appearance is clearer and easier to scan ([#8932](https://github.com/RooCodeInc/Roo-Code/pull/8932))
30+
* Settings copy clarifies that an Error & Repetition Limit of 0 disables the mechanism ([#8965](https://github.com/RooCodeInc/Roo-Code/pull/8965))
2831

2932
## Bug Fixes
3033

@@ -41,6 +44,9 @@ OpenRouter currently supports 7 embedding models, including the top‑ranking Qw
4144
* 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))
4245
* 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))
4346
* 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))
47+
* Auto‑retry on empty assistant response to prevent task cancellations (reporter: Akillatech) ([#9083](https://github.com/RooCodeInc/Roo-Code/pull/9083))
48+
* Use “system” role for non‑streaming OpenAI‑compatible requests to prevent provider errors (reporter: whitfin) ([#8216](https://github.com/RooCodeInc/Roo-Code/pull/8216))
49+
* Prevent notification sound when messages are queued to auto‑continue ([#8540](https://github.com/RooCodeInc/Roo-Code/pull/8540))
4450

4551
## Misc Improvements
4652

@@ -56,4 +62,6 @@ OpenRouter currently supports 7 embedding models, including the top‑ranking Qw
5662
* 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))
5763
* 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))
5864
* 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))
65+
* 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))
66+
* Moonshot: add kimi‑k2‑thinking (262k context) ([#9079](https://github.com/RooCodeInc/Roo-Code/pull/9079))
67+
* MiniMax: add MiniMax‑M2‑Stable and enable prompt caching for MiniMax models ([#9072](https://github.com/RooCodeInc/Roo-Code/pull/9072))

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.3', label: '3.30.3' },
226227
{ type: 'doc', id: 'update-notes/v3.30.2', label: '3.30.2' },
227228
{ type: 'doc', id: 'update-notes/v3.30.1', label: '3.30.1' },
228229
{ type: 'doc', id: 'update-notes/v3.30.0', label: '3.30.0' },

static/img/v3.30.3/v3.30.3.png

1020 KB
Loading

0 commit comments

Comments
 (0)