From 90d837b7e5fa3b7fec814d74a0b1c1c2d043682e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 20:00:11 +0000 Subject: [PATCH] changeset version bump --- .changeset/fix-mac-exit-message.md | 5 ----- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-mac-exit-message.md diff --git a/.changeset/fix-mac-exit-message.md b/.changeset/fix-mac-exit-message.md deleted file mode 100644 index 2006f8b9740..00000000000 --- a/.changeset/fix-mac-exit-message.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fixed exit prompt showing "Cmd+C" instead of "Ctrl+C" on Mac. Ctrl+C is the universal terminal interrupt signal on all platforms. diff --git a/CHANGELOG.md b/CHANGELOG.md index 291f8846b85..558fe9e58e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # kilo-code +## 4.141.3 + +### Patch Changes + +- [#4765](https://github.com/Kilo-Org/kilocode/pull/4765) [`725b0bc`](https://github.com/Kilo-Org/kilocode/commit/725b0bc56d1262b9e847861db86a3609c40479d9) Thanks [@Drilmo](https://github.com/Drilmo)! - Fixed exit prompt showing "Cmd+C" instead of "Ctrl+C" on Mac. Ctrl+C is the universal terminal interrupt signal on all platforms. + ## 4.141.2 ### Patch Changes diff --git a/src/package.json b/src/package.json index 7c77fb413ca..208ab902522 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.141.2", + "version": "4.141.3", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",