diff --git a/.changeset/eleven-birds-doubt.md b/.changeset/eleven-birds-doubt.md deleted file mode 100644 index 977228c808..0000000000 --- a/.changeset/eleven-birds-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix VS Code LM API model picker diff --git a/CHANGELOG.md b/CHANGELOG.md index ac03780cc8..248bdec9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.8.3 + +### Patch Changes + +- Fix VS Code LM API model picker + ## [3.8.2] - 2025-03-08 - Create an auto-approval toggle for subtask creation and completion (thanks @shaybc!) diff --git a/package-lock.json b/package-lock.json index 61b8eea298..6884f2e626 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.8.2", + "version": "3.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.8.2", + "version": "3.8.3", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index c3adb234b3..e4adffd1d7 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.8.2", + "version": "3.8.3", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",