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

Changeset version bump (#3869)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Estreich <[email protected]>
github-actions[bot] 7 месяцев назад
Родитель
Сommit
7206da97fb

+ 0 - 5
.changeset/salty-geese-relate.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix vscode-material-icons path

+ 0 - 5
.changeset/sweet-turtles-wink.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix OpenRouter names

+ 0 - 5
.changeset/young-buckets-fold.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix global settings export

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 # Roo Code Changelog
 
+## [3.18.2] - 2025-05-23
+
+- Fix vscode-material-icons in the filer picker
+- Fix global settings export
+- Respect user-configured terminal integration timeout (thanks @KJ7LNW)
+- Contex condensing enhancements (thanks @SannidhyaSah)
+
 ## [3.18.1] - 2025-05-22
 
 - Add support for Claude Sonnet 4 and Claude Opus 4 models with thinking variants in Anthropic, Bedrock, and Vertex (thanks @shariqriazz!)

+ 1 - 1
src/package.json

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