changeset version bump

This commit is contained in:
github-actions[bot] 2025-04-26 03:52:09 +00:00
parent 5b99e4d50d
commit 2e15a80bcc
6 changed files with 14 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,16 @@
# Roo Code Changelog
## 3.15.0
### Minor Changes
- Updates default model id for Unbound from claude 3.5 to 3.7
### Patch Changes
- Omit reasoning params for non-reasoning models
- Update tips
## [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.15.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "3.14.2",
"version": "3.15.0",
"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.15.0",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",