Просмотр исходного кода

Changeset version bump (#9005)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Estreich <[email protected]>
github-actions[bot] 2 месяцев назад
Родитель
Сommit
8e4b145681
4 измененных файлов с 15 добавлено и 33 удалено
  1. 0 5
      .changeset/swift-baboons-slide.md
  2. 0 27
      .changeset/v3.30.0.md
  3. 14 0
      CHANGELOG.md
  4. 1 1
      src/package.json

+ 0 - 5
.changeset/swift-baboons-slide.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-v3.29.6

+ 0 - 27
.changeset/v3.30.0.md

@@ -1,27 +0,0 @@
----
-"roo-cline": minor
----
-
-![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png)
-
-## Extension Improvements
-
-- Add OpenRouter embedding provider support (#8972 by @dmarkey, PR by @dmarkey)
-- Convert Chutes to dynamic/router provider (thanks @app/roomote!)
-- Fix: prevent message loss during queue drain race condition (#8536 by @hannesrudolph, PR by @daniel-lxs)
-- Add GLM-4.6 model to Fireworks provider (#8752 by @mmealman, PR by @app/roomote)
-- Add MiniMax M2 model to Fireworks.ai provider (#8961 by @dmarkey, PR by @app/roomote)
-- Add preserveReasoning flag to include reasoning in API history (thanks @daniel-lxs!)
-- Capture the reasoning content in base-openai-compatible for GLM 4.6 (thanks @mrubens!)
-- Handle <think> tags in the base OpenAI-compatible provider (thanks @mrubens!)
-- Don't output newline-only reasoning (thanks @mrubens!)
-- Fix: create new Requesty profile during OAuth (thanks @Thibault00!)
-- Fix: prevent UI flicker and enable resumption after task cancellation (thanks @daniel-lxs!)
-- Fix: update terminal settings documentation link (thanks @hannesrudolph!)
-- Terminal settings: Cleanup terminal settings tab and change default terminal to inline (thanks @hannesrudolph!)
-- Optimize router model fetching with single-provider filtering (thanks @daniel-lxs!)
-- Update readme to link the new Custom Modes video (thanks @SannidhyaSah!)
-
-## New Cloud Agent: PR Fixer
-
-We're excited to introduce the **PR Fixer** cloud agent to complement our existing PR Reviewer! The PR Fixer can analyze pull request feedback, check for failing tests, and help resolve merge conflicts before applying necessary code changes. Visit the new [PR Fixer page](https://roocode.com/pr-fixer?utm_source=roocode&utm_medium=changelog&utm_campaign=announcement) to learn more.

+ 14 - 0
CHANGELOG.md

@@ -1,5 +1,19 @@
 # Roo Code Changelog
 
+## [3.30.0] - 2025-11-03
+
+![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png)
+
+- Feat: Add OpenRouter embedding provider support (#8972 by @dmarkey, PR by @dmarkey)
+- Feat: Add GLM-4.6 model to Fireworks provider (#8752 by @mmealman, PR by @app/roomote)
+- Feat: Add MiniMax M2 model to Fireworks provider (#8961 by @dmarkey, PR by @app/roomote)
+- Feat: Add preserveReasoning flag to include reasoning in API history (thanks @daniel-lxs!)
+- Fix: Prevent message loss during queue drain race condition (#8536 by @hannesrudolph, PR by @daniel-lxs)
+- Fix: Capture the reasoning content in base-openai-compatible for GLM 4.6 (thanks @mrubens!)
+- Fix: Create new Requesty profile during OAuth (thanks @Thibault00!)
+- Fix: Prevent UI flicker and enable resumption after task cancellation (thanks @daniel-lxs!)
+- Fix: Cleanup terminal settings tab and change default terminal to inline (thanks @hannesrudolph!)
+
 ## [3.29.5] - 2025-11-01
 
 - Fix: Resolve Qdrant codebase_search error by adding keyword index for type field (#8963 by @rossdonald, PR by @app/roomote)

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.29.5",
+	"version": "3.30.0",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 		"color": "#617A91",