diff --git a/.changeset/gorgeous-insects-punch.md b/.changeset/gorgeous-insects-punch.md deleted file mode 100644 index ce5300b3e..000000000 --- a/.changeset/gorgeous-insects-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.11 diff --git a/.changeset/heavy-feet-judge.md b/.changeset/heavy-feet-judge.md deleted file mode 100644 index b9b3ca0f7..000000000 --- a/.changeset/heavy-feet-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Safer shell profile path check diff --git a/CHANGELOG.md b/CHANGELOG.md index 983d2bfac..0a3bbfef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Roo Code Changelog +## [3.3.11] + +- Safer shell profile path check to avoid an error on Windows +- Autocomplete for slash commands + ## [3.3.10] - Add shortcuts to the currently open tabs in the "Add File" section of @-mentions (thanks @olup!) diff --git a/package-lock.json b/package-lock.json index 2c518b330..59949791f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.10", + "version": "3.3.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.10", + "version": "3.3.11", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 80528fdfd..69d391a28 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.", "publisher": "RooVeterinaryInc", - "version": "3.3.10", + "version": "3.3.11", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",