diff --git a/.changeset/cli-followup-slash-commands.md b/.changeset/cli-followup-slash-commands.md deleted file mode 100644 index 0805250ec39..00000000000 --- a/.changeset/cli-followup-slash-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix slash commands being intercepted by followup suggestions during `ask_followup_question` prompts. diff --git a/.changeset/cold-sheep-feel.md b/.changeset/cold-sheep-feel.md deleted file mode 100644 index b129da0d06c..00000000000 --- a/.changeset/cold-sheep-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add Kilo icon to editor toolbar for quick access to open Kilo from any context diff --git a/.changeset/fine-cameras-enter.md b/.changeset/fine-cameras-enter.md deleted file mode 100644 index 2061eddb197..00000000000 --- a/.changeset/fine-cameras-enter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Allow users to pick an input device for Speech-to-Text input diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f61f2dbba..82113f42248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # kilo-code +## 4.143.3 + +### Patch Changes + +- [#4862](https://github.com/Kilo-Org/kilocode/pull/4862) [`10ce725`](https://github.com/Kilo-Org/kilocode/commit/10ce72547d207b4f03538ebb3dc525d5bd92727d) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Add Kilo icon to editor toolbar for quick access to open Kilo from any context + +- [#4863](https://github.com/Kilo-Org/kilocode/pull/4863) [`c65b798`](https://github.com/Kilo-Org/kilocode/commit/c65b798d99cd07bae2312d284663cd298a1b3f9e) Thanks [@hassoncs](https://github.com/hassoncs)! - Allow users to pick an input device for Speech-to-Text input + ## 4.143.2 ### Patch Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 60e44509f7b..48f001cbe9b 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @kilocode/cli +## 0.19.3 + +### Patch Changes + +- [#4827](https://github.com/Kilo-Org/kilocode/pull/4827) [`2a66afb`](https://github.com/Kilo-Org/kilocode/commit/2a66afb98b582a73d43b2147d941df32f3eb43a4) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix slash commands being intercepted by followup suggestions during `ask_followup_question` prompts. + ## 0.19.2 ### Patch Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index 78d970a51ac..64aaa25414b 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.19.2", + "version": "0.19.3", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index 4cb3c88a356..7e4a2638396 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.19.2", + "version": "0.19.3", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "dist/index.js", diff --git a/src/package.json b/src/package.json index 2ecf0703507..74213c4136f 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.143.2", + "version": "4.143.3", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",