Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cerebras-strict-mode-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cli-async-condense-handling.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-cli-context-drop-stale-partial.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-terminal-remote-sessions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-wombats-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-numbers-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/skills-marketplace-enabled.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-penguins-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/task-diff-stats-display.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upset-glasses-begin.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 14 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/package.dist.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down