diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e41b3a608..2754d22495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.77.0] + +### Added + +- Add "Lazy Teammate Mode" experimental toggle +- `read_file` tool now supports chunked reading for targeted file access + +### Fixed + +- Exclude `new_task` tool from system prompt in yolo/headless mode +- Fix Kanban demo video formatting + +### Changed + +- Polish `Notification` hook functionality + ## [3.76.0] ### Added diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 8a0470e144..3f03ffd7dd 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # cline +## [2.12.0] + +### Added + +- `read_file` tool now supports chunked reading for targeted file access + +### Fixed + +- Exclude `new_task` tool from system prompt in yolo/headless mode + +### Changed + +- Polish `Notification` hook functionality + ## [2.9.0] ### Added diff --git a/cli/package.json b/cli/package.json index 8b3a12eb54..efb6bad230 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "cline", - "version": "2.11.0", + "version": "2.12.0", "description": "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more", "main": "dist/lib.mjs", "types": "dist/lib.d.ts", diff --git a/package-lock.json b/package-lock.json index f0493d2200..b539ec2ae8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claude-dev", - "version": "3.76.0", + "version": "3.77.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "claude-dev", - "version": "3.76.0", + "version": "3.77.0", "license": "Apache-2.0", "workspaces": [ ".", @@ -162,7 +162,7 @@ }, "cli": { "name": "cline", - "version": "2.11.0", + "version": "2.12.0", "cpu": [ "x64", "arm64" diff --git a/package.json b/package.json index d973cc6e19..286ee404f2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Cline", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", - "version": "3.76.0", + "version": "3.77.0", "icon": "assets/icons/icon.png", "workspaces": [ ".",