Version bump and changelog for release (#9577)

This commit is contained in:
CandiedUniverse
2026-02-26 15:57:14 -08:00
committed by GitHub
parent 0a8f1ef248
commit 60485277c4
5 changed files with 37 additions and 4 deletions
+11
View File
@@ -1,5 +1,16 @@
# cline
## [2.5.1]
### Added
- Expanded CLI markdown rendering support (headings, lists, blockquotes, fenced code blocks, links, and nested lists).
### Fixed
- Fixed CLI headless auth provider model metadata loading for Cline and Vercel AI Gateway by fetching model info from API with cache fallback.
- Increased flaky CLI import test timeout on Windows CI to reduce intermittent test failures.
## [2.5.0]
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cline",
"version": "2.5.0",
"version": "2.5.1",
"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",