From 677df89bbd94e0f76541ea49dd8c365b01048196 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 09:47:43 +0000 Subject: [PATCH] changeset version bump --- .changeset/cool-cycles-jog.md | 5 ----- .changeset/cyan-knives-report.md | 5 ----- .changeset/tasty-insects-arrive.md | 5 ----- .changeset/thin-heads-train.md | 6 ------ CHANGELOG.md | 12 ++++++++++++ cli/CHANGELOG.md | 6 ++++++ cli/package.dist.json | 2 +- cli/package.json | 2 +- src/package.json | 2 +- 9 files changed, 21 insertions(+), 24 deletions(-) delete mode 100644 .changeset/cool-cycles-jog.md delete mode 100644 .changeset/cyan-knives-report.md delete mode 100644 .changeset/tasty-insects-arrive.md delete mode 100644 .changeset/thin-heads-train.md diff --git a/.changeset/cool-cycles-jog.md b/.changeset/cool-cycles-jog.md deleted file mode 100644 index f4846869075..00000000000 --- a/.changeset/cool-cycles-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Jetbrains webview diff --git a/.changeset/cyan-knives-report.md b/.changeset/cyan-knives-report.md deleted file mode 100644 index 0aa34d705f3..00000000000 --- a/.changeset/cyan-knives-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -adds the /session show command diff --git a/.changeset/tasty-insects-arrive.md b/.changeset/tasty-insects-arrive.md deleted file mode 100644 index 7bc4b83f4dc..00000000000 --- a/.changeset/tasty-insects-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix VSCode webview assets diff --git a/.changeset/thin-heads-train.md b/.changeset/thin-heads-train.md deleted file mode 100644 index f105e2e2d0c..00000000000 --- a/.changeset/thin-heads-train.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -fixes session cleanup race conditions diff --git a/CHANGELOG.md b/CHANGELOG.md index c1770a69308..e00f7e23de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # kilo-code +## 4.130.1 + +### Patch Changes + +- [#4222](https://github.com/Kilo-Org/kilocode/pull/4222) [`fffff4d`](https://github.com/Kilo-Org/kilocode/commit/fffff4d73ec8168443e06b9dc1cfcfebfdbf58fb) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Fix Jetbrains webview + +- [#4176](https://github.com/Kilo-Org/kilocode/pull/4176) [`a71ee92`](https://github.com/Kilo-Org/kilocode/commit/a71ee92a8a35494a7693748951386c32e24b43ca) Thanks [@iscekic](https://github.com/iscekic)! - adds the /session show command + +- [#4227](https://github.com/Kilo-Org/kilocode/pull/4227) [`652ddda`](https://github.com/Kilo-Org/kilocode/commit/652ddda991e79ce8bcf4f9bf8af97b0c7a610bbc) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Fix VSCode webview assets + +- [#4204](https://github.com/Kilo-Org/kilocode/pull/4204) [`c200579`](https://github.com/Kilo-Org/kilocode/commit/c2005792b71ff8ea8d2e15286575294eb079066f) Thanks [@iscekic](https://github.com/iscekic)! - fixes session cleanup race conditions + ## 4.130.0 ### Minor Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index fcbbd3ef25f..eaabba05e72 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @kilocode/cli +## 0.12.1 + +### Patch Changes + +- [#4204](https://github.com/Kilo-Org/kilocode/pull/4204) [`c200579`](https://github.com/Kilo-Org/kilocode/commit/c2005792b71ff8ea8d2e15286575294eb079066f) Thanks [@iscekic](https://github.com/iscekic)! - fixes session cleanup race conditions + ## 0.12.0 ### Minor Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index cee8cdca0a2..77c56f79139 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.12.0", + "version": "0.12.1", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index ad923ac4110..459eafa93fe 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.12.0", + "version": "0.12.1", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "dist/index.js", diff --git a/src/package.json b/src/package.json index 3986bd65ba4..0447867c5ca 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.130.0", + "version": "4.130.1", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",