github-actions[bot] 10 месяцев назад
Родитель
Сommit
53ead4c886
4 измененных файлов с 9 добавлено и 8 удалено
  1. 0 5
      .changeset/little-deers-occur.md
  2. 6 0
      CHANGELOG.md
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 0 - 5
.changeset/little-deers-occur.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix a bug that prevented the "Thinking" setting from properly updating when switching profiles.

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Roo Code Changelog
 
+## 3.7.4
+
+### Patch Changes
+
+- Fix a bug that prevented the "Thinking" setting from properly updating when switching profiles.
+
 ## [3.7.3]
 
 - Support for ["Thinking"](https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking) Sonnet 3.7 when using the Anthropic provider.

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "roo-cline",
-	"version": "3.7.3",
+	"version": "3.7.4",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "roo-cline",
-			"version": "3.7.3",
+			"version": "3.7.4",
 			"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": "An AI-powered autonomous coding agent that lives in your editor.",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.7.3",
+	"version": "3.7.4",
 	"icon": "assets/icons/rocket.png",
 	"galleryBanner": {
 		"color": "#617A91",