Преглед на файлове

Merge pull request #1218 from RooVetGit/changeset-release/main

Changeset version bump
Matt Rubens преди 10 месеца
родител
ревизия
931af8fcc4

+ 0 - 5
.changeset/fluffy-apples-attack.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Handle really long text in the ChatRow similar to TaskHeader

+ 0 - 5
.changeset/orange-zoos-train.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Support multiple files in drag-and-drop

+ 0 - 5
.changeset/stale-cooks-help.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Truncate search_file output to avoid crashing the extension

+ 0 - 5
.changeset/tender-cycles-help.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Better OpenRouter error handling

+ 0 - 5
.changeset/wild-emus-dream.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Allow control over maxTokens for thinking models

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Roo Code Changelog
 
+## [3.7.6]
+
+- Handle really long text better in the in the ChatRow similar to TaskHeader (thanks @joemanley201!)
+- Support multiple files in drag-and-drop
+- Truncate search_file output to avoid crashing the extension
+- Better OpenRouter error handling (no more "Provider Error")
+- Add slider to control max output tokens for thinking models
+
 ## [3.7.5]
 
 - Fix context window truncation math (see [#1173](https://github.com/RooVetGit/Roo-Code/issues/1173))

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
 	"displayName": "Roo Code (prev. Roo Cline)",
 	"description": "A whole dev team of AI agents in your editor.",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.7.5",
+	"version": "3.7.6",
 	"icon": "assets/icons/rocket.png",
 	"galleryBanner": {
 		"color": "#617A91",