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-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/CHANGELOG.md b/CHANGELOG.md index fbd741efce6..2796c172499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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. + +- [#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 + ## 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",