From 168194154161eadc38ac4c26bd582f71fb00f496 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:52:43 +0000 Subject: [PATCH 1/3] Enable chat autocomplete by default Change the default value of enableChatAutocomplete from false to true in ChatTextArea.tsx. This enables prompt autocomplete by default for all users (new and existing) when the ghostServiceSettings.enableChatAutocomplete setting is not explicitly configured. Users can still disable this feature through the Ghost Service settings if desired. --- webview-ui/src/components/chat/ChatTextArea.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 801a1dc0463..280585b0ad2 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -410,7 +410,7 @@ export const ChatTextArea = forwardRef( handleInputChange: handleGhostTextInputChange, } = useChatGhostText({ textAreaRef, - enableChatAutocomplete: ghostServiceSettings?.enableChatAutocomplete ?? false, + enableChatAutocomplete: ghostServiceSettings?.enableChatAutocomplete ?? true, }) // kilocode_change end: FIM autocomplete ghost text const [imageWarning, setImageWarning] = useState(null) // kilocode_change From b9d0d164bd5a3feaab000a040fb9a04f4cd65f77 Mon Sep 17 00:00:00 2001 From: Christiaan Arnoldus Date: Wed, 31 Dec 2025 16:33:18 +0100 Subject: [PATCH 2/3] Changeset --- .changeset/gentle-cups-begin.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/gentle-cups-begin.md diff --git a/.changeset/gentle-cups-begin.md b/.changeset/gentle-cups-begin.md new file mode 100644 index 00000000000..8b9bee79587 --- /dev/null +++ b/.changeset/gentle-cups-begin.md @@ -0,0 +1,5 @@ +--- +"kilo-code": patch +--- + +Enable chat autocomplete by default From 308a947a0170eaaa6f0c0a90d7ac2d4c4b21d117 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 15:45:02 +0000 Subject: [PATCH 3/3] changeset version bump --- .changeset/cli-ctrl-c-clear-input.md | 5 ----- .changeset/cli-diagnostic-delay-skip.md | 5 ----- .changeset/cli-image-paste-support.md | 9 --------- .changeset/fix-empty-checkpoints.md | 5 ----- .changeset/gentle-cups-begin.md | 5 ----- .changeset/short-hats-appear.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ cli/CHANGELOG.md | 12 ++++++++++++ cli/package.dist.json | 2 +- cli/package.json | 2 +- src/package.json | 2 +- 11 files changed, 27 insertions(+), 37 deletions(-) delete mode 100644 .changeset/cli-ctrl-c-clear-input.md delete mode 100644 .changeset/cli-diagnostic-delay-skip.md delete mode 100644 .changeset/cli-image-paste-support.md delete mode 100644 .changeset/fix-empty-checkpoints.md delete mode 100644 .changeset/gentle-cups-begin.md delete mode 100644 .changeset/short-hats-appear.md diff --git a/.changeset/cli-ctrl-c-clear-input.md b/.changeset/cli-ctrl-c-clear-input.md deleted file mode 100644 index 698ed3ea030..00000000000 --- a/.changeset/cli-ctrl-c-clear-input.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Clear input field when Ctrl+C is pressed diff --git a/.changeset/cli-diagnostic-delay-skip.md b/.changeset/cli-diagnostic-delay-skip.md deleted file mode 100644 index f85ae65ff3d..00000000000 --- a/.changeset/cli-diagnostic-delay-skip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Skip VSCode-specific diagnostic operations in CLI mode for improved performance diff --git a/.changeset/cli-image-paste-support.md b/.changeset/cli-image-paste-support.md deleted file mode 100644 index 6352b455d90..00000000000 --- a/.changeset/cli-image-paste-support.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Add image paste support to CLI - -- Allow Ctrl+V in the CLI to paste clipboard images, attach them as [Image #N], and send them with messages (macOS only, with status feedback and cleanup) -- Add image mention parsing (@path and [Image #N]) so pasted or referenced images are included when sending messages -- Split media code into a dedicated module with platform-specific clipboard handlers and image utilities diff --git a/.changeset/fix-empty-checkpoints.md b/.changeset/fix-empty-checkpoints.md deleted file mode 100644 index 031cea3f177..00000000000 --- a/.changeset/fix-empty-checkpoints.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Prevent empty checkpoints from being created on every tool use diff --git a/.changeset/gentle-cups-begin.md b/.changeset/gentle-cups-begin.md deleted file mode 100644 index 8b9bee79587..00000000000 --- a/.changeset/gentle-cups-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Enable chat autocomplete by default diff --git a/.changeset/short-hats-appear.md b/.changeset/short-hats-appear.md deleted file mode 100644 index 94ff0e79e64..00000000000 --- a/.changeset/short-hats-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Jetbrains IDEs - Improve intialization process diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3a62d0c6e..c3deebc45f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # kilo-code +## 4.141.1 + +### Patch Changes + +- [#4736](https://github.com/Kilo-Org/kilocode/pull/4736) [`c7bd7b7`](https://github.com/Kilo-Org/kilocode/commit/c7bd7b7ad385d32e114f75dfffa6d5d4168ca073) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Skip VSCode-specific diagnostic operations in CLI mode for improved performance + +- [#4725](https://github.com/Kilo-Org/kilocode/pull/4725) [`2dcce20`](https://github.com/Kilo-Org/kilocode/commit/2dcce2020b645b8c839a763d4ec97a03f8811aef) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Prevent empty checkpoints from being created on every tool use + +- [#4723](https://github.com/Kilo-Org/kilocode/pull/4723) [`b9d0d16`](https://github.com/Kilo-Org/kilocode/commit/b9d0d164bd5a3feaab000a040fb9a04f4cd65f77) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - Enable chat autocomplete by default + +- [#4681](https://github.com/Kilo-Org/kilocode/pull/4681) [`2be56b8`](https://github.com/Kilo-Org/kilocode/commit/2be56b8b09a0cab177adf18c8dd8998f6362cc2d) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Jetbrains IDEs - Improve intialization process + ## 4.141.0 ### Minor Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 0e4d2262a39..5b0c724b40f 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @kilocode/cli +## 0.18.1 + +### Patch Changes + +- [#4728](https://github.com/Kilo-Org/kilocode/pull/4728) [`8ecb081`](https://github.com/Kilo-Org/kilocode/commit/8ecb081d10ee273613f138e651abae5e1b28ab1e) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Clear input field when Ctrl+C is pressed + +- [#4244](https://github.com/Kilo-Org/kilocode/pull/4244) [`f32adee`](https://github.com/Kilo-Org/kilocode/commit/f32adee47a681aa82ed65b412f9ddaeb46c051a5) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Add image paste support to CLI + + - Allow Ctrl+V in the CLI to paste clipboard images, attach them as [Image #N], and send them with messages (macOS only, with status feedback and cleanup) + - Add image mention parsing (@path and [Image #N]) so pasted or referenced images are included when sending messages + - Split media code into a dedicated module with platform-specific clipboard handlers and image utilities + ## 0.18.0 ### Minor Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index 99518fbaaef..f248e5d092b 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.18.0", + "version": "0.18.1", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index 5b83f83afd8..27f1cf0aa44 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.18.0", + "version": "0.18.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 687ea0d80ec..0a5635402c7 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.141.0", + "version": "4.141.1", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",