Compare commits

...

4 commits

Author SHA1 Message Date
Matt Rubens
11f65c5bef
Update CHANGELOG.md 2025-04-26 00:02:50 -04:00
Matt Rubens
6d0967dfe1
Update package-lock.json 2025-04-25 23:56:49 -04:00
Matt Rubens
37e19014ec
Update package.json 2025-04-25 23:56:31 -04:00
github-actions[bot]
2e15a80bcc changeset version bump 2025-04-26 03:52:09 +00:00
6 changed files with 15 additions and 18 deletions

View file

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

View file

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

View file

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

View file

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

4
package-lock.json generated
View file

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

View file

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