diff --git a/.changeset/itchy-tomatoes-tie.md b/.changeset/itchy-tomatoes-tie.md deleted file mode 100644 index 7fb3dbad1af..00000000000 --- a/.changeset/itchy-tomatoes-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.21 diff --git a/CHANGELOG.md b/CHANGELOG.md index e0812c66bcf..2ac87db8f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Roo Code Changelog +## [3.3.21] + +- Fix input box revert issue and configuration loss during profile switch (thanks @System233!) +- Fix default preferred language for zh-cn and zh-tw (thanks @System233!) +- Fix Mistral integration (thanks @d-oit!) +- Feature to mention `@terminal` to pull terminal output into context (thanks Cline!) +- Fix system prompt to make sure Roo knows about all available modes +- Enable streaming mode for OpenAI o1 + ## [3.3.20] - Support project-specific custom modes in a .roomodes file diff --git a/package-lock.json b/package-lock.json index f0d36579d68..36619b8d43c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.20", + "version": "3.3.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.20", + "version": "3.3.21", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index c43cf05b11e..9b9fc5a86b9 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.20", + "version": "3.3.21", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",