From 4580ad3c7c52beb452ea69b0ef56a0b67330b129 Mon Sep 17 00:00:00 2001 From: R00-B0T <110429663+R00-B0T@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:12:49 -0700 Subject: [PATCH] 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 --- .changeset/moody-geckos-hammer.md | 5 ----- .changeset/twenty-spoons-shout.md | 7 ------- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/moody-geckos-hammer.md delete mode 100644 .changeset/twenty-spoons-shout.md diff --git a/.changeset/moody-geckos-hammer.md b/.changeset/moody-geckos-hammer.md deleted file mode 100644 index d168cc2a2b..0000000000 --- a/.changeset/moody-geckos-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -v3.10 diff --git a/.changeset/twenty-spoons-shout.md b/.changeset/twenty-spoons-shout.md deleted file mode 100644 index 5348563589..0000000000 --- a/.changeset/twenty-spoons-shout.md +++ /dev/null @@ -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 06aa0ce0ae..e3aa9838de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # 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 - Update GitHub Actions workflow to automatically create GitHub Releases (thanks @pdecat!) diff --git a/package-lock.json b/package-lock.json index 4b7e5add45..6b122d21b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.9.2", + "version": "3.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.9.2", + "version": "3.10.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index bb26aee638..677d215a06 100644 --- a/package.json +++ b/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.9.2", + "version": "3.10.0", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",