changeset version bump

This commit is contained in:
github-actions[bot] 2025-03-01 15:15:46 +00:00
parent a242eedf67
commit 163528eee9
7 changed files with 12 additions and 23 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Delete task confirmation enhancements

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add a dynamic token buffer

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix maxTokens defaults for Claude 3.7 Sonnet models

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Prettier thinking blocks

View file

@ -1,5 +1,14 @@
# Roo Code Changelog
## 3.7.9
### Patch Changes
- Delete task confirmation enhancements
- Add a dynamic token buffer
- Fix maxTokens defaults for Claude 3.7 Sonnet models
- Prettier thinking blocks
## [3.7.8]
- Add Vertex AI prompt caching support for Claude models (thanks @aitoroses and @lupuletic!)

4
package-lock.json generated
View file

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