github-actions[bot] 10 месяцев назад
Родитель
Сommit
77da5e6fb1

+ 0 - 5
.changeset/nine-cameras-applaud.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Disable repo-per-workspace checkpoints

+ 0 - 5
.changeset/shiny-mugs-care.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Remove item number from history preview cards

+ 0 - 5
.changeset/tame-carpets-bake.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Add credentials auth for Google vertex

+ 0 - 5
.changeset/wise-bats-perform.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Handle outputless commands

+ 0 - 5
.changeset/wise-pears-join.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Improved observability of openai compatible APIs, by sending x-title and http-referer headers, as per Open Router standard.

+ 0 - 5
.changeset/young-wolves-add.md

@@ -1,5 +0,0 @@
----
-"roo-cline": minor
----
-
-v3.8

+ 14 - 0
CHANGELOG.md

@@ -1,5 +1,19 @@
 # Roo Code Changelog
 
+## 3.8.0
+
+### Minor Changes
+
+- v3.8
+
+### Patch Changes
+
+- Disable repo-per-workspace checkpoints
+- Remove item number from history preview cards
+- Add credentials auth for Google vertex
+- Handle outputless commands
+- Improved observability of openai compatible APIs, by sending x-title and http-referer headers, as per Open Router standard.
+
 ## [3.7.12]
 
 - Expand max tokens of thinking models to 128k, and max thinking budget to over 100k (thanks @monotykamary!)

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "roo-cline",
-	"version": "3.7.12",
+	"version": "3.8.0",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "roo-cline",
-			"version": "3.7.12",
+			"version": "3.8.0",
 			"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.12",
+	"version": "3.8.0",
 	"icon": "assets/icons/rocket.png",
 	"galleryBanner": {
 		"color": "#617A91",