From 75b2526722a1ad3033cd598e13fb7253ee42af54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Dec 2024 16:07:45 +0000 Subject: [PATCH] changeset version bump --- .changeset/early-dodos-know.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/early-dodos-know.md diff --git a/.changeset/early-dodos-know.md b/.changeset/early-dodos-know.md deleted file mode 100644 index 3bd8d11..0000000 --- a/.changeset/early-dodos-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add a setting to control the number of terminal output lines to pass to the model when executing commands diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a9a56..4494b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Cline Changelog +## 2.2.38 + +### Patch Changes + +- Add a setting to control the number of terminal output lines to pass to the model when executing commands + ## [2.2.36 - 2.2.37] - Add a button to delete user messages diff --git a/package-lock.json b/package-lock.json index fecfddc..6143970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.2.37", + "version": "2.2.38", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.2.37", + "version": "2.2.38", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 192aacc..7d82a24 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": "2.2.37", + "version": "2.2.38", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",