* Update changelog files for release * Version bump for release * Update cli/CHANGELOG.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@@ -1,5 +1,16 @@
# Changelog
+## [3.78.0]
+
+### Added
+- Add a dedicated "Spend Limit Reached" error UI when spend caps are hit
+- Docs updates
+### Fixed
+- Show actual `read_file` line ranges in chat UI
## [3.77.0]
### Added
# cline
+## [2.14.0]
+- Simplify unified `cline update` flow for `cline` and `kanban`
+- Update Kanban migration view copy
## [2.12.0]
@@ -1,6 +1,6 @@
{
"name": "cline",
- "version": "2.13.0",
+ "version": "2.14.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",
@@ -1,12 +1,12 @@
"name": "claude-dev",
- "version": "3.77.0",
+ "version": "3.78.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"license": "Apache-2.0",
"workspaces": [
".",
@@ -162,7 +162,7 @@
},
"cli": {
- "version": "2.12.0",
"cpu": [
"x64",
"arm64"
@@ -2,7 +2,7 @@
"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.",
"icon": "assets/icons/icon.png",