diff --git a/.changeset/clever-news-arrive.md b/.changeset/clever-news-arrive.md deleted file mode 100644 index d490036adbb..00000000000 --- a/.changeset/clever-news-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Disable writing in ask mode diff --git a/.changeset/fast-weeks-sip.md b/.changeset/fast-weeks-sip.md deleted file mode 100644 index f924abe5990..00000000000 --- a/.changeset/fast-weeks-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.20 diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ce0a73f07..e0812c66bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Roo Code Changelog +## [3.3.20] + +- Support project-specific custom modes in a .roomodes file +- Add more Mistral models (thanks @d-oit and @bramburn!) +- By popular request, make it so Ask mode can't write to Markdown files and is purely for chatting with +- Add a setting to control the number of open editor tabs to tell the model about (665 is probably too many!) +- Fix race condition bug with entering API key on the welcome screen + ## [3.3.19] - Fix a bug where aborting in the middle of file writes would not revert the write diff --git a/package-lock.json b/package-lock.json index 8af12ad90c6..f0d36579d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.19", + "version": "3.3.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.19", + "version": "3.3.20", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 31edb9b3681..c43cf05b11e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "An AI-powered autonomous coding agent that lives in your editor.", "publisher": "RooVeterinaryInc", - "version": "3.3.19", + "version": "3.3.20", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",