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 <mrubens@users.noreply.github.com>
This commit is contained in:
R00-B0T 2025-03-20 13:12:49 -07:00 committed by GitHub
parent e1d3393e18
commit 4580ad3c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 15 deletions

View file

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

View file

@ -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.

View file

@ -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!)

4
package-lock.json generated
View file

@ -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",

View file

@ -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",