diff --git a/.changeset/agent-manager-multi-version-terminal.md b/.changeset/agent-manager-multi-version-terminal.md deleted file mode 100644 index ce3ee72b300..00000000000 --- a/.changeset/agent-manager-multi-version-terminal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Agent Manager multi-version sessions to wait for pending CLI processes so terminals are available per worktree. diff --git a/.changeset/agent-manager-telemetry-org-filter.md b/.changeset/agent-manager-telemetry-org-filter.md deleted file mode 100644 index 613fc4f5c8b..00000000000 --- a/.changeset/agent-manager-telemetry-org-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Improve Agent Manager telemetry diff --git a/.changeset/agent-manager-virtualization.md b/.changeset/agent-manager-virtualization.md deleted file mode 100644 index 8a8af3366ea..00000000000 --- a/.changeset/agent-manager-virtualization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -fix: reduce GPU usage in Agent Manager with message virtualization diff --git a/.changeset/quick-otters-sleep.md b/.changeset/quick-otters-sleep.md deleted file mode 100644 index 8da64e427c9..00000000000 --- a/.changeset/quick-otters-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Agent Manager CLI detection and Windows spawn by sanitizing shell output and running .cmd via cmd.exe. diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd741efce6..9e6bb02fcbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # kilo-code +## 4.140.3 + +### Patch Changes + +- [#4648](https://github.com/Kilo-Org/kilocode/pull/4648) [`4710d11`](https://github.com/Kilo-Org/kilocode/commit/4710d119ba6ead7f0198c22ae4e902478a63867e) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix Agent Manager multi-version sessions to wait for pending CLI processes so terminals are available per worktree. + +- [#4658](https://github.com/Kilo-Org/kilocode/pull/4658) [`e189583`](https://github.com/Kilo-Org/kilocode/commit/e1895837b7dde1b8302f3d3eb49dad2b417fc1bb) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Improve Agent Manager telemetry + +- [#4647](https://github.com/Kilo-Org/kilocode/pull/4647) [`c1a0692`](https://github.com/Kilo-Org/kilocode/commit/c1a06926e838af15e4be27a476ea3e35be430551) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - fix: reduce GPU usage in Agent Manager with message virtualization + +- [#4659](https://github.com/Kilo-Org/kilocode/pull/4659) [`fa42cfa`](https://github.com/Kilo-Org/kilocode/commit/fa42cfaa7b77a7f410c26eaf3810808cf3631ced) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix Agent Manager CLI detection and Windows spawn by sanitizing shell output and running .cmd via cmd.exe. + ## 4.140.2 ### Patch Changes diff --git a/src/package.json b/src/package.json index f2a3ff339de..26a7bb26f93 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.140.2", + "version": "4.140.3", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",