From bdeb58d8545484f9e1187a15bec7b886acd3c58a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:27:15 +0000 Subject: [PATCH] changeset version bump --- .changeset/agent-manager-image-paste.md | 14 -------- .changeset/approval-feedback-fix.md | 10 ------ .changeset/brown-regions-start.md | 6 ---- .changeset/cli-continue-reliability.md | 5 --- .changeset/cli-image-text-paste-loader.md | 10 ------ .changeset/cozy-shirts-try.md | 5 --- .changeset/cuddly-candles-protect.md | 5 --- .changeset/fix-cli-diff-partial-markers.md | 5 --- .changeset/fix-zod-function-api.md | 5 --- .changeset/friendly-jars-yawn.md | 5 --- .changeset/metal-sheep-fry.md | 5 --- .changeset/remove-clipboard-reading.md | 5 --- .changeset/simplify-cli-readme-dev-process.md | 5 --- CHANGELOG.md | 33 +++++++++++++++++ apps/kilocode-docs/CHANGELOG.md | 7 ++++ apps/kilocode-docs/package.json | 2 +- cli/CHANGELOG.md | 35 +++++++++++++++++++ cli/package.dist.json | 2 +- cli/package.json | 2 +- packages/core-schemas/CHANGELOG.md | 15 ++++++++ packages/core-schemas/package.json | 2 +- src/package.json | 2 +- 22 files changed, 95 insertions(+), 90 deletions(-) delete mode 100644 .changeset/agent-manager-image-paste.md delete mode 100644 .changeset/approval-feedback-fix.md delete mode 100644 .changeset/brown-regions-start.md delete mode 100644 .changeset/cli-continue-reliability.md delete mode 100644 .changeset/cli-image-text-paste-loader.md delete mode 100644 .changeset/cozy-shirts-try.md delete mode 100644 .changeset/cuddly-candles-protect.md delete mode 100644 .changeset/fix-cli-diff-partial-markers.md delete mode 100644 .changeset/fix-zod-function-api.md delete mode 100644 .changeset/friendly-jars-yawn.md delete mode 100644 .changeset/metal-sheep-fry.md delete mode 100644 .changeset/remove-clipboard-reading.md delete mode 100644 .changeset/simplify-cli-readme-dev-process.md create mode 100644 apps/kilocode-docs/CHANGELOG.md diff --git a/.changeset/agent-manager-image-paste.md b/.changeset/agent-manager-image-paste.md deleted file mode 100644 index aab514aab4e..00000000000 --- a/.changeset/agent-manager-image-paste.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"kilo-code": minor -"@kilocode/cli": minor -"@kilocode/core-schemas": patch ---- - -Add image support to Agent Manager - -- Paste images from clipboard (Ctrl/Cmd+V) or select via file browser button -- Works in new agent prompts, follow-up messages, and resumed sessions -- Support for PNG, JPEG, WebP, and GIF formats (up to 4 images per message) -- Click thumbnails to preview, hover to remove -- New `newTask` stdin message type for initial prompts with images -- Temp image files are automatically cleaned up when extension deactivates diff --git a/.changeset/approval-feedback-fix.md b/.changeset/approval-feedback-fix.md deleted file mode 100644 index 8f83d14e453..00000000000 --- a/.changeset/approval-feedback-fix.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix duplicate tool_result blocks when users approve tool execution with feedback text - -Cherry-picked from upstream Roo-Code: - -- [#10466](https://github.com/RooCodeInc/Roo-Code/pull/10466) - Add explicit deduplication (thanks @daniel-lxs) -- [#10519](https://github.com/RooCodeInc/Roo-Code/pull/10519) - Merge approval feedback into tool result (thanks @daniel-lxs) diff --git a/.changeset/brown-regions-start.md b/.changeset/brown-regions-start.md deleted file mode 100644 index ae4c5c07095..00000000000 --- a/.changeset/brown-regions-start.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"kilo-code": patch ---- - -- Fixed webview flickering in JetBrains plugin for smoother UI rendering -- Improved thread management in JetBrains plugin to prevent UI freezes diff --git a/.changeset/cli-continue-reliability.md b/.changeset/cli-continue-reliability.md deleted file mode 100644 index 1c2f4086752..00000000000 --- a/.changeset/cli-continue-reliability.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Improve --continue flag reliability by replacing fixed 2-second timeout with Promise-based response handling diff --git a/.changeset/cli-image-text-paste-loader.md b/.changeset/cli-image-text-paste-loader.md deleted file mode 100644 index 28beedc1c4e..00000000000 --- a/.changeset/cli-image-text-paste-loader.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix missing visual feedback and input blocking during paste operations - -- Display "Pasting image..." loader when pasting images via Cmd+V/Ctrl+V -- Display "Pasting text..." loader when pasting large text (10+ lines) -- Block keyboard input during paste operations to prevent concurrent writes -- Support multiple concurrent paste operations with counter-based tracking diff --git a/.changeset/cozy-shirts-try.md b/.changeset/cozy-shirts-try.md deleted file mode 100644 index 297d383876a..00000000000 --- a/.changeset/cozy-shirts-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -fix session restore race that triggered premature exit diff --git a/.changeset/cuddly-candles-protect.md b/.changeset/cuddly-candles-protect.md deleted file mode 100644 index 1c3ab31ad3b..00000000000 --- a/.changeset/cuddly-candles-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilocode-docs": patch ---- - -Remove deprecated zai-glm-4.6 model from Cerebras provider due to deprecation diff --git a/.changeset/fix-cli-diff-partial-markers.md b/.changeset/fix-cli-diff-partial-markers.md deleted file mode 100644 index 78cf2379eff..00000000000 --- a/.changeset/fix-cli-diff-partial-markers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix CLI diff display showing partial SEARCH/REPLACE markers and git merge conflict markers during streaming diff --git a/.changeset/fix-zod-function-api.md b/.changeset/fix-zod-function-api.md deleted file mode 100644 index 3eab3625cab..00000000000 --- a/.changeset/fix-zod-function-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/core-schemas": patch ---- - -Fix Zod function API usage in pollingOptionsSchema diff --git a/.changeset/friendly-jars-yawn.md b/.changeset/friendly-jars-yawn.md deleted file mode 100644 index 09ee61606bf..00000000000 --- a/.changeset/friendly-jars-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Improved the reliability of the read_file tool when using Claude models diff --git a/.changeset/metal-sheep-fry.md b/.changeset/metal-sheep-fry.md deleted file mode 100644 index 7eb07e3198f..00000000000 --- a/.changeset/metal-sheep-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": minor ---- - -add custom commands support diff --git a/.changeset/remove-clipboard-reading.md b/.changeset/remove-clipboard-reading.md deleted file mode 100644 index f180eb44157..00000000000 --- a/.changeset/remove-clipboard-reading.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Remove clipboard reading from chat autocomplete diff --git a/.changeset/simplify-cli-readme-dev-process.md b/.changeset/simplify-cli-readme-dev-process.md deleted file mode 100644 index 0abda74754e..00000000000 --- a/.changeset/simplify-cli-readme-dev-process.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Simplify CLI README development instructions to use 4-step process diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd56b739da..988da9e141b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # kilo-code +## 4.149.0 + +### Minor Changes + +- [#5176](https://github.com/Kilo-Org/kilocode/pull/5176) [`6765832`](https://github.com/Kilo-Org/kilocode/commit/676583256cb405ef8fb8008f313bfe4a090e9ba0) Thanks [@Drilmo](https://github.com/Drilmo)! - Add image support to Agent Manager + + - Paste images from clipboard (Ctrl/Cmd+V) or select via file browser button + - Works in new agent prompts, follow-up messages, and resumed sessions + - Support for PNG, JPEG, WebP, and GIF formats (up to 4 images per message) + - Click thumbnails to preview, hover to remove + - New `newTask` stdin message type for initial prompts with images + - Temp image files are automatically cleaned up when extension deactivates + +### Patch Changes + +- [#5179](https://github.com/Kilo-Org/kilocode/pull/5179) [`aff6137`](https://github.com/Kilo-Org/kilocode/commit/aff613714afe752fffba01ed5958d6123426b69c) Thanks [@lambertjosh](https://github.com/lambertjosh)! - Fix duplicate tool_result blocks when users approve tool execution with feedback text + + Cherry-picked from upstream Roo-Code: + + - [#10466](https://github.com/RooCodeInc/Roo-Code/pull/10466) - Add explicit deduplication (thanks @daniel-lxs) + - [#10519](https://github.com/RooCodeInc/Roo-Code/pull/10519) - Merge approval feedback into tool result (thanks @daniel-lxs) + +- [#5200](https://github.com/Kilo-Org/kilocode/pull/5200) [`495e5ff`](https://github.com/Kilo-Org/kilocode/commit/495e5ffad395fa49626a2e4992e82c690f0be8c7) Thanks [@catrielmuller](https://github.com/catrielmuller)! - - Fixed webview flickering in JetBrains plugin for smoother UI rendering + + - Improved thread management in JetBrains plugin to prevent UI freezes + +- [#5194](https://github.com/Kilo-Org/kilocode/pull/5194) [`fe6c025`](https://github.com/Kilo-Org/kilocode/commit/fe6c02510bd969eb3f7212804bd330beaa9fc4cb) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Improved the reliability of the read_file tool when using Claude models + +- [#5078](https://github.com/Kilo-Org/kilocode/pull/5078) [`d4cc35d`](https://github.com/Kilo-Org/kilocode/commit/d4cc35ddb86ef9d0165e4d61323fa9a0920f2ba7) Thanks [@markijbema](https://github.com/markijbema)! - Remove clipboard reading from chat autocomplete + +- Updated dependencies [[`6765832`](https://github.com/Kilo-Org/kilocode/commit/676583256cb405ef8fb8008f313bfe4a090e9ba0), [`cdc3e2e`](https://github.com/Kilo-Org/kilocode/commit/cdc3e2ea32ced833b9d1d1983a4252eda3c0fdf1)]: + - @kilocode/core-schemas@0.0.2 + ## 4.148.1 ### Patch Changes diff --git a/apps/kilocode-docs/CHANGELOG.md b/apps/kilocode-docs/CHANGELOG.md new file mode 100644 index 00000000000..dbc1c39b24a --- /dev/null +++ b/apps/kilocode-docs/CHANGELOG.md @@ -0,0 +1,7 @@ +# kilocode-docs + +## 0.1.1 + +### Patch Changes + +- [#5178](https://github.com/Kilo-Org/kilocode/pull/5178) [`e9c18e7`](https://github.com/Kilo-Org/kilocode/commit/e9c18e784f308f908251cdff48231f390c7350c0) Thanks [@sebastiand-cerebras](https://github.com/sebastiand-cerebras)! - Remove deprecated zai-glm-4.6 model from Cerebras provider due to deprecation diff --git a/apps/kilocode-docs/package.json b/apps/kilocode-docs/package.json index 97d26dceeee..051007a4340 100644 --- a/apps/kilocode-docs/package.json +++ b/apps/kilocode-docs/package.json @@ -1,6 +1,6 @@ { "name": "kilocode-docs", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 32014a4035d..a4d467e31f1 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,40 @@ # @kilocode/cli +## 0.24.0 + +### Minor Changes + +- [#5176](https://github.com/Kilo-Org/kilocode/pull/5176) [`6765832`](https://github.com/Kilo-Org/kilocode/commit/676583256cb405ef8fb8008f313bfe4a090e9ba0) Thanks [@Drilmo](https://github.com/Drilmo)! - Add image support to Agent Manager + + - Paste images from clipboard (Ctrl/Cmd+V) or select via file browser button + - Works in new agent prompts, follow-up messages, and resumed sessions + - Support for PNG, JPEG, WebP, and GIF formats (up to 4 images per message) + - Click thumbnails to preview, hover to remove + - New `newTask` stdin message type for initial prompts with images + - Temp image files are automatically cleaned up when extension deactivates + +- [#5183](https://github.com/Kilo-Org/kilocode/pull/5183) [`1194a6e`](https://github.com/Kilo-Org/kilocode/commit/1194a6e5c5026944d5a5a094ea3f9ece0d74fd0c) Thanks [@alexandrevilain](https://github.com/alexandrevilain)! - add custom commands support + +### Patch Changes + +- [#5141](https://github.com/Kilo-Org/kilocode/pull/5141) [`37a489c`](https://github.com/Kilo-Org/kilocode/commit/37a489c8640afea57384f030c6fd0be7bd58c130) Thanks [@PeterDaveHello](https://github.com/PeterDaveHello)! - Improve --continue flag reliability by replacing fixed 2-second timeout with Promise-based response handling + +- [#5171](https://github.com/Kilo-Org/kilocode/pull/5171) [`49b82ea`](https://github.com/Kilo-Org/kilocode/commit/49b82ea281bf7166c2d1cc830a1e5df909a5fb76) Thanks [@Drilmo](https://github.com/Drilmo)! - Fix missing visual feedback and input blocking during paste operations + + - Display "Pasting image..." loader when pasting images via Cmd+V/Ctrl+V + - Display "Pasting text..." loader when pasting large text (10+ lines) + - Block keyboard input during paste operations to prevent concurrent writes + - Support multiple concurrent paste operations with counter-based tracking + +- [#5185](https://github.com/Kilo-Org/kilocode/pull/5185) [`809251d`](https://github.com/Kilo-Org/kilocode/commit/809251d1c829777c5d024d882dad1ec4c269939a) Thanks [@pandemicsyn](https://github.com/pandemicsyn)! - fix session restore race that triggered premature exit + +- [#5199](https://github.com/Kilo-Org/kilocode/pull/5199) [`2881689`](https://github.com/Kilo-Org/kilocode/commit/2881689b1854e0762f764928b04ab93c9b99e80f) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix CLI diff display showing partial SEARCH/REPLACE markers and git merge conflict markers during streaming + +- [#5198](https://github.com/Kilo-Org/kilocode/pull/5198) [`ae997e2`](https://github.com/Kilo-Org/kilocode/commit/ae997e20268877c9e639090fd3b582d9f32176d3) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - Simplify CLI README development instructions to use 4-step process + +- Updated dependencies [[`6765832`](https://github.com/Kilo-Org/kilocode/commit/676583256cb405ef8fb8008f313bfe4a090e9ba0), [`cdc3e2e`](https://github.com/Kilo-Org/kilocode/commit/cdc3e2ea32ced833b9d1d1983a4252eda3c0fdf1)]: + - @kilocode/core-schemas@0.0.2 + ## 0.23.1 ### Patch Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index 815c7538955..0aa8426de0d 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.23.1", + "version": "0.24.0", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index a6a18f34b8a..55bbcf60d62 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.23.1", + "version": "0.24.0", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "dist/index.js", diff --git a/packages/core-schemas/CHANGELOG.md b/packages/core-schemas/CHANGELOG.md index e480eb868dc..c6196b1bdeb 100644 --- a/packages/core-schemas/CHANGELOG.md +++ b/packages/core-schemas/CHANGELOG.md @@ -1,5 +1,20 @@ # @kilocode/core-schemas +## 0.0.2 + +### Patch Changes + +- [#5176](https://github.com/Kilo-Org/kilocode/pull/5176) [`6765832`](https://github.com/Kilo-Org/kilocode/commit/676583256cb405ef8fb8008f313bfe4a090e9ba0) Thanks [@Drilmo](https://github.com/Drilmo)! - Add image support to Agent Manager + + - Paste images from clipboard (Ctrl/Cmd+V) or select via file browser button + - Works in new agent prompts, follow-up messages, and resumed sessions + - Support for PNG, JPEG, WebP, and GIF formats (up to 4 images per message) + - Click thumbnails to preview, hover to remove + - New `newTask` stdin message type for initial prompts with images + - Temp image files are automatically cleaned up when extension deactivates + +- [#5173](https://github.com/Kilo-Org/kilocode/pull/5173) [`cdc3e2e`](https://github.com/Kilo-Org/kilocode/commit/cdc3e2ea32ced833b9d1d1983a4252eda3c0fdf1) Thanks [@PeterDaveHello](https://github.com/PeterDaveHello)! - Fix Zod function API usage in pollingOptionsSchema + ## 0.0.1 ### Patch Changes diff --git a/packages/core-schemas/package.json b/packages/core-schemas/package.json index 6663c99e482..637c1ce0c70 100644 --- a/packages/core-schemas/package.json +++ b/packages/core-schemas/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/core-schemas", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "main": "./dist/index.cjs", "exports": { diff --git a/src/package.json b/src/package.json index d18c69a59c0..74e38f08584 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.148.1", + "version": "4.149.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",