From 3f0a0fa66e00037f7b0d2dd97be18e3095759f0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Feb 2025 03:04:22 +0000 Subject: [PATCH 1/4] changeset version bump --- .changeset/itchy-tomatoes-tie.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/itchy-tomatoes-tie.md 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..050f0d06f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.3.21 + +### Patch Changes + +- v3.3.21 + ## [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", From 811c62c7e2431aaee3400877785feb4e2f1dff22 Mon Sep 17 00:00:00 2001 From: R00-B0T Date: Tue, 18 Feb 2025 03:04:51 +0000 Subject: [PATCH 2/4] Updating CHANGELOG.md format --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 050f0d06f1f..66e915b0546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ # Roo Code Changelog -## 3.3.21 - -### Patch Changes +## [3.3.21] - v3.3.21 From 68e6694920a322bf4f4ceb0462e2a6baf35ca27c Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 17 Feb 2025 22:06:58 -0500 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e915b0546..7add4661a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ ## [3.3.21] -- v3.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] From 9b469683a6be1794899e948b2925bf78a70570b1 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 17 Feb 2025 22:07:35 -0500 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7add4661a34..2ac87db8f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - 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!) +- 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