Explorar o código

Changeset version bump (#3660)

* changeset version bump

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
R00-B0T hai 7 meses
pai
achega
c1b92c1ee9

+ 0 - 6
.changeset/clean-taxis-feel.md

@@ -1,6 +0,0 @@
----
-"roo-cline": patch
----
-
-Add support for `gemini-2.5-flash-preview-05-20` on the Vertex provider
-Add support for `gemini-2.5-flash-preview-05-20:thinking` on the Vertex provider

+ 0 - 11
.changeset/curly-plants-pull.md

@@ -1,11 +0,0 @@
----
-"roo-cline": patch
----
-
-New models for the Chutes provider:
-
-- Qwen/Qwen3-235B-A22B
-- Qwen/Qwen3-32B
-- Qwen/Qwen3-30B-A3B
-- Qwen/Qwen3-14B
-- Qwen/Qwen3-8B

+ 0 - 5
.changeset/fair-houses-deny.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Shows in the UI when the context is intelligently condensed

+ 0 - 5
.changeset/four-emus-invite.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Add a UI indicator while the context is condensing

+ 0 - 5
.changeset/fruity-spoons-smash.md

@@ -1,5 +0,0 @@
----
-"roo-cline": minor
----
-
-Added an auto-approve API request limit setting similar to Cline

+ 0 - 5
.changeset/gold-meals-tell.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Use YAML as default custom modes format

+ 0 - 10
.changeset/seven-kids-return.md

@@ -1,10 +0,0 @@
----
-"roo-cline": minor
----
-
-Adds refresh models button for Unbound provider
-Adds a button above model picker to refresh models based on the current API Key.
-
-1. Clicking the refresh button saves the API Key and calls /models endpoint using that.
-2. Gets the new models and updates the current model if it is invalid for the given API Key.
-3. The refresh button also flushes existing Unbound models and refetches them.

+ 0 - 5
.changeset/slimy-paths-design.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fixed bug that prevented some file links from working in the Agent output

+ 0 - 5
.changeset/tired-dogs-worry.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Adds a button to intelligently condense the context window

+ 0 - 23
.changeset/v3.18.0.md

@@ -1,23 +0,0 @@
----
-"roo-cline": minor
----
-
-- Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!)
-- Add button to task header to intelligently condense content with visual feedback
-- Add YAML support for mode definitions (thanks @R-omk!)
-- Add allowedMaxRequests feature to cap consecutive auto-approved requests (inspired by Cline, thanks @hassoncs!)
-- Add Qwen3 model series to the Chutes provider (thanks @zeozeozeo!)
-- Fix more causes of grey screen issues (thanks @xyOz-dev!)
-- Add LM Studio reasoning support (thanks @avtc!)
-- Add refresh models button for Unbound provider (thanks @pugazhendhi-m!)
-- Add template variables for version numbers in announcement strings (thanks @ChuKhaLi!)
-- Make prompt input textareas resizable again
-- Fix diffview scroll display (thanks @qdaxb!)
-- Fix LM Studio and Ollama usage tracking (thanks @xyOz-dev!)
-- Fix links to filename:0 (thanks @RSO!)
-- Fix missing or inconsistent syntax highlighting across UI components (thanks @KJ7LNW!)
-- Fix packaging to include correct tiktoken.wasm (thanks @vagadiya!)
-- Fix import settings bugs and position error messages correctly (thanks @ChuKhaLi!)
-- Move audio playing to the webview to ensure cross-platform support (thanks @SmartManoj and @samhvw8!)
-- Simplify loop syntax in multiple components (thanks @noritaka1166!)
-- Auto reload extension core changes in dev mode (thanks @hassoncs!)

+ 0 - 5
.changeset/whole-swans-cheer.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Adds a slider to configure threshold to trigger intelligent context condensing

+ 0 - 5
.changeset/young-dancers-join.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix settings import when global settings are omitted

+ 22 - 0
CHANGELOG.md

@@ -1,5 +1,27 @@
 # Roo Code Changelog
 # Roo Code Changelog
 
 
+## [3.18.0] - 2025-05-21
+
+- Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!)
+- Add button to task header to intelligently condense content with visual feedback
+- Add YAML support for mode definitions (thanks @R-omk!)
+- Add allowedMaxRequests feature to cap consecutive auto-approved requests (inspired by Cline, thanks @hassoncs!)
+- Add Qwen3 model series to the Chutes provider (thanks @zeozeozeo!)
+- Fix more causes of grey screen issues (thanks @xyOz-dev!)
+- Add LM Studio reasoning support (thanks @avtc!)
+- Add refresh models button for Unbound provider (thanks @pugazhendhi-m!)
+- Add template variables for version numbers in announcement strings (thanks @ChuKhaLi!)
+- Make prompt input textareas resizable again
+- Fix diffview scroll display (thanks @qdaxb!)
+- Fix LM Studio and Ollama usage tracking (thanks @xyOz-dev!)
+- Fix links to filename:0 (thanks @RSO!)
+- Fix missing or inconsistent syntax highlighting across UI components (thanks @KJ7LNW!)
+- Fix packaging to include correct tiktoken.wasm (thanks @vagadiya!)
+- Fix import settings bugs and position error messages correctly (thanks @ChuKhaLi!)
+- Move audio playing to the webview to ensure cross-platform support (thanks @SmartManoj and @samhvw8!)
+- Simplify loop syntax in multiple components (thanks @noritaka1166!)
+- Auto reload extension core changes in dev mode (thanks @hassoncs!)
+
 ## [3.17.2] - 2025-05-15
 ## [3.17.2] - 2025-05-15
 
 
 - Revert "Switch to the new Roo message parser" (appears to cause a tool parsing bug)
 - Revert "Switch to the new Roo message parser" (appears to cause a tool parsing bug)

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 {
 	"name": "roo-cline",
 	"name": "roo-cline",
-	"version": "3.17.2",
+	"version": "3.18.0",
 	"lockfileVersion": 3,
 	"lockfileVersion": 3,
 	"requires": true,
 	"requires": true,
 	"packages": {
 	"packages": {
 		"": {
 		"": {
 			"name": "roo-cline",
 			"name": "roo-cline",
-			"version": "3.17.2",
+			"version": "3.18.0",
 			"dependencies": {
 			"dependencies": {
 				"@anthropic-ai/bedrock-sdk": "^0.10.2",
 				"@anthropic-ai/bedrock-sdk": "^0.10.2",
 				"@anthropic-ai/sdk": "^0.37.0",
 				"@anthropic-ai/sdk": "^0.37.0",

+ 1 - 1
package.json

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