mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#9094)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
6e3e8a96ef
commit
47415fa19a
3 changed files with 16 additions and 17 deletions
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- 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!)
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,5 +1,20 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.30.3] - 2025-11-06
|
||||
|
||||

|
||||
|
||||
- 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
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.30.2",
|
||||
"version": "3.30.3",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue