From 5bf0bd84d657470061d2ded6ed89f0965f2a3f58 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 6 Nov 2025 23:18:23 -0500 Subject: [PATCH] Revise CHANGELOG for 3.30.3 release Update changelog for version 3.30.3 with new features, fixes, and updates. --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe52c9df7e..1b3fcf9534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Roo Code Changelog -## 3.30.3 +## [3.30.3] - 2025-11-06 -### Patch Changes +![3.30.3 Release - Moonshot Brain](/releases/3.30.3-release.png) -- ![3.30.3 Release - Moonshot Brain](/releases/3.30.3-release.png) +- Feat: Add kimi-k2-thinking model to Moonshot provider (thanks @daniel-lxs!) +- Fix: Auto-retry on empty assistant response to prevent task failures (#9076 by @Akillatech, PR by @daniel-lxs) +- Fix: Use system role for OpenAI Compatible provider when streaming is disabled (#8215 by @whitfin, PR by @roomote) +- Fix: Prevent notification sound on attempt_completion with queued messages (#8537 by @hannesrudolph, PR by @roomote) +- Feat: Auto-switch to imported mode with architect fallback for better mode detection (#8239 by @hannesrudolph, PR by @daniel-lxs) +- Feat: Add MiniMax-M2-Stable model and enable prompt caching (#9070 by @nokaka, PR by @roomote) +- Feat: Improve diff appearance in main chat view (thanks @hannesrudolph!) +- UX: Home screen visuals (thanks @brunobergher!) +- Docs: Clarify that setting 0 disables Error & Repetition Limit (thanks @roomote!) +- Chore: Update dependency @changesets/cli to v2.29.7 (thanks @renovate!) ## [3.30.2] - 2025-11-05