Przeglądaj źródła

Merge pull request #5088 from Kilo-Org/changeset-release/main

Changeset version bump
Christiaan Arnoldus 4 tygodni temu
rodzic
commit
ea0cd2ebed

+ 0 - 5
.changeset/cli-session-cost-display.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Show total session cost in status bar instead of per-request costs. Remove "API Request in progress" messages for cleaner UI.

+ 0 - 5
.changeset/empty-places-doubt.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Supports AI Attribution and code formatters format on save. Previously, the AI attribution service would not account for the fact that after saving, the AI generated code would completely change based on the user's configured formatter. This change fixes the issue by using the formatted result for attribution.

+ 0 - 5
.changeset/fix-cli-context-indicator.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Fix CLI context indicator showing incorrect values by skipping placeholder api_req_started messages

+ 0 - 7
.changeset/fix-cli-interactive-prompts-windows.md

@@ -1,7 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Fix CLI interactive prompts (arrow key navigation) not working on Windows
-
-The inquirer v13+ upgrade introduced stricter TTY raw mode requirements. This fix ensures raw mode is properly enabled before inquirer prompts, restoring arrow key navigation in list selections like provider choice during `kilocode auth`.

+ 0 - 7
.changeset/fix-cli-slow-termination.md

@@ -1,7 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix slow CLI termination when pressing Ctrl+C during prompt selection
-
-MCP server connection cleanup now uses fire-and-forget pattern for transport.close() and client.close() calls, which could previously block for 2+ seconds if MCP servers were unresponsive. This ensures fast exit behavior when the user wants to quit quickly.

+ 0 - 5
.changeset/fix-cli-zod-commander-compat.md

@@ -1,5 +0,0 @@
----
-"@kilocode/core-schemas": patch
----
-
-Upgrade to Zod v4 for consistency with CLI package

+ 0 - 7
.changeset/fix-cmdv-image-paste-regression.md

@@ -1,7 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Fix Cmd+V image paste regression in VSCode terminal
-
-Restores the ability to paste images using Cmd+V in VSCode terminal, which was broken in #4916. VSCode sends empty bracketed paste sequences for Cmd+V (unlike regular terminals that send key events), so we need to check the clipboard for images when receiving an empty paste.

+ 0 - 5
.changeset/loud-cities-punch.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-feat(ovhcloud): Add native function calling support

+ 0 - 5
.changeset/nine-pants-brush.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Partial reads are now allowed by default, prevent the context to grow too quickly.

+ 19 - 0
CHANGELOG.md

@@ -1,5 +1,24 @@
 # kilo-code
 
+## 4.148.0
+
+### Minor Changes
+
+- [#4903](https://github.com/Kilo-Org/kilocode/pull/4903) [`db67550`](https://github.com/Kilo-Org/kilocode/commit/db6755024b651ec8401e90935a8185f3c9a145c8) Thanks [@eliasto](https://github.com/eliasto)! - feat(ovhcloud): Add native function calling support
+
+### Patch Changes
+
+- [#5073](https://github.com/Kilo-Org/kilocode/pull/5073) [`ab88311`](https://github.com/Kilo-Org/kilocode/commit/ab883117517b2037e23ab67c68874846be3e5c7c) Thanks [@jrf0110](https://github.com/jrf0110)! - Supports AI Attribution and code formatters format on save. Previously, the AI attribution service would not account for the fact that after saving, the AI generated code would completely change based on the user's configured formatter. This change fixes the issue by using the formatted result for attribution.
+
+- [#5106](https://github.com/Kilo-Org/kilocode/pull/5106) [`a55d1a5`](https://github.com/Kilo-Org/kilocode/commit/a55d1a58a6d127d8649baa95c1a526e119b984fe) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix slow CLI termination when pressing Ctrl+C during prompt selection
+
+    MCP server connection cleanup now uses fire-and-forget pattern for transport.close() and client.close() calls, which could previously block for 2+ seconds if MCP servers were unresponsive. This ensures fast exit behavior when the user wants to quit quickly.
+
+- [#5102](https://github.com/Kilo-Org/kilocode/pull/5102) [`7a528c4`](https://github.com/Kilo-Org/kilocode/commit/7a528c42e1de49336b914ca0cbd58057a16259ad) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Partial reads are now allowed by default, prevent the context to grow too quickly.
+
+- Updated dependencies [[`b2e2630`](https://github.com/Kilo-Org/kilocode/commit/b2e26304e562e516383fbf95a3fdc668d88e1487)]:
+    - @kilocode/[email protected]
+
 ## 4.147.0
 
 ### Minor Changes

+ 19 - 0
cli/CHANGELOG.md

@@ -1,5 +1,24 @@
 # @kilocode/cli
 
+## 0.22.1
+
+### Patch Changes
+
+- [#5098](https://github.com/Kilo-Org/kilocode/pull/5098) [`e811ebe`](https://github.com/Kilo-Org/kilocode/commit/e811ebe287f187bac11239fddfab7067f428872d) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Show total session cost in status bar instead of per-request costs. Remove "API Request in progress" messages for cleaner UI.
+
+- [#5100](https://github.com/Kilo-Org/kilocode/pull/5100) [`a49868e`](https://github.com/Kilo-Org/kilocode/commit/a49868e17842d252a9a28d61aa0683267e8e3020) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix CLI context indicator showing incorrect values by skipping placeholder api_req_started messages
+
+- [#5104](https://github.com/Kilo-Org/kilocode/pull/5104) [`15a8d77`](https://github.com/Kilo-Org/kilocode/commit/15a8d77fdbe78314b448714e9812fc0857393cf5) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Fix CLI interactive prompts (arrow key navigation) not working on Windows
+
+    The inquirer v13+ upgrade introduced stricter TTY raw mode requirements. This fix ensures raw mode is properly enabled before inquirer prompts, restoring arrow key navigation in list selections like provider choice during `kilocode auth`.
+
+- [#5092](https://github.com/Kilo-Org/kilocode/pull/5092) [`42cdb11`](https://github.com/Kilo-Org/kilocode/commit/42cdb11b77552cb87fce9ee591bd68cbe419c3be) Thanks [@Drilmo](https://github.com/Drilmo)! - Fix Cmd+V image paste regression in VSCode terminal
+
+    Restores the ability to paste images using Cmd+V in VSCode terminal, which was broken in #4916. VSCode sends empty bracketed paste sequences for Cmd+V (unlike regular terminals that send key events), so we need to check the clipboard for images when receiving an empty paste.
+
+- Updated dependencies [[`b2e2630`](https://github.com/Kilo-Org/kilocode/commit/b2e26304e562e516383fbf95a3fdc668d88e1487)]:
+    - @kilocode/[email protected]
+
 ## 0.22.0
 
 ### Minor Changes

+ 1 - 1
cli/package.dist.json

@@ -1,6 +1,6 @@
 {
 	"name": "@kilocode/cli",
-	"version": "0.22.0",
+	"version": "0.22.1",
 	"description": "Terminal User Interface for Kilo Code",
 	"type": "module",
 	"main": "index.js",

+ 1 - 1
cli/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "@kilocode/cli",
-	"version": "0.22.0",
+	"version": "0.22.1",
 	"description": "Terminal User Interface for Kilo Code",
 	"type": "module",
 	"main": "dist/index.js",

+ 7 - 0
packages/core-schemas/CHANGELOG.md

@@ -0,0 +1,7 @@
+# @kilocode/core-schemas
+
+## 0.0.1
+
+### Patch Changes
+
+- [#5107](https://github.com/Kilo-Org/kilocode/pull/5107) [`b2e2630`](https://github.com/Kilo-Org/kilocode/commit/b2e26304e562e516383fbf95a3fdc668d88e1487) Thanks [@marius-kilocode](https://github.com/marius-kilocode)! - Upgrade to Zod v4 for consistency with CLI package

+ 1 - 1
packages/core-schemas/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "@kilocode/core-schemas",
-	"version": "0.0.0",
+	"version": "0.0.1",
 	"type": "module",
 	"main": "./dist/index.cjs",
 	"exports": {

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "kilocode",
-	"version": "4.147.0",
+	"version": "4.148.0",
 	"icon": "assets/icons/logo-outline-black.png",
 	"galleryBanner": {
 		"color": "#FFFFFF",