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

Changeset version bump
This commit is contained in:
Matt Rubens 2025-02-26 18:48:00 -05:00 committed by GitHub
commit 931af8fcc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 11 additions and 28 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Handle really long text in the ChatRow similar to TaskHeader

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Support multiple files in drag-and-drop

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Truncate search_file output to avoid crashing the extension

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Better OpenRouter error handling

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Allow control over maxTokens for thinking models

View file

@ -1,5 +1,13 @@
# Roo Code Changelog
## [3.7.6]
- Handle really long text better in the in the ChatRow similar to TaskHeader (thanks @joemanley201!)
- Support multiple files in drag-and-drop
- Truncate search_file output to avoid crashing the extension
- Better OpenRouter error handling (no more "Provider Error")
- Add slider to control max output tokens for thinking models
## [3.7.5]
- Fix context window truncation math (see [#1173](https://github.com/RooVetGit/Roo-Code/issues/1173))

4
package-lock.json generated
View file

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