changeset version bump

This commit is contained in:
github-actions[bot] 2025-03-07 20:47:06 +00:00
parent fd4d52fb1f
commit 77da5e6fb1
9 changed files with 17 additions and 33 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Disable repo-per-workspace checkpoints

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Remove item number from history preview cards

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add credentials auth for Google vertex

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Handle outputless commands

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Improved observability of openai compatible APIs, by sending x-title and http-referer headers, as per Open Router standard.

View file

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

View file

@ -1,5 +1,19 @@
# Roo Code Changelog
## 3.8.0
### Minor Changes
- v3.8
### Patch Changes
- Disable repo-per-workspace checkpoints
- Remove item number from history preview cards
- Add credentials auth for Google vertex
- Handle outputless commands
- Improved observability of openai compatible APIs, by sending x-title and http-referer headers, as per Open Router standard.
## [3.7.12]
- Expand max tokens of thinking models to 128k, and max thinking budget to over 100k (thanks @monotykamary!)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "roo-cline",
"version": "3.7.12",
"version": "3.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "3.7.12",
"version": "3.8.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.7.12",
"version": "3.8.0",
"icon": "assets/icons/rocket.png",
"galleryBanner": {
"color": "#617A91",