From e73b2d222ee0886d381d49539993204d7649fd86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:41:03 +0000 Subject: [PATCH] changeset version bump --- .../agent-manager-api-request-spinner.md | 5 ---- .../agent-manager-session-persistence.md | 5 ---- .changeset/agent-runtime-temp-storage.md | 5 ---- .changeset/fix-cli-partial-tool-messages.md | 5 ---- .../fix-model-selection-resumed-sessions.md | 5 ---- .changeset/green-ducks-laugh.md | 5 ---- .changeset/loud-melons-destroy.md | 5 ---- .changeset/reasoning-block-agent-manager.md | 5 ---- .changeset/remove-mcp-top-bar-button.md | 5 ---- .changeset/skills-tab-agent-behaviour.md | 5 ---- .changeset/small-worktree-indicator.md | 5 ---- .changeset/twelve-yaks-tease.md | 5 ---- CHANGELOG.md | 26 +++++++++++++++++++ cli/CHANGELOG.md | 8 ++++++ cli/package.dist.json | 2 +- cli/package.json | 2 +- src/package.json | 2 +- 17 files changed, 37 insertions(+), 63 deletions(-) delete mode 100644 .changeset/agent-manager-api-request-spinner.md delete mode 100644 .changeset/agent-manager-session-persistence.md delete mode 100644 .changeset/agent-runtime-temp-storage.md delete mode 100644 .changeset/fix-cli-partial-tool-messages.md delete mode 100644 .changeset/fix-model-selection-resumed-sessions.md delete mode 100644 .changeset/green-ducks-laugh.md delete mode 100644 .changeset/loud-melons-destroy.md delete mode 100644 .changeset/reasoning-block-agent-manager.md delete mode 100644 .changeset/remove-mcp-top-bar-button.md delete mode 100644 .changeset/skills-tab-agent-behaviour.md delete mode 100644 .changeset/small-worktree-indicator.md delete mode 100644 .changeset/twelve-yaks-tease.md diff --git a/.changeset/agent-manager-api-request-spinner.md b/.changeset/agent-manager-api-request-spinner.md deleted file mode 100644 index 843e7fe9ddd..00000000000 --- a/.changeset/agent-manager-api-request-spinner.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add loading spinner to agent manager API request messages diff --git a/.changeset/agent-manager-session-persistence.md b/.changeset/agent-manager-session-persistence.md deleted file mode 100644 index e1a4cefceb6..00000000000 --- a/.changeset/agent-manager-session-persistence.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add session persistence for Agent Manager worktrees diff --git a/.changeset/agent-runtime-temp-storage.md b/.changeset/agent-runtime-temp-storage.md deleted file mode 100644 index 7473db89377..00000000000 --- a/.changeset/agent-runtime-temp-storage.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fixed agent-manager mode creating `.kilocode-agent` directory in user workspaces. Agent storage now uses OS temp directory instead, keeping workspaces clean. diff --git a/.changeset/fix-cli-partial-tool-messages.md b/.changeset/fix-cli-partial-tool-messages.md deleted file mode 100644 index 490cf4a3976..00000000000 --- a/.changeset/fix-cli-partial-tool-messages.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix intermittent issue where list_files and search_files tools show "Total: 0 items" or "Found: 0 matches" diff --git a/.changeset/fix-model-selection-resumed-sessions.md b/.changeset/fix-model-selection-resumed-sessions.md deleted file mode 100644 index 487079fcbbf..00000000000 --- a/.changeset/fix-model-selection-resumed-sessions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix model selection not showing in resumed sessions in Agent Manager diff --git a/.changeset/green-ducks-laugh.md b/.changeset/green-ducks-laugh.md deleted file mode 100644 index d95ac97d056..00000000000 --- a/.changeset/green-ducks-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix parallel mode completion messaging when commits fail. diff --git a/.changeset/loud-melons-destroy.md b/.changeset/loud-melons-destroy.md deleted file mode 100644 index a7bae5a6888..00000000000 --- a/.changeset/loud-melons-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix: Check that `model_info` field exists before attempting to call Object.keys() on it. diff --git a/.changeset/reasoning-block-agent-manager.md b/.changeset/reasoning-block-agent-manager.md deleted file mode 100644 index 6f890bebf97..00000000000 --- a/.changeset/reasoning-block-agent-manager.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Display reasoning as collapsible block in Agent Manager instead of plain text diff --git a/.changeset/remove-mcp-top-bar-button.md b/.changeset/remove-mcp-top-bar-button.md deleted file mode 100644 index 57c1b9521d0..00000000000 --- a/.changeset/remove-mcp-top-bar-button.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Centralize Agent behaviour settings by removing the top bar MCP button and moving Mode, MCP, Rules, and Workflows configuration into the Agent Behaviour area. diff --git a/.changeset/skills-tab-agent-behaviour.md b/.changeset/skills-tab-agent-behaviour.md deleted file mode 100644 index c7076cc438d..00000000000 --- a/.changeset/skills-tab-agent-behaviour.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add Skills tab to Agent Behaviour settings for viewing and managing installed skills diff --git a/.changeset/small-worktree-indicator.md b/.changeset/small-worktree-indicator.md deleted file mode 100644 index 6baf3664e3d..00000000000 --- a/.changeset/small-worktree-indicator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Replace verbose "(git worktree)" indicator with compact "⎇" symbol in CLI status bar and terminal title diff --git a/.changeset/twelve-yaks-tease.md b/.changeset/twelve-yaks-tease.md deleted file mode 100644 index 2bb277cd9b3..00000000000 --- a/.changeset/twelve-yaks-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Force tool use when using Haiku with the Anthropic provider diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d42e20484d..3fa6ee83906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # kilo-code +## 4.152.0 + +### Minor Changes + +- [#5264](https://github.com/Kilo-Org/kilocode/pull/5264) [`61af1e7`](https://github.com/Kilo-Org/kilocode/commit/61af1e74c24e8a2af99b218da69d51b3000d2f0f) Thanks [@markijbema](https://github.com/markijbema)! - Centralize Agent behaviour settings by removing the top bar MCP button and moving Mode, MCP, Rules, and Workflows configuration into the Agent Behaviour area. + +### Patch Changes + +- [#5312](https://github.com/Kilo-Org/kilocode/pull/5312) [`322d891`](https://github.com/Kilo-Org/kilocode/commit/322d891c5461deada1cc1c5057bde5cf7eb774d1) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Add loading spinner to agent manager API request messages + +- [#5233](https://github.com/Kilo-Org/kilocode/pull/5233) [`86bcfee`](https://github.com/Kilo-Org/kilocode/commit/86bcfee20a672d9e06a86b86c7d7cec28d0a8913) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Add session persistence for Agent Manager worktrees + +- [#5313](https://github.com/Kilo-Org/kilocode/pull/5313) [`c882b95`](https://github.com/Kilo-Org/kilocode/commit/c882b9558c39abffbdced575939be7b2125be0e2) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fixed agent-manager mode creating `.kilocode-agent` directory in user workspaces. Agent storage now uses OS temp directory instead, keeping workspaces clean. + +- [#5315](https://github.com/Kilo-Org/kilocode/pull/5315) [`f0a9036`](https://github.com/Kilo-Org/kilocode/commit/f0a9036b766ab8a0b1158be804bdeb256f476596) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix model selection not showing in resumed sessions in Agent Manager + +- [#5232](https://github.com/Kilo-Org/kilocode/pull/5232) [`cc04a57`](https://github.com/Kilo-Org/kilocode/commit/cc04a5719ca5b457e38b7bacdab2c6dac92cf297) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix parallel mode completion messaging when commits fail. + +- [#5151](https://github.com/Kilo-Org/kilocode/pull/5151) [`5565a7c`](https://github.com/Kilo-Org/kilocode/commit/5565a7c15544630b11297f40f4e948588943b893) Thanks [@Senneseph](https://github.com/Senneseph)! - Fix: Check that `model_info` field exists before attempting to call Object.keys() on it. + +- [#5314](https://github.com/Kilo-Org/kilocode/pull/5314) [`f202bd5`](https://github.com/Kilo-Org/kilocode/commit/f202bd55756a0382dc6abb619ddbb1e7451343b5) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Display reasoning as collapsible block in Agent Manager instead of plain text + +- [#5287](https://github.com/Kilo-Org/kilocode/pull/5287) [`4662b02`](https://github.com/Kilo-Org/kilocode/commit/4662b02f0a8fa2b5cb95120c6c1ef7984508d0f3) Thanks [@markijbema](https://github.com/markijbema)! - Add Skills tab to Agent Behaviour settings for viewing and managing installed skills + +- [#5254](https://github.com/Kilo-Org/kilocode/pull/5254) [`9348a3d`](https://github.com/Kilo-Org/kilocode/commit/9348a3d33d68ff61340e90a2647c1026752ea66a) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Force tool use when using Haiku with the Anthropic provider + ## 4.151.0 ### Minor Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 79a259e0682..7b398996dda 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @kilocode/cli +## 0.25.1 + +### Patch Changes + +- [#5250](https://github.com/Kilo-Org/kilocode/pull/5250) [`96c2b39`](https://github.com/Kilo-Org/kilocode/commit/96c2b391744beb5b1a1665638587cc67706f6773) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix intermittent issue where list_files and search_files tools show "Total: 0 items" or "Found: 0 matches" + +- [#5227](https://github.com/Kilo-Org/kilocode/pull/5227) [`12d96fa`](https://github.com/Kilo-Org/kilocode/commit/12d96fa41da4ce1ae3dce03d7180f59f1e154ff8) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Replace verbose "(git worktree)" indicator with compact "⎇" symbol in CLI status bar and terminal title + ## 0.25.0 ### Minor Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index 5a6ac4bbec4..17664c6cc00 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.25.0", + "version": "0.25.1", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index ac6759d9f54..34299807b28 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.25.0", + "version": "0.25.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 c2bb38e000a..18ac1337e39 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.151.0", + "version": "4.152.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",