Browse Source

Changeset version bump (#2957)

* changeset version bump

* Update package.json

* Update package-lock.json

* 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 10 months ago
parent
commit
42c1f5f882

+ 0 - 5
.changeset/khaki-months-float.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Omit reasoning params for non-reasoning models

+ 0 - 5
.changeset/lazy-rats-end.md

@@ -1,5 +0,0 @@
----
-"roo-cline": minor
----
-
-Updates default model id for Unbound from claude 3.5 to 3.7

+ 0 - 5
.changeset/moody-snails-listen.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Update tips

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 # Roo Code Changelog
 
+## [3.14.3] - 2025-04-25
+
+- Add Boomerang Orchestrator as a built-in mode
+- Improve home screen UI
+- Make token count estimation more efficient to reduce gray screens
+- Revert change to automatically close files after edit until we figure out how to make it work well with diagnostics
+- Clean up settings data model
+- Omit reasoning params for non-reasoning models
+- Clearer documentation for adding settings (thanks @shariqriazz!)
+- Fix word wrapping in Roo message title (thanks @zhangtony239!)
+- Update default model id for Unbound from claude 3.5 to 3.7 (thanks @pugazhendhi-m!)
+
 ## [3.14.2] - 2025-04-24
 
 - Enable prompt caching for Gemini (with some improvements)

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

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