Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
d07af736e8
Update CHANGELOG.md 2025-03-24 01:11:59 -04:00
github-actions[bot]
5026aaec85 changeset version bump 2025-03-24 04:50:36 +00:00
7 changed files with 17 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,19 @@
# Roo Code Changelog # Roo Code Changelog
## [3.10.3] - 2025-03-23
- Update the welcome page to provide 1-click OAuth flows with LLM routers (thanks @dtrugman!)
- Switch to a more direct method of tracking OpenRouter tokens/spend
- Make partial file reads backwards-compatible with custom system prompts and give users more control over the chunk size
- Fix issues where questions and suggestions werent showing up for non-streaming models and were hard to read in some themes
- A variety of fixes and improvements to experimental multi-block diff (thanks @KJ7LNW!)
- Fix opacity of drop-down menus in settings (thanks @KJ7LNW!)
- Fix bugs with reading and mentioning binary files like PDFs
- Fix the pricing information for OpenRouter free models (thanks @Jdo300!)
- Fix an issue with our unit tests on Windows (thanks @diarmidmackenzie!)
- Fix a maxTokens issue for the Outbound provider (thanks @pugazhendhi-m!)
- Fix a line number issue with partial file reads (thanks @samhvw8!)
## [3.10.2] - 2025-03-21 ## [3.10.2] - 2025-03-21
- Fixes to context mentions on Windows - Fixes to context mentions on Windows

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "roo-cline", "name": "roo-cline",
"version": "3.10.2", "version": "3.10.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "roo-cline", "name": "roo-cline",
"version": "3.10.2", "version": "3.10.3",
"dependencies": { "dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/bedrock-sdk": "^0.10.2",
"@anthropic-ai/sdk": "^0.37.0", "@anthropic-ai/sdk": "^0.37.0",

View file

@ -3,7 +3,7 @@
"displayName": "Roo Code (prev. Roo Cline)", "displayName": "Roo Code (prev. Roo Cline)",
"description": "A whole dev team of AI agents in your editor.", "description": "A whole dev team of AI agents in your editor.",
"publisher": "RooVeterinaryInc", "publisher": "RooVeterinaryInc",
"version": "3.10.2", "version": "3.10.3",
"icon": "assets/icons/rocket.png", "icon": "assets/icons/rocket.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",