diff --git a/.changeset/agents-md-documentation.md b/.changeset/agents-md-documentation.md deleted file mode 100644 index 63ef8e49238..00000000000 --- a/.changeset/agents-md-documentation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add comprehensive AGENTS.md documentation page to Agent Behavior section diff --git a/.changeset/append-system-prompt-cli.md b/.changeset/append-system-prompt-cli.md deleted file mode 100644 index 0dd14155464..00000000000 --- a/.changeset/append-system-prompt-cli.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Add `--append-system-prompt` CLI option to append custom instructions to the system prompt diff --git a/.changeset/autocomplete-settings-rename.md b/.changeset/autocomplete-settings-rename.md deleted file mode 100644 index 3ed017a1cea..00000000000 --- a/.changeset/autocomplete-settings-rename.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Rename and reorganize autocomplete settings to use more familiar terminology diff --git a/.changeset/stupid-mayflies-pay.md b/.changeset/stupid-mayflies-pay.md deleted file mode 100644 index b31964e5c6d..00000000000 --- a/.changeset/stupid-mayflies-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Allow null for tool arguments diff --git a/.changeset/worktree-migration.md b/.changeset/worktree-migration.md deleted file mode 100644 index 5b6c21c7069..00000000000 --- a/.changeset/worktree-migration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Migrate worktree creation from CLI to extension for parallel mode sessions diff --git a/CHANGELOG.md b/CHANGELOG.md index 816e9becf37..9fcf33f0562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # kilo-code +## 4.143.0 + +### Minor Changes + +- [#4643](https://github.com/Kilo-Org/kilocode/pull/4643) [`bf89c48`](https://github.com/Kilo-Org/kilocode/commit/bf89c4849342d9c0f3cfa335d65e98980d869e36) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Migrate worktree creation from CLI to extension for parallel mode sessions + +### Patch Changes + +- [#4804](https://github.com/Kilo-Org/kilocode/pull/4804) [`e83c30a`](https://github.com/Kilo-Org/kilocode/commit/e83c30a4160309c45bcfedf60faad3eedff0549e) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - Add comprehensive AGENTS.md documentation page to Agent Behavior section + +- [#4810](https://github.com/Kilo-Org/kilocode/pull/4810) [`2d8f5b4`](https://github.com/Kilo-Org/kilocode/commit/2d8f5b4f823750d22701d962ba27885b01f78acb) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - Add `--append-system-prompt` CLI option to append custom instructions to the system prompt + +- [#4808](https://github.com/Kilo-Org/kilocode/pull/4808) [`3253a5f`](https://github.com/Kilo-Org/kilocode/commit/3253a5f0a9ef3db176b0cc027a9a0f246faa27e6) Thanks [@markijbema](https://github.com/markijbema)! - Rename and reorganize autocomplete settings to use more familiar terminology + +- [#4815](https://github.com/Kilo-Org/kilocode/pull/4815) [`1530050`](https://github.com/Kilo-Org/kilocode/commit/15300507c8febd2096282e97148e39a0bfda9e23) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Allow null for tool arguments + ## 4.142.0 ### Minor Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index d6b7890ff69..9e8cbf4ff42 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @kilocode/cli +## 0.19.1 + +### Patch Changes + +- [#4810](https://github.com/Kilo-Org/kilocode/pull/4810) [`2d8f5b4`](https://github.com/Kilo-Org/kilocode/commit/2d8f5b4f823750d22701d962ba27885b01f78acb) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - Add `--append-system-prompt` CLI option to append custom instructions to the system prompt + ## 0.19.0 ### Minor Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index 3e31186c1f4..6ef1d55840a 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.19.0", + "version": "0.19.1", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index 4e879581a9b..5c90ddba5c7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.19.0", + "version": "0.19.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 6b9e7681e45..28d26e7f29b 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.142.0", + "version": "4.143.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",