diff --git a/.changeset/clever-moments-melt.md b/.changeset/clever-moments-melt.md deleted file mode 100644 index d648d7d62d6..00000000000 --- a/.changeset/clever-moments-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fixed that some tasks in task history were red 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/dev-cli-path.md b/.changeset/dev-cli-path.md deleted file mode 100644 index b1991adceae..00000000000 --- a/.changeset/dev-cli-path.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"kilo-code": patch -"@kilocode/cli": patch ---- - -Add KILOCODE_DEV_CLI_PATH support for easier extension + CLI development workflow diff --git a/.changeset/disable-questions-yolo-mode.md b/.changeset/disable-questions-yolo-mode.md deleted file mode 100644 index f8604768e2f..00000000000 --- a/.changeset/disable-questions-yolo-mode.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"kilo-code": patch ---- - -Disable ask_followup_question tool when yolo mode is enabled to prevent the agent from asking itself questions and auto-answering them. Applied to: -- XML tool descriptions (system prompt) -- Native tool filtering -- Tool execution (returns error message if model still tries to use the tool from conversation history) 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/.changeset/fix-agent-manager-session-disappears.md b/.changeset/fix-agent-manager-session-disappears.md deleted file mode 100644 index b02d60a95a4..00000000000 --- a/.changeset/fix-agent-manager-session-disappears.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Agent Manager session disappearing immediately after starting due to gitUrl race condition diff --git a/.changeset/fix-session-interactive-after-pr.md b/.changeset/fix-session-interactive-after-pr.md deleted file mode 100644 index b8d94cf045a..00000000000 --- a/.changeset/fix-session-interactive-after-pr.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix session becoming non-interactable after clicking "Finish to Branch" button. The session now remains active so users can continue working after committing changes. diff --git a/.changeset/model-picker-sections.md b/.changeset/model-picker-sections.md deleted file mode 100644 index 7b0ffaabad2..00000000000 --- a/.changeset/model-picker-sections.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add section headers to model selection dropdowns for "Recommended models" and "All models" diff --git a/.changeset/polite-results-attend.md b/.changeset/polite-results-attend.md deleted file mode 100644 index 3f782a5b7a1..00000000000 --- a/.changeset/polite-results-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Show notifications when skills are added or removed from the project or global config diff --git a/.changeset/purple-pears-visit.md b/.changeset/purple-pears-visit.md deleted file mode 100644 index c4004c7af06..00000000000 --- a/.changeset/purple-pears-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix: prevent double display of MCP marketplace section in settings view diff --git a/.changeset/ten-ravens-lose.md b/.changeset/ten-ravens-lose.md deleted file mode 100644 index 02ceaa065bb..00000000000 --- a/.changeset/ten-ravens-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Improve support for VSCode's HTTP proxy settings diff --git a/.changeset/use-git-exclude-for-worktrees.md b/.changeset/use-git-exclude-for-worktrees.md deleted file mode 100644 index ff8ebc55c79..00000000000 --- a/.changeset/use-git-exclude-for-worktrees.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"kilo-code": patch ---- - -Agent Manager: Parallel mode no longer modifies .gitignore - -Worktree exclusion rules are now written to `.git/info/exclude` instead, avoiding changes to tracked files in your repository. diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f61f2dbba..1e672e71604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # kilo-code +## 4.144.0 + +### Minor Changes + +- [#4888](https://github.com/Kilo-Org/kilocode/pull/4888) [`334328d`](https://github.com/Kilo-Org/kilocode/commit/334328de5fa1825726b07be5d587550de2c52d91) Thanks [@hassoncs](https://github.com/hassoncs)! - Show notifications when skills are added or removed from the project or global config + +### Patch Changes + +- [#4880](https://github.com/Kilo-Org/kilocode/pull/4880) [`909bca7`](https://github.com/Kilo-Org/kilocode/commit/909bca7665b91753c3a9fd0435b13f1c91bcb2f2) Thanks [@markijbema](https://github.com/markijbema)! - Fixed that some tasks in task history were red + +- [#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 + +- [#4940](https://github.com/Kilo-Org/kilocode/pull/4940) [`9809864`](https://github.com/Kilo-Org/kilocode/commit/9809864ce51474c29b0db2635a19a92520a2f1f1) Thanks [@Drilmo](https://github.com/Drilmo)! - Add KILOCODE_DEV_CLI_PATH support for easier extension + CLI development workflow + +- [#4899](https://github.com/Kilo-Org/kilocode/pull/4899) [`7a58919`](https://github.com/Kilo-Org/kilocode/commit/7a58919c7e4e12e0c954031081e12745419bf8b9) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Disable ask_followup_question tool when yolo mode is enabled to prevent the agent from asking itself questions and auto-answering them. Applied to: + + - XML tool descriptions (system prompt) + - Native tool filtering + - Tool execution (returns error message if model still tries to use the tool from conversation history) + +- [#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 + +- [#4892](https://github.com/Kilo-Org/kilocode/pull/4892) [`b37c944`](https://github.com/Kilo-Org/kilocode/commit/b37c944a8bea644660b6f2c4400d0b47cbdee979) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix Agent Manager session disappearing immediately after starting due to gitUrl race condition + +- [#4898](https://github.com/Kilo-Org/kilocode/pull/4898) [`14b22b6`](https://github.com/Kilo-Org/kilocode/commit/14b22b6b9b947ceab6418d6e43962b5535adad1e) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix session becoming non-interactable after clicking "Finish to Branch" button. The session now remains active so users can continue working after committing changes. + +- [#4835](https://github.com/Kilo-Org/kilocode/pull/4835) [`d55c093`](https://github.com/Kilo-Org/kilocode/commit/d55c093797c4a816a86ee5ee000f32a98f28199b) Thanks [@lambertjosh](https://github.com/lambertjosh)! - Add section headers to model selection dropdowns for "Recommended models" and "All models" + +- [#4891](https://github.com/Kilo-Org/kilocode/pull/4891) [`20f1a16`](https://github.com/Kilo-Org/kilocode/commit/20f1a16e2ed37bd79332bac8ea1358b01c4acbc0) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Fix: prevent double display of MCP marketplace section in settings view + +- [#4873](https://github.com/Kilo-Org/kilocode/pull/4873) [`72ed20b`](https://github.com/Kilo-Org/kilocode/commit/72ed20b686f28062fb795beb44377a993bb40a7b) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Improve support for VSCode's HTTP proxy settings + +- [#4901](https://github.com/Kilo-Org/kilocode/pull/4901) [`140bbf7`](https://github.com/Kilo-Org/kilocode/commit/140bbf7630a81591b18cc60a989690142e6b6039) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Agent Manager: Parallel mode no longer modifies .gitignore + + Worktree exclusion rules are now written to `.git/info/exclude` instead, avoiding changes to tracked files in your repository. + ## 4.143.2 ### Patch Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 60e44509f7b..07b23b63815 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @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. + +- [#4940](https://github.com/Kilo-Org/kilocode/pull/4940) [`9809864`](https://github.com/Kilo-Org/kilocode/commit/9809864ce51474c29b0db2635a19a92520a2f1f1) Thanks [@Drilmo](https://github.com/Drilmo)! - Add KILOCODE_DEV_CLI_PATH support for easier extension + CLI development workflow + ## 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 be31d7590f7..417b9b8cf0c 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.144.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",