diff --git a/.changeset/late-chefs-remember.md b/.changeset/late-chefs-remember.md deleted file mode 100644 index 92fcebab1b..0000000000 --- a/.changeset/late-chefs-remember.md +++ /dev/null @@ -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. diff --git a/.changeset/old-llamas-fold.md b/.changeset/old-llamas-fold.md deleted file mode 100644 index e57e80e378..0000000000 --- a/.changeset/old-llamas-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Auto-truncate diff --git a/.changeset/twelve-pumpkins-sit.md b/.changeset/twelve-pumpkins-sit.md deleted file mode 100644 index 57e50230bf..0000000000 --- a/.changeset/twelve-pumpkins-sit.md +++ /dev/null @@ -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 diff --git a/.changeset/wise-icons-sort.md b/.changeset/wise-icons-sort.md deleted file mode 100644 index d0f4c38835..0000000000 --- a/.changeset/wise-icons-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Support mentioning binary files diff --git a/CHANGELOG.md b/CHANGELOG.md index 1339300648..28f3a8c48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 73153ad7d7..0191a2231c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index a67a5954bc..95e3965608 100644 --- a/package.json +++ b/package.json @@ -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",