ソースを参照

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

Changeset version bump
Christiaan Arnoldus 4 ヶ月 前
コミット
82758010a9

+ 0 - 5
.changeset/hungry-clouds-cut.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Add Grok 4 Fast model to xAI provider

+ 0 - 5
.changeset/seven-bats-tickle.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix error logging behavior in JetBrains plugin by updating console bridge log levels

+ 0 - 5
.changeset/thirty-moles-lose.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-JetBrains: Fix terminal not having complete path

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # kilo-code
 
+## [v4.97.2]
+
+- [#2655](https://github.com/Kilo-Org/kilocode/pull/2655) [`3f83727`](https://github.com/Kilo-Org/kilocode/commit/3f8372708344171f4b379b90ad04693e1f67be39) Thanks [@PierreAncey](https://github.com/PierreAncey)! - Add Grok 4 Fast model to xAI provider
+
+- [#2648](https://github.com/Kilo-Org/kilocode/pull/2648) [`6f3f9fb`](https://github.com/Kilo-Org/kilocode/commit/6f3f9fba397ad34430c98a6db7ef535fe32622e8) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Fix error logging behavior in JetBrains plugin by updating console bridge log levels
+
+- [#2617](https://github.com/Kilo-Org/kilocode/pull/2617) [`a94bf01`](https://github.com/Kilo-Org/kilocode/commit/a94bf01f7df542ffd372bbb0d385b39941187b0d) Thanks [@RSO](https://github.com/RSO)! - JetBrains: Fix terminal not having complete path
+
 ## [v4.97.1]
 
 - [#2625](https://github.com/Kilo-Org/kilocode/pull/2625) [`3409665`](https://github.com/Kilo-Org/kilocode/commit/340966544bda3a069f9cf2478658bf58f5e2cf3c) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Add fix for Gemini CLI not being able to refresh access token anymore

+ 1 - 1
src/package.json

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