Merge pull request #1264 from RooVetGit/changeset-release/main

Changeset version bump
This commit is contained in:
Matt Rubens 2025-03-01 10:24:56 -05:00 committed by GitHub
commit d7e8c2e0a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 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,15 @@
# Roo Code Changelog
## [3.7.9]
- Delete task confirmation enhancements
- Smarter context window management
- Prettier thinking blocks
- Fix maxTokens defaults for Claude 3.7 Sonnet models
- Terminal output parsing improvements (thanks @KJ7LNW!)
- UI fix to dropdown hover colors (thanks @SamirSaji!)
- Add support for Claude Sonnet 3.7 thinking via Vertex AI (thanks @lupuletic!)
## [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",