diff --git a/.changeset/agent-manager-larger-prompt-input.md b/.changeset/agent-manager-larger-prompt-input.md deleted file mode 100644 index efb992c6b95..00000000000 --- a/.changeset/agent-manager-larger-prompt-input.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Increased Agent Manager initial prompt input size for easier editing of longer prompts diff --git a/.changeset/cli-processing-indicator.md b/.changeset/cli-processing-indicator.md deleted file mode 100644 index f74a21f2cc5..00000000000 --- a/.changeset/cli-processing-indicator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Keep "Thinking..." indicator visible in CLI after checkpoint saves and API calls complete diff --git a/.changeset/fix-cli-file-duplication.md b/.changeset/fix-cli-file-duplication.md deleted file mode 100644 index 8d4cf7afe6f..00000000000 --- a/.changeset/fix-cli-file-duplication.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fixed CLI file duplication bug where content was written twice when creating or editing files diff --git a/.changeset/orange-ligers-lick.md b/.changeset/orange-ligers-lick.md deleted file mode 100644 index 365efc48afe..00000000000 --- a/.changeset/orange-ligers-lick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"kilo-code": minor -"@kilocode/cli": minor ---- - -Added OpenAI Compatible (Responses) provider diff --git a/CHANGELOG.md b/CHANGELOG.md index 424400e16e4..e88f185e1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # kilo-code +## 4.153.0 + +### Minor Changes + +- [#5330](https://github.com/Kilo-Org/kilocode/pull/5330) [`957df89`](https://github.com/Kilo-Org/kilocode/commit/957df89a92d951c409952e16948694488abce474) Thanks [@qbiecom](https://github.com/qbiecom)! - Added OpenAI Compatible (Responses) provider + +### Patch Changes + +- [#5337](https://github.com/Kilo-Org/kilocode/pull/5337) [`fbe1e77`](https://github.com/Kilo-Org/kilocode/commit/fbe1e77e56e27d075f93a32006abf2fef9ee08e2) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Increased Agent Manager initial prompt input size for easier editing of longer prompts + +- [#5340](https://github.com/Kilo-Org/kilocode/pull/5340) [`1e7e7ef`](https://github.com/Kilo-Org/kilocode/commit/1e7e7efd42d5a735442ceb55e321271057735f7b) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fixed CLI file duplication bug where content was written twice when creating or editing files + ## 4.152.0 ### Minor Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 7b398996dda..ceec3bcf9d9 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @kilocode/cli +## 0.26.0 + +### Minor Changes + +- [#5330](https://github.com/Kilo-Org/kilocode/pull/5330) [`957df89`](https://github.com/Kilo-Org/kilocode/commit/957df89a92d951c409952e16948694488abce474) Thanks [@qbiecom](https://github.com/qbiecom)! - Added OpenAI Compatible (Responses) provider + +### Patch Changes + +- [#5302](https://github.com/Kilo-Org/kilocode/pull/5302) [`292c885`](https://github.com/Kilo-Org/kilocode/commit/292c885fc73424b2fbe2c36311f57662b495770e) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Keep "Thinking..." indicator visible in CLI after checkpoint saves and API calls complete + ## 0.25.1 ### Patch Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index 17664c6cc00..ba74e7e1452 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.25.1", + "version": "0.26.0", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index 34299807b28..b43fc3bc7c7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.25.1", + "version": "0.26.0", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "dist/index.js", diff --git a/src/package.json b/src/package.json index 18ac1337e39..013e523d456 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.152.0", + "version": "4.153.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",