Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
cb309a8594
Update CHANGELOG.md 2025-03-20 16:10:56 -04:00
github-actions[bot]
d0ba2263ef changeset version bump 2025-03-20 16:07:41 -04:00
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",