فهرست منبع

Changelog and version bump for release (#10227)

* 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>
CandiedUniverse 14 ساعت پیش
والد
کامیت
71d795eec8
5فایلهای تغییر یافته به همراه27 افزوده شده و 5 حذف شده
  1. 11 0
      CHANGELOG.md
  2. 11 0
      cli/CHANGELOG.md
  3. 1 1
      cli/package.json
  4. 3 3
      package-lock.json
  5. 1 1
      package.json

+ 11 - 0
CHANGELOG.md

@@ -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

+ 11 - 0
cli/CHANGELOG.md

@@ -1,5 +1,16 @@
 # cline
 
+## [2.14.0]
+
+### Added
+
+- Simplify unified `cline update` flow for `cline` and `kanban`
+- Docs updates
+
+### Fixed
+
+- Update Kanban migration view copy
+
 ## [2.12.0]
 
 ### Added

+ 1 - 1
cli/package.json

@@ -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",

+ 3 - 3
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "claude-dev",
-	"version": "3.77.0",
+	"version": "3.78.0",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "claude-dev",
-			"version": "3.77.0",
+			"version": "3.78.0",
 			"license": "Apache-2.0",
 			"workspaces": [
 				".",
@@ -162,7 +162,7 @@
 		},
 		"cli": {
 			"name": "cline",
-			"version": "2.12.0",
+			"version": "2.14.0",
 			"cpu": [
 				"x64",
 				"arm64"

+ 1 - 1
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.77.0",
+	"version": "3.78.0",
 	"icon": "assets/icons/icon.png",
 	"workspaces": [
 		".",