diff --git a/.changeset/cerebras-strict-mode-fix.md b/.changeset/cerebras-strict-mode-fix.md deleted file mode 100644 index 9b591ace208..00000000000 --- a/.changeset/cerebras-strict-mode-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Cerebras provider to ensure all tools have consistent strict mode values diff --git a/.changeset/cli-async-condense-handling.md b/.changeset/cli-async-condense-handling.md deleted file mode 100644 index cda7a19d0c6..00000000000 --- a/.changeset/cli-async-condense-handling.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Add async condense context handling with completion and error feedback in auto mode diff --git a/.changeset/fix-cli-context-drop-stale-partial.md b/.changeset/fix-cli-context-drop-stale-partial.md deleted file mode 100644 index ab9f41dd350..00000000000 --- a/.changeset/fix-cli-context-drop-stale-partial.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix CLI context drops caused by stale partial updates overwriting completed messages - -When delayed IPC messages with `partial=true` arrived after a message had already been completed (`partial=false`), the stale update would overwrite the completed message, causing context loss. This fix adds a check to prevent partial updates from reverting completed messages back to partial state. diff --git a/.changeset/fix-terminal-remote-sessions.md b/.changeset/fix-terminal-remote-sessions.md deleted file mode 100644 index 4368f6c5b17..00000000000 --- a/.changeset/fix-terminal-remote-sessions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix terminal button showing "Session not found" for remote sessions in Agent Manager diff --git a/.changeset/little-wombats-attack.md b/.changeset/little-wombats-attack.md deleted file mode 100644 index d090be3bf28..00000000000 --- a/.changeset/little-wombats-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add AI Attribution line tracking to the EditFileTool diff --git a/.changeset/shy-numbers-joke.md b/.changeset/shy-numbers-joke.md deleted file mode 100644 index f3cf3c27c6d..00000000000 --- a/.changeset/shy-numbers-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Jetbrains - Fix Autocomplete diff --git a/.changeset/skills-marketplace-enabled.md b/.changeset/skills-marketplace-enabled.md deleted file mode 100644 index 4969c22d2f4..00000000000 --- a/.changeset/skills-marketplace-enabled.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Added Skills Marketplace tab alongside existing MCP and Modes marketplace tabs diff --git a/.changeset/swift-penguins-march.md b/.changeset/swift-penguins-march.md deleted file mode 100644 index 50ed6d09eed..00000000000 --- a/.changeset/swift-penguins-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": minor ---- - -Add --append-system-prompt-file option to read custom instructions from a file diff --git a/.changeset/task-diff-stats-display.md b/.changeset/task-diff-stats-display.md deleted file mode 100644 index a8f93e2c305..00000000000 --- a/.changeset/task-diff-stats-display.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add GitHub-style diff stats display to task header showing lines added/removed in real-time diff --git a/.changeset/upset-glasses-begin.md b/.changeset/upset-glasses-begin.md deleted file mode 100644 index 44519f95a30..00000000000 --- a/.changeset/upset-glasses-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fallbacks are now allowed when selecting a specific OpenRouter provider diff --git a/CHANGELOG.md b/CHANGELOG.md index 988da9e141b..06fc4410e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # kilo-code +## 4.150.0 + +### Minor Changes + +- [#5239](https://github.com/Kilo-Org/kilocode/pull/5239) [`ff1500d`](https://github.com/Kilo-Org/kilocode/commit/ff1500d75f4cefee6b7fd7fd1e126339b147255d) Thanks [@markijbema](https://github.com/markijbema)! - Added Skills Marketplace tab alongside existing MCP and Modes marketplace tabs + +### Patch Changes + +- [#5193](https://github.com/Kilo-Org/kilocode/pull/5193) [`ff3cbe5`](https://github.com/Kilo-Org/kilocode/commit/ff3cbe521bbcccfc18a7b37cd69a190c0291badb) Thanks [@mayef](https://github.com/mayef)! - Fix Cerebras provider to ensure all tools have consistent strict mode values + +- [#5208](https://github.com/Kilo-Org/kilocode/pull/5208) [`f770cec`](https://github.com/Kilo-Org/kilocode/commit/f770cecf01d037ed9da31114603940f2a66a145a) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix terminal button showing "Session not found" for remote sessions in Agent Manager + +- [#5213](https://github.com/Kilo-Org/kilocode/pull/5213) [`553fc58`](https://github.com/Kilo-Org/kilocode/commit/553fc58293a73b62793ca9e05921bf6e413e0c85) Thanks [@jrf0110](https://github.com/jrf0110)! - Add AI Attribution line tracking to the EditFileTool + +- [#5240](https://github.com/Kilo-Org/kilocode/pull/5240) [`6d297fb`](https://github.com/Kilo-Org/kilocode/commit/6d297fb8fe1d33aa58b941a0bb903c1847996407) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Jetbrains - Fix Autocomplete + +- [#5044](https://github.com/Kilo-Org/kilocode/pull/5044) [`2ee6e82`](https://github.com/Kilo-Org/kilocode/commit/2ee6e822b6d7fabb2d136dd03117c469b00ee51d) Thanks [@jrf0110](https://github.com/jrf0110)! - Add GitHub-style diff stats display to task header showing lines added/removed in real-time + +- [#5228](https://github.com/Kilo-Org/kilocode/pull/5228) [`b834a25`](https://github.com/Kilo-Org/kilocode/commit/b834a25ea075fac7b95762e2355cf04d05d2633e) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fallbacks are now allowed when selecting a specific OpenRouter provider + ## 4.149.0 ### Minor Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index a4d467e31f1..79a259e0682 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @kilocode/cli +## 0.25.0 + +### Minor Changes + +- [#5237](https://github.com/Kilo-Org/kilocode/pull/5237) [`a65f7aa`](https://github.com/Kilo-Org/kilocode/commit/a65f7aa64b51905db890d53935bae24aebf42eba) Thanks [@eshurakov](https://github.com/eshurakov)! - Add --append-system-prompt-file option to read custom instructions from a file + +### Patch Changes + +- [#5230](https://github.com/Kilo-Org/kilocode/pull/5230) [`3d21b02`](https://github.com/Kilo-Org/kilocode/commit/3d21b02685792c008d92599afe71b0381bf55de8) Thanks [@eshurakov](https://github.com/eshurakov)! - Add async condense context handling with completion and error feedback in auto mode + +- [#5212](https://github.com/Kilo-Org/kilocode/pull/5212) [`66f2f22`](https://github.com/Kilo-Org/kilocode/commit/66f2f22f1f162d26ccecd31f23124f9dc869cf68) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix CLI context drops caused by stale partial updates overwriting completed messages + + When delayed IPC messages with `partial=true` arrived after a message had already been completed (`partial=false`), the stale update would overwrite the completed message, causing context loss. This fix adds a check to prevent partial updates from reverting completed messages back to partial state. + ## 0.24.0 ### Minor Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index 0aa8426de0d..5a6ac4bbec4 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.24.0", + "version": "0.25.0", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index 55bbcf60d62..1b71069bade 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.24.0", + "version": "0.25.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 4326ace8ad9..4beee595656 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.149.0", + "version": "4.150.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",