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/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", 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