diff --git a/.changeset/ninety-stingrays-give.md b/.changeset/ninety-stingrays-give.md deleted file mode 100644 index b1ce60d5433..00000000000 --- a/.changeset/ninety-stingrays-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Default diff editing to on for new installs diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d66e9f7c27..9ed08d392f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Roo Cline Changelog +## [2.2.24] + +- Default diff editing to on for new installs + ## [2.2.23] - Fix context window for gemini-2.0-flash-thinking-exp-1219 (thanks @student20880) diff --git a/package-lock.json b/package-lock.json index ba0e3434f85..dfa9707893b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.2.23", + "version": "2.2.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.2.23", + "version": "2.2.24", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 59d3354e7aa..e9797630807 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.23", + "version": "2.2.24", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",