From 4e5e575d828270532d90674095dfc44043b2df2a Mon Sep 17 00:00:00 2001 From: Christiaan Arnoldus Date: Sat, 27 Dec 2025 16:53:01 +0100 Subject: [PATCH 1/7] Revert "Add example to read_file tool definition" --- .../prompts/tools/native-tools/read_file.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/core/prompts/tools/native-tools/read_file.ts b/src/core/prompts/tools/native-tools/read_file.ts index 6f8fa8ed396..bf43f26c8af 100644 --- a/src/core/prompts/tools/native-tools/read_file.ts +++ b/src/core/prompts/tools/native-tools/read_file.ts @@ -19,22 +19,6 @@ export function createReadFileTool(partialReadsEnabled: boolean = true): OpenAI. " }] }. " + "The 'path' is required and relative to workspace. " - // kilocode_change start - const example = { - files: [ - { - path: "relative/path.ts", - line_ranges: partialReadsEnabled - ? [ - [1, 50], - [100, 150], - ] - : undefined, - }, - ], - } - // kilocode_change end - const optionalRangesDescription = partialReadsEnabled ? "The 'line_ranges' is optional for reading specific sections. Each range is a [start, end] tuple (1-based inclusive). " : "" @@ -97,7 +81,6 @@ export function createReadFileTool(partialReadsEnabled: boolean = true): OpenAI. }, }, required: ["files"], - examples: [example], // kilocode_change additionalProperties: false, }, }, From a7623ace834b8926b855cc99d29bbb808768d1ec Mon Sep 17 00:00:00 2001 From: Matt Cowger Date: Sun, 28 Dec 2025 07:58:11 -0800 Subject: [PATCH 2/7] Fix loss of kilocode auto model refresh which was lost in the Roo merge. --- src/api/providers/fetchers/modelCache.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/providers/fetchers/modelCache.ts b/src/api/providers/fetchers/modelCache.ts index 2d4abf95c81..f4c2ab1ae47 100644 --- a/src/api/providers/fetchers/modelCache.ts +++ b/src/api/providers/fetchers/modelCache.ts @@ -321,6 +321,7 @@ export async function initializeModelCacheRefresh(): Promise { { provider: "glama", options: { provider: "glama" } }, // kilocode_change { provider: "vercel-ai-gateway", options: { provider: "vercel-ai-gateway" } }, { provider: "chutes", options: { provider: "chutes" } }, + { provider: "synthetic", options: { provider: "synthetic" } }, // kilocode_change: Add synthetic to background refresh ] // Refresh each provider in background (fire and forget) From fae370b2d6d07a9fce6fbab58d83c2fbd60034da Mon Sep 17 00:00:00 2001 From: Keegan Witt Date: Sun, 28 Dec 2025 13:43:47 -0500 Subject: [PATCH 3/7] Add Requesty Codestral to autocomplete provider models --- src/services/ghost/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/ghost/types.ts b/src/services/ghost/types.ts index 07a2408e986..55be9176784 100644 --- a/src/services/ghost/types.ts +++ b/src/services/ghost/types.ts @@ -15,6 +15,7 @@ export const AUTOCOMPLETE_PROVIDER_MODELS = new Map([ ["mistral", "codestral-latest"], ["kilocode", "mistralai/codestral-2508"], ["openrouter", "mistralai/codestral-2508"], + ["requesty", "mistral/codestral-latest"], ["bedrock", "mistral.codestral-2508-v1:0"], ] as const) From eb5e835be3f3c5a7cf5f7cc4baec87bfade6e2b2 Mon Sep 17 00:00:00 2001 From: Christiaan Arnoldus Date: Mon, 29 Dec 2025 10:25:55 +0100 Subject: [PATCH 4/7] Changeset --- .changeset/chatty-carpets-turn.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chatty-carpets-turn.md diff --git a/.changeset/chatty-carpets-turn.md b/.changeset/chatty-carpets-turn.md new file mode 100644 index 00000000000..82f4afbc388 --- /dev/null +++ b/.changeset/chatty-carpets-turn.md @@ -0,0 +1,5 @@ +--- +"kilo-code": patch +--- + +Add Requesty Codestral to autocomplete provider models From 140122089a4de591c80573306ce81cd49091b510 Mon Sep 17 00:00:00 2001 From: Christiaan Arnoldus Date: Mon, 29 Dec 2025 10:28:20 +0100 Subject: [PATCH 5/7] Changeset --- .changeset/sixty-teachers-begin.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/sixty-teachers-begin.md diff --git a/.changeset/sixty-teachers-begin.md b/.changeset/sixty-teachers-begin.md new file mode 100644 index 00000000000..65e418b9341 --- /dev/null +++ b/.changeset/sixty-teachers-begin.md @@ -0,0 +1,5 @@ +--- +"kilo-code": patch +--- + +Fix loss of kilocode auto model refresh From 9f7b9c4af0b00ec9bacd5512cf0052e8cc028b0b Mon Sep 17 00:00:00 2001 From: Christiaan Arnoldus Date: Mon, 29 Dec 2025 10:51:15 +0100 Subject: [PATCH 6/7] Fix kilo => Synthetic --- .changeset/sixty-teachers-begin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/sixty-teachers-begin.md b/.changeset/sixty-teachers-begin.md index 65e418b9341..0c8ea62d588 100644 --- a/.changeset/sixty-teachers-begin.md +++ b/.changeset/sixty-teachers-begin.md @@ -2,4 +2,4 @@ "kilo-code": patch --- -Fix loss of kilocode auto model refresh +Fix loss of Synthetic auto model refresh From e35b03c0dc8081f7b24a1a6583c56bfe221f2686 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:55:49 +0000 Subject: [PATCH 7/7] changeset version bump --- .../agent-manager-multi-version-terminal.md | 5 ----- .changeset/agent-manager-telemetry-org-filter.md | 5 ----- .changeset/agent-manager-virtualization.md | 5 ----- .changeset/chatty-carpets-turn.md | 5 ----- .changeset/quick-otters-sleep.md | 5 ----- .changeset/sixty-teachers-begin.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ src/package.json | 2 +- 8 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 .changeset/agent-manager-multi-version-terminal.md delete mode 100644 .changeset/agent-manager-telemetry-org-filter.md delete mode 100644 .changeset/agent-manager-virtualization.md delete mode 100644 .changeset/chatty-carpets-turn.md delete mode 100644 .changeset/quick-otters-sleep.md delete mode 100644 .changeset/sixty-teachers-begin.md diff --git a/.changeset/agent-manager-multi-version-terminal.md b/.changeset/agent-manager-multi-version-terminal.md deleted file mode 100644 index ce3ee72b300..00000000000 --- a/.changeset/agent-manager-multi-version-terminal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Agent Manager multi-version sessions to wait for pending CLI processes so terminals are available per worktree. diff --git a/.changeset/agent-manager-telemetry-org-filter.md b/.changeset/agent-manager-telemetry-org-filter.md deleted file mode 100644 index 613fc4f5c8b..00000000000 --- a/.changeset/agent-manager-telemetry-org-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Improve Agent Manager telemetry diff --git a/.changeset/agent-manager-virtualization.md b/.changeset/agent-manager-virtualization.md deleted file mode 100644 index 8a8af3366ea..00000000000 --- a/.changeset/agent-manager-virtualization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -fix: reduce GPU usage in Agent Manager with message virtualization diff --git a/.changeset/chatty-carpets-turn.md b/.changeset/chatty-carpets-turn.md deleted file mode 100644 index 82f4afbc388..00000000000 --- a/.changeset/chatty-carpets-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add Requesty Codestral to autocomplete provider models diff --git a/.changeset/quick-otters-sleep.md b/.changeset/quick-otters-sleep.md deleted file mode 100644 index 8da64e427c9..00000000000 --- a/.changeset/quick-otters-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Agent Manager CLI detection and Windows spawn by sanitizing shell output and running .cmd via cmd.exe. diff --git a/.changeset/sixty-teachers-begin.md b/.changeset/sixty-teachers-begin.md deleted file mode 100644 index 0c8ea62d588..00000000000 --- a/.changeset/sixty-teachers-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix loss of Synthetic auto model refresh diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd741efce6..d92e6ca68a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # kilo-code +## 4.140.3 + +### Patch Changes + +- [#4648](https://github.com/Kilo-Org/kilocode/pull/4648) [`4710d11`](https://github.com/Kilo-Org/kilocode/commit/4710d119ba6ead7f0198c22ae4e902478a63867e) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix Agent Manager multi-version sessions to wait for pending CLI processes so terminals are available per worktree. + +- [#4658](https://github.com/Kilo-Org/kilocode/pull/4658) [`e189583`](https://github.com/Kilo-Org/kilocode/commit/e1895837b7dde1b8302f3d3eb49dad2b417fc1bb) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Improve Agent Manager telemetry + +- [#4647](https://github.com/Kilo-Org/kilocode/pull/4647) [`c1a0692`](https://github.com/Kilo-Org/kilocode/commit/c1a06926e838af15e4be27a476ea3e35be430551) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - fix: reduce GPU usage in Agent Manager with message virtualization + +- [#4693](https://github.com/Kilo-Org/kilocode/pull/4693) [`eb5e835`](https://github.com/Kilo-Org/kilocode/commit/eb5e835be3f3c5a7cf5f7cc4baec87bfade6e2b2) Thanks [@keeganwitt](https://github.com/keeganwitt)! - Add Requesty Codestral to autocomplete provider models + +- [#4659](https://github.com/Kilo-Org/kilocode/pull/4659) [`fa42cfa`](https://github.com/Kilo-Org/kilocode/commit/fa42cfaa7b77a7f410c26eaf3810808cf3631ced) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix Agent Manager CLI detection and Windows spawn by sanitizing shell output and running .cmd via cmd.exe. + +- [#4692](https://github.com/Kilo-Org/kilocode/pull/4692) [`1401220`](https://github.com/Kilo-Org/kilocode/commit/140122089a4de591c80573306ce81cd49091b510) Thanks [@mcowger](https://github.com/mcowger)! - Fix loss of Synthetic auto model refresh + ## 4.140.2 ### Patch Changes diff --git a/src/package.json b/src/package.json index f2a3ff339de..26a7bb26f93 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.140.2", + "version": "4.140.3", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",