diff --git a/.changeset/agent-terminal-switch.md b/.changeset/agent-terminal-switch.md deleted file mode 100644 index ffb37fa1541..00000000000 --- a/.changeset/agent-terminal-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add Agent Manager terminal switching so existing session terminals are revealed when changing sessions. diff --git a/.changeset/fix-macos-cli-spawn-path.md b/.changeset/fix-macos-cli-spawn-path.md deleted file mode 100644 index 54831b3af76..00000000000 --- a/.changeset/fix-macos-cli-spawn-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Agent Manager failing to start on macOS when launched from Finder/Spotlight diff --git a/.changeset/giant-buckets-clap.md b/.changeset/giant-buckets-clap.md deleted file mode 100644 index 1080d014389..00000000000 --- a/.changeset/giant-buckets-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Introduces AI contribution tracking so users can better understand agentic coding impact diff --git a/.changeset/hungry-lands-sin.md b/.changeset/hungry-lands-sin.md deleted file mode 100644 index 65a68b98412..00000000000 --- a/.changeset/hungry-lands-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Reduce the incidence of read_file errors when using Claude models. diff --git a/.changeset/large-jars-train.md b/.changeset/large-jars-train.md deleted file mode 100644 index 0343c1a39cc..00000000000 --- a/.changeset/large-jars-train.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"kilo-code": patch ---- - -chore: update Gemini Cli models and metadata - -- Added gemini-3-flash-preview model configuration. -- Updated maxThinkingTokens for gemini-3-pro-preview to 32,768. -- Reordered model definitions to prioritize newer versions. diff --git a/.changeset/olive-carpets-swim.md b/.changeset/olive-carpets-swim.md deleted file mode 100644 index fd22c4a4e89..00000000000 --- a/.changeset/olive-carpets-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix duplicate tool use in Anthropic diff --git a/.changeset/petite-moose-wish.md b/.changeset/petite-moose-wish.md deleted file mode 100644 index c1248aad842..00000000000 --- a/.changeset/petite-moose-wish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix duplictate tool call processing in Chutes, DeepInfra, LiteLLM and xAI providers. diff --git a/.changeset/salty-shirts-guess.md b/.changeset/salty-shirts-guess.md deleted file mode 100644 index ffd0def6b01..00000000000 --- a/.changeset/salty-shirts-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Agent Manager not showing error when CLI is misconfigured. When the CLI exits with a configuration error (e.g., missing kilocodeToken), the extension now detects this and shows an error popup with options to run `kilocode auth` or `kilocode config`. diff --git a/.changeset/session-title-generated-event.md b/.changeset/session-title-generated-event.md deleted file mode 100644 index ae53250d344..00000000000 --- a/.changeset/session-title-generated-event.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"kilo-code": patch -"@kilocode/cli": patch ---- - -feat: add session_title_generated event emission to CLI diff --git a/.changeset/small-towns-march.md b/.changeset/small-towns-march.md deleted file mode 100644 index 8be9da81341..00000000000 --- a/.changeset/small-towns-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add chat autocomplete telemetry diff --git a/.changeset/stale-towns-bathe.md b/.changeset/stale-towns-bathe.md deleted file mode 100644 index ac7605fa338..00000000000 --- a/.changeset/stale-towns-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Jetbrains - Autocomplete Telemetry diff --git a/.changeset/vast-results-cheat.md b/.changeset/vast-results-cheat.md deleted file mode 100644 index 8397044b814..00000000000 --- a/.changeset/vast-results-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": minor ---- - -Add markdown theming support for Reasoning box content diff --git a/.changeset/yellow-plants-work.md b/.changeset/yellow-plants-work.md deleted file mode 100644 index 9bb67bcd17f..00000000000 --- a/.changeset/yellow-plants-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -fix(ollama): fix model not found error and context window display diff --git a/CHANGELOG.md b/CHANGELOG.md index 556ba2db9df..cdd2e93ce9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # kilo-code +## 4.140.1 + +### Patch Changes + +- [#4615](https://github.com/Kilo-Org/kilocode/pull/4615) [`6909640`](https://github.com/Kilo-Org/kilocode/commit/690964040770cd21248e1bea964c995d8620d8e8) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Add Agent Manager terminal switching so existing session terminals are revealed when changing sessions. + +- [#4586](https://github.com/Kilo-Org/kilocode/pull/4586) [`a3988cd`](https://github.com/Kilo-Org/kilocode/commit/a3988cd201f21f7b7616d68cb2bb2c0387dd91c2) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix Agent Manager failing to start on macOS when launched from Finder/Spotlight + +- [#4561](https://github.com/Kilo-Org/kilocode/pull/4561) [`3c18860`](https://github.com/Kilo-Org/kilocode/commit/3c188603cc4d8375be4abf6e1bb9217b64e9cd2b) Thanks [@jrf0110](https://github.com/jrf0110)! - Introduces AI contribution tracking so users can better understand agentic coding impact + +- [#4526](https://github.com/Kilo-Org/kilocode/pull/4526) [`10b4d6c`](https://github.com/Kilo-Org/kilocode/commit/10b4d6c02f5b310dd6e44204fa40675ca4d3d99b) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Reduce the incidence of read_file errors when using Claude models. + +- [#4560](https://github.com/Kilo-Org/kilocode/pull/4560) [`5bdfe6b`](https://github.com/Kilo-Org/kilocode/commit/5bdfe6b9b68acf345e302791c15291c05a043204) Thanks [@crazyrabbit0](https://github.com/crazyrabbit0)! - chore: update Gemini Cli models and metadata + + - Added gemini-3-flash-preview model configuration. + - Updated maxThinkingTokens for gemini-3-pro-preview to 32,768. + - Reordered model definitions to prioritize newer versions. + +- [#4596](https://github.com/Kilo-Org/kilocode/pull/4596) [`1c33884`](https://github.com/Kilo-Org/kilocode/commit/1c3388442bd9a06dcb8aed29431c138726dbedc8) Thanks [@hank9999](https://github.com/hank9999)! - Fix duplicate tool use in Anthropic + +- [#4620](https://github.com/Kilo-Org/kilocode/pull/4620) [`ae6818b`](https://github.com/Kilo-Org/kilocode/commit/ae6818b5ea2d5504f9ee5eff9bdd963d9d82c51e) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fix duplictate tool call processing in Chutes, DeepInfra, LiteLLM and xAI providers. + +- [#4597](https://github.com/Kilo-Org/kilocode/pull/4597) [`e2bb5c1`](https://github.com/Kilo-Org/kilocode/commit/e2bb5c1891b6319954b46fcca3b35807fc1f8f90) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix Agent Manager not showing error when CLI is misconfigured. When the CLI exits with a configuration error (e.g., missing kilocodeToken), the extension now detects this and shows an error popup with options to run `kilocode auth` or `kilocode config`. + +- [#4590](https://github.com/Kilo-Org/kilocode/pull/4590) [`f2cc065`](https://github.com/Kilo-Org/kilocode/commit/f2cc0657870ae77a5720a872c9cd11b8315799b7) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - feat: add session_title_generated event emission to CLI + +- [#4523](https://github.com/Kilo-Org/kilocode/pull/4523) [`e259b04`](https://github.com/Kilo-Org/kilocode/commit/e259b04037c71a9bdd9e53c174b70a975e772833) Thanks [@markijbema](https://github.com/markijbema)! - Add chat autocomplete telemetry + +- [#4582](https://github.com/Kilo-Org/kilocode/pull/4582) [`3de2547`](https://github.com/Kilo-Org/kilocode/commit/3de254757049d08d3c0c100768acc564d6de4888) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Jetbrains - Autocomplete Telemetry + +- [#4488](https://github.com/Kilo-Org/kilocode/pull/4488) [`f7c3715`](https://github.com/Kilo-Org/kilocode/commit/f7c3715b4b7fea9fcd363d12bfb9467e9f169729) Thanks [@lifesized](https://github.com/lifesized)! - fix(ollama): fix model not found error and context window display + ## 4.140.0 ### Minor Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 023d3228ab7..0e4d2262a39 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @kilocode/cli +## 0.18.0 + +### Minor Changes + +- [#4583](https://github.com/Kilo-Org/kilocode/pull/4583) [`845f8c1`](https://github.com/Kilo-Org/kilocode/commit/845f8c13b23496bf4aaf0792be9d52bf26645b64) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - Add markdown theming support for Reasoning box content + +### Patch Changes + +- [#4590](https://github.com/Kilo-Org/kilocode/pull/4590) [`f2cc065`](https://github.com/Kilo-Org/kilocode/commit/f2cc0657870ae77a5720a872c9cd11b8315799b7) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - feat: add session_title_generated event emission to CLI + ## 0.17.1 ### Patch Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index 7a40a7aedfe..99518fbaaef 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.17.1", + "version": "0.18.0", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index 6495195c67a..236fe721a26 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.17.1", + "version": "0.18.0", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "dist/index.js", diff --git a/src/package.json b/src/package.json index 00c42d1dbfa..7e1bc3fd595 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.140.0", + "version": "4.140.1", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",