Update changelog and release version (#10085)

This commit is contained in:
CandiedUniverse
2026-04-01 10:02:58 -07:00
committed by GitHub
parent 2f33f71ebd
commit 2bd21f8a45
5 changed files with 35 additions and 5 deletions
+14
View File
@@ -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
+1 -1
View File
@@ -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",