From 5c606e5a3cfdc53dd3d70cd7fabacbc2cfeafcf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 21:18:04 +0000 Subject: [PATCH] changeset version bump --- .changeset/add-apertis-provider.md | 5 --- .changeset/cool-students-battle.md | 5 --- .changeset/fifty-baboons-shine.md | 5 --- .../filter-internal-verification-tags.md | 5 --- .changeset/fix-context-flickering.md | 5 --- .changeset/fix-file-deletion-auto-approve.md | 5 --- .changeset/fix-model-no-tools-used.md | 5 --- .changeset/fix-settings-search-ui.md | 5 --- .changeset/flat-eels-press.md | 5 --- .changeset/gentle-laws-allow.md | 5 --- .changeset/kill-command-fix.md | 5 --- .changeset/lucky-lands-tickle.md | 5 --- .changeset/old-planes-start.md | 5 --- .changeset/persist-deleted-api-costs.md | 5 --- .changeset/shiny-zebras-jump.md | 5 --- .changeset/strange-files-unite.md | 5 --- .changeset/thin-forks-draw.md | 5 --- .changeset/weak-seas-add.md | 5 --- .changeset/young-emus-obey.md | 5 --- CHANGELOG.md | 44 +++++++++++++++++++ src/package.json | 2 +- 21 files changed, 45 insertions(+), 96 deletions(-) delete mode 100644 .changeset/add-apertis-provider.md delete mode 100644 .changeset/cool-students-battle.md delete mode 100644 .changeset/fifty-baboons-shine.md delete mode 100644 .changeset/filter-internal-verification-tags.md delete mode 100644 .changeset/fix-context-flickering.md delete mode 100644 .changeset/fix-file-deletion-auto-approve.md delete mode 100644 .changeset/fix-model-no-tools-used.md delete mode 100644 .changeset/fix-settings-search-ui.md delete mode 100644 .changeset/flat-eels-press.md delete mode 100644 .changeset/gentle-laws-allow.md delete mode 100644 .changeset/kill-command-fix.md delete mode 100644 .changeset/lucky-lands-tickle.md delete mode 100644 .changeset/old-planes-start.md delete mode 100644 .changeset/persist-deleted-api-costs.md delete mode 100644 .changeset/shiny-zebras-jump.md delete mode 100644 .changeset/strange-files-unite.md delete mode 100644 .changeset/thin-forks-draw.md delete mode 100644 .changeset/weak-seas-add.md delete mode 100644 .changeset/young-emus-obey.md diff --git a/.changeset/add-apertis-provider.md b/.changeset/add-apertis-provider.md deleted file mode 100644 index e89d0d95e64..00000000000 --- a/.changeset/add-apertis-provider.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Add Apertis as a new API provider diff --git a/.changeset/cool-students-battle.md b/.changeset/cool-students-battle.md deleted file mode 100644 index 9f443abf56d..00000000000 --- a/.changeset/cool-students-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add dev container persistence for threads and settings diff --git a/.changeset/fifty-baboons-shine.md b/.changeset/fifty-baboons-shine.md deleted file mode 100644 index c5e2515d0b0..00000000000 --- a/.changeset/fifty-baboons-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Updates some visual bugs in Agent Behaviour settings page diff --git a/.changeset/filter-internal-verification-tags.md b/.changeset/filter-internal-verification-tags.md deleted file mode 100644 index ef0f0002d1e..00000000000 --- a/.changeset/filter-internal-verification-tags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Filter internal verification tags from assistant messages before displaying to users diff --git a/.changeset/fix-context-flickering.md b/.changeset/fix-context-flickering.md deleted file mode 100644 index 869583eb6cc..00000000000 --- a/.changeset/fix-context-flickering.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -fix: prevent context token indicator flickering diff --git a/.changeset/fix-file-deletion-auto-approve.md b/.changeset/fix-file-deletion-auto-approve.md deleted file mode 100644 index 15c922d78e9..00000000000 --- a/.changeset/fix-file-deletion-auto-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix file deletion auto-approve checkbox not being clickable diff --git a/.changeset/fix-model-no-tools-used.md b/.changeset/fix-model-no-tools-used.md deleted file mode 100644 index 56a30b8b2f3..00000000000 --- a/.changeset/fix-model-no-tools-used.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix recurring MODEL_NO_TOOLS_USED error loop by detecting text-based tool call hallucinations and instructing the model to use the native API. diff --git a/.changeset/fix-settings-search-ui.md b/.changeset/fix-settings-search-ui.md deleted file mode 100644 index 918aba27088..00000000000 --- a/.changeset/fix-settings-search-ui.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fixed UI issues in Settings search bar: clipping of results and layout shift when expanding diff --git a/.changeset/flat-eels-press.md b/.changeset/flat-eels-press.md deleted file mode 100644 index 668edaf31d1..00000000000 --- a/.changeset/flat-eels-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Added Voyage AI embedder support diff --git a/.changeset/gentle-laws-allow.md b/.changeset/gentle-laws-allow.md deleted file mode 100644 index 738edce791e..00000000000 --- a/.changeset/gentle-laws-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -feat: support preserving reasoning content in OpenAI format conversion diff --git a/.changeset/kill-command-fix.md b/.changeset/kill-command-fix.md deleted file mode 100644 index 65b29f284e6..00000000000 --- a/.changeset/kill-command-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix: "Kill Command" button now reliably terminates processes on all platforms, including those running in the background. diff --git a/.changeset/lucky-lands-tickle.md b/.changeset/lucky-lands-tickle.md deleted file mode 100644 index 8f9a57d3090..00000000000 --- a/.changeset/lucky-lands-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -fix(nano-gpt): Add native reasoning field extraction diff --git a/.changeset/old-planes-start.md b/.changeset/old-planes-start.md deleted file mode 100644 index 79f1ba81970..00000000000 --- a/.changeset/old-planes-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Support custom embed dimensions for Ollama provider diff --git a/.changeset/persist-deleted-api-costs.md b/.changeset/persist-deleted-api-costs.md deleted file mode 100644 index 5b1d32cdf52..00000000000 --- a/.changeset/persist-deleted-api-costs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix: Persist total API cost after message deletion diff --git a/.changeset/shiny-zebras-jump.md b/.changeset/shiny-zebras-jump.md deleted file mode 100644 index 55a13f4625c..00000000000 --- a/.changeset/shiny-zebras-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -fix: prevent duplicate tool_use/tool_result IDs in conversation history (#4482) diff --git a/.changeset/strange-files-unite.md b/.changeset/strange-files-unite.md deleted file mode 100644 index 125786588bf..00000000000 --- a/.changeset/strange-files-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Enhance Anthropic extended thinking compatibility diff --git a/.changeset/thin-forks-draw.md b/.changeset/thin-forks-draw.md deleted file mode 100644 index 87a9623491b..00000000000 --- a/.changeset/thin-forks-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix tool use failure for providers returning numeric tool call IDs (e.g. MiniMax) by coercing ID to string in the shared stream parser diff --git a/.changeset/weak-seas-add.md b/.changeset/weak-seas-add.md deleted file mode 100644 index 1e22afd0c70..00000000000 --- a/.changeset/weak-seas-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -fix: improve symlink handling in skills directory diff --git a/.changeset/young-emus-obey.md b/.changeset/young-emus-obey.md deleted file mode 100644 index 4606c50fa9b..00000000000 --- a/.changeset/young-emus-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Implement better formatting for low cost values diff --git a/CHANGELOG.md b/CHANGELOG.md index 258d668d712..f120abbd437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # kilo-code +## 5.8.0 + +### Minor Changes + +- [#5247](https://github.com/Kilo-Org/kilocode/pull/5247) [`12ea08e`](https://github.com/Kilo-Org/kilocode/commit/12ea08e6a5051d172910a620ce99e95fca1da88e) Thanks [@theQuert](https://github.com/theQuert)! - Add Apertis as a new API provider + +- [#5526](https://github.com/Kilo-Org/kilocode/pull/5526) [`fe86f25`](https://github.com/Kilo-Org/kilocode/commit/fe86f25b2cb1960247e5dfaff01fd6650f95509d) Thanks [@nubol23](https://github.com/nubol23)! - Added Voyage AI embedder support + +### Patch Changes + +- [#5746](https://github.com/Kilo-Org/kilocode/pull/5746) [`38ea95b`](https://github.com/Kilo-Org/kilocode/commit/38ea95baadc7e3aec5fc6b139b25e95a57ab529a) Thanks [@Githubguy132010](https://github.com/Githubguy132010)! - Add dev container persistence for threads and settings + +- [#5639](https://github.com/Kilo-Org/kilocode/pull/5639) [`853b03f`](https://github.com/Kilo-Org/kilocode/commit/853b03f4c6e340c26e9cddd13dae958815560c18) Thanks [@mikij](https://github.com/mikij)! - Updates some visual bugs in Agent Behaviour settings page + +- [#5195](https://github.com/Kilo-Org/kilocode/pull/5195) [`d463a8b`](https://github.com/Kilo-Org/kilocode/commit/d463a8b8b30787c8787a0a10c8d90656847758e9) Thanks [@Drilmo](https://github.com/Drilmo)! - Filter internal verification tags from assistant messages before displaying to users + +- [#5811](https://github.com/Kilo-Org/kilocode/pull/5811) [`90a34f6`](https://github.com/Kilo-Org/kilocode/commit/90a34f6e6a2718ab2d63f2474fe6c7b35f7a57f9) Thanks [@wombatepiclandingstudio](https://github.com/wombatepiclandingstudio)! - fix: prevent context token indicator flickering + +- [#5565](https://github.com/Kilo-Org/kilocode/pull/5565) [`d58ba04`](https://github.com/Kilo-Org/kilocode/commit/d58ba0462ea8555254dc23504d02c7927cdb928c) Thanks [@Githubguy132010](https://github.com/Githubguy132010)! - Fix file deletion auto-approve checkbox not being clickable + +- [#5377](https://github.com/Kilo-Org/kilocode/pull/5377) [`cf9d90e`](https://github.com/Kilo-Org/kilocode/commit/cf9d90e8b4dd94421ebe11ce3543375ab12e7c70) Thanks [@benzntech](https://github.com/benzntech)! - Fix recurring MODEL_NO_TOOLS_USED error loop by detecting text-based tool call hallucinations and instructing the model to use the native API. + +- [#5586](https://github.com/Kilo-Org/kilocode/pull/5586) [`ffb7d87`](https://github.com/Kilo-Org/kilocode/commit/ffb7d87e68dde7b0c404c9c3492bf76e2314bb99) Thanks [@abdulrahimpds](https://github.com/abdulrahimpds)! - Fixed UI issues in Settings search bar: clipping of results and layout shift when expanding + +- [#5055](https://github.com/Kilo-Org/kilocode/pull/5055) [`74d904e`](https://github.com/Kilo-Org/kilocode/commit/74d904ea945d142489aee139cbb0572b406d08c3) Thanks [@Leoyzen](https://github.com/Leoyzen)! - feat: support preserving reasoning content in OpenAI format conversion + +- [#5167](https://github.com/Kilo-Org/kilocode/pull/5167) [`8b9de69`](https://github.com/Kilo-Org/kilocode/commit/8b9de69d30030dff0811d33e28d0ac699ce7e871) Thanks [@hdcodedev](https://github.com/hdcodedev)! - Fix: "Kill Command" button now reliably terminates processes on all platforms, including those running in the background. + +- [#5630](https://github.com/Kilo-Org/kilocode/pull/5630) [`29f287a`](https://github.com/Kilo-Org/kilocode/commit/29f287a65fa9b02de3ddfe52a38317f77411fd34) Thanks [@SenatusSPQR1](https://github.com/SenatusSPQR1)! - fix(nano-gpt): Add native reasoning field extraction + +- [#5814](https://github.com/Kilo-Org/kilocode/pull/5814) [`5b10436`](https://github.com/Kilo-Org/kilocode/commit/5b104360c175c3aebecd42d0e3c184d43fc767b6) Thanks [@shssoichiro](https://github.com/shssoichiro)! - Support custom embed dimensions for Ollama provider + +- [#5523](https://github.com/Kilo-Org/kilocode/pull/5523) [`5610aca`](https://github.com/Kilo-Org/kilocode/commit/5610aca37c401fd5958b548cb8eab6013779a3ed) Thanks [@abdulrahimpds](https://github.com/abdulrahimpds)! - Fix: Persist total API cost after message deletion + +- [#5150](https://github.com/Kilo-Org/kilocode/pull/5150) [`101b672`](https://github.com/Kilo-Org/kilocode/commit/101b672509c01b3a9756c2bf4e61f5d04c7307d6) Thanks [@hdcodedev](https://github.com/hdcodedev)! - fix: prevent duplicate tool_use/tool_result IDs in conversation history (#4482) + +- [#5149](https://github.com/Kilo-Org/kilocode/pull/5149) [`d39b51c`](https://github.com/Kilo-Org/kilocode/commit/d39b51cc8a8465e749ba424309dda8eebe14ea10) Thanks [@dacsang97](https://github.com/dacsang97)! - Enhance Anthropic extended thinking compatibility + +- [#5816](https://github.com/Kilo-Org/kilocode/pull/5816) [`e33a2ef`](https://github.com/Kilo-Org/kilocode/commit/e33a2ef4ae339deb52f4cfe8b3acd68ca4103345) Thanks [@evanjacobson](https://github.com/evanjacobson)! - Fix tool use failure for providers returning numeric tool call IDs (e.g. MiniMax) by coercing ID to string in the shared stream parser + +- [#5576](https://github.com/Kilo-Org/kilocode/pull/5576) [`b67879e`](https://github.com/Kilo-Org/kilocode/commit/b67879edaa29976c9312b372ecc62f3f5d076d62) Thanks [@Patel230](https://github.com/Patel230)! - fix: improve symlink handling in skills directory + +- [#5459](https://github.com/Kilo-Org/kilocode/pull/5459) [`4f2a7da`](https://github.com/Kilo-Org/kilocode/commit/4f2a7dafa19f2ed2f4f870522bef2fe855821276) Thanks [@Schrolli91](https://github.com/Schrolli91)! - Implement better formatting for low cost values + ## 5.7.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index e4b5cad5487..5b9dd615e4a 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "5.7.0", + "version": "5.8.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",