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

Changeset version bump (#1843)

* changeset version bump

* 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 9 месяцев назад
Родитель
Сommit
4580ad3c7c
5 измененных файлов с 16 добавлено и 15 удалено
  1. 0 5
      .changeset/moody-geckos-hammer.md
  2. 0 7
      .changeset/twenty-spoons-shout.md
  3. 13 0
      CHANGELOG.md
  4. 2 2
      package-lock.json
  5. 1 1
      package.json

+ 0 - 5
.changeset/moody-geckos-hammer.md

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

+ 0 - 7
.changeset/twenty-spoons-shout.md

@@ -1,7 +0,0 @@
----
-"roo-cline": patch
----
-
-Adds a function to add temperature setting based on the model id
-This is added because openai/o3-mini does not support temperature parameter which causes the request to fail.
-This update will allow users to use o3-mini on Unbound without facing any issues.

+ 13 - 0
CHANGELOG.md

@@ -1,5 +1,18 @@
 # Roo Code Changelog
 # Roo Code Changelog
 
 
+## [3.10.0] - 2025-03-20
+
+- Suggested responses to questions (thanks samhvw8!)
+- Support for reading large files in chunks (thanks samhvw8!)
+- More consistent @-mention lookups of files and folders
+- Consolidate code actions into a submenu (thanks samhvw8!)
+- Fix MCP error logging (thanks aheizi!)
+- Improvements to search_files tool formatting and logic (thanks KJ7LNW!)
+- Fix changelog formatting in GitHub Releases (thanks pdecat!)
+- Add fake provider for integration tests (thanks franekp!)
+- Reflect Cross-region inference option in ap-xx region (thanks Yoshino-Yukitaro!)
+- Fix bug that was causing task history to be lost when using WSL
+
 ## [3.9.2] - 2025-03-19
 ## [3.9.2] - 2025-03-19
 
 
 - Update GitHub Actions workflow to automatically create GitHub Releases (thanks @pdecat!)
 - Update GitHub Actions workflow to automatically create GitHub Releases (thanks @pdecat!)

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

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