From a128c3720dbfcef1b7b9247b0342569ddf0af9af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jan 2025 21:13:33 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/fifty-lemons-double.md | 5 ----- .changeset/kind-nails-jog.md | 5 ----- .changeset/real-rockets-sort.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 14 insertions(+), 18 deletions(-) delete mode 100644 .changeset/fifty-lemons-double.md delete mode 100644 .changeset/kind-nails-jog.md delete mode 100644 .changeset/real-rockets-sort.md diff --git a/.changeset/fifty-lemons-double.md b/.changeset/fifty-lemons-double.md deleted file mode 100644 index d84b2c7..0000000 --- a/.changeset/fifty-lemons-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -3.1 diff --git a/.changeset/kind-nails-jog.md b/.changeset/kind-nails-jog.md deleted file mode 100644 index 252f9d3..0000000 --- a/.changeset/kind-nails-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix bug with clearing custom instructions diff --git a/.changeset/real-rockets-sort.md b/.changeset/real-rockets-sort.md deleted file mode 100644 index 3b24461..0000000 --- a/.changeset/real-rockets-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add a button to copy markdown out of the chat diff --git a/CHANGELOG.md b/CHANGELOG.md index 853801c..2c5da16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Roo Cline Changelog +## 3.1.0 + +### Minor Changes + +- 3.1 + +### Patch Changes + +- Fix bug with clearing custom instructions +- Add a button to copy markdown out of the chat + ## [3.0.3] - Update required vscode engine to ^1.84.0 to match cline diff --git a/package-lock.json b/package-lock.json index f9e1cb6..52339e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.0.3", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.0.3", + "version": "3.1.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index ef43cda..7219253 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Cline", "description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.", "publisher": "RooVeterinaryInc", - "version": "3.0.3", + "version": "3.1.0", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91", From ed14c4bbc50063d43b6e6d7fc00727f3efb5432c Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 14 Jan 2025 16:15:31 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5da16..db9aee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,8 @@ # Roo Cline Changelog -## 3.1.0 +## [3.1.0] -### Minor Changes - -- 3.1 - -### Patch Changes - -- Fix bug with clearing custom instructions +- You can now customize the role definition and instructions for each chat mode (Code, Architect, and Ask), either through the new Prompts tab in the top menu or mode-specific .clinerules-mode files. Prompt Enhancements have also been revamped: the "Enhance Prompt" button now works with any provider and API configuration, giving you the ability to craft messages with fully customizable prompts for even better results. - Add a button to copy markdown out of the chat ## [3.0.3]