changeset version bump

This commit is contained in:
github-actions[bot] 2025-03-24 04:50:36 +00:00
parent 5720b6b129
commit 5026aaec85
7 changed files with 12 additions and 25 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Update the welcome page to provide 1-click OAuth flows with LLM routers or more advanced configuration with custom providers.

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Auto-truncate

View file

@ -1,7 +0,0 @@
---
"roo-cline": patch
---
Changes maxTokens to 8192 for anthropic models that supports it
anthropic/claude-3-sonnet, claude-3-opus, claude-3-haiku supports maxTokens of 4096.
This change keeps the max tokens the same for those models

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Support mentioning binary files

View file

@ -1,5 +1,14 @@
# Roo Code Changelog
## 3.10.3
### Patch Changes
- Update the welcome page to provide 1-click OAuth flows with LLM routers or more advanced configuration with custom providers.
- Auto-truncate
- Changes maxTokens to 8192 for anthropic models that supports it
- Support mentioning binary files
## [3.10.2] - 2025-03-21
- Fixes to context mentions on Windows

4
package-lock.json generated
View file

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