Procházet zdrojové kódy

changeset version bump

github-actions[bot] před 3 měsíci
rodič
revize
bb91dbe70f
3 změnil soubory, kde provedl 7 přidání a 6 odebrání
  1. 0 5
      .changeset/shiny-scissors-camp.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 5
.changeset/shiny-scissors-camp.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix hang when model wants to write JSON file with native tool calls enabled

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # kilo-code
 
+## 4.119.4
+
+### Patch Changes
+
+- [#3788](https://github.com/Kilo-Org/kilocode/pull/3788) [`49131b7`](https://github.com/Kilo-Org/kilocode/commit/49131b78bef98e1a24b6bf9457e072c9acc1230f) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fix hang when model wants to write JSON file with native tool calls enabled
+
 ## [v4.119.3]
 
 - [#3766](https://github.com/Kilo-Org/kilocode/pull/3766) [`e2fb2a5`](https://github.com/Kilo-Org/kilocode/commit/e2fb2a57703c19b5ee9c10d6c35ccc68d3cdcfe7) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fix Z.ai provider not working with JSON-style tool calls (thanks @mcowger for reporting)

+ 1 - 1
src/package.json

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