Просмотр исходного кода

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

Changeset version bump
Christiaan Arnoldus 4 месяцев назад
Родитель
Сommit
eafc3dbc09
4 измененных файлов с 7 добавлено и 11 удалено
  1. 0 5
      .changeset/fifty-clowns-design.md
  2. 0 5
      .changeset/tricky-pandas-read.md
  3. 6 0
      CHANGELOG.md
  4. 1 1
      src/package.json

+ 0 - 5
.changeset/fifty-clowns-design.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Update Gemini provider to support dynamic model retrieval.

+ 0 - 5
.changeset/tricky-pandas-read.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Improved OpenAI compatible parser's ability to yield reasoning content

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # kilo-code
 
+## [v4.104.0]
+
+- [#2673](https://github.com/Kilo-Org/kilocode/pull/2673) [`cf1aca2`](https://github.com/Kilo-Org/kilocode/commit/cf1aca2fb6c0f16414d42737a4ebf90357f5a796) Thanks [@mcowger](https://github.com/mcowger)! - Update Gemini provider to support dynamic model retrieval.
+
+- [#2749](https://github.com/Kilo-Org/kilocode/pull/2749) [`7e493ec`](https://github.com/Kilo-Org/kilocode/commit/7e493ec35c01687b78cb2fb54b3f92c6b42662aa) Thanks [@mcowger](https://github.com/mcowger)! - Improved OpenAI compatible parser's ability to yield reasoning content
+
 ## [v4.103.1]
 
 - [#2962](https://github.com/Kilo-Org/kilocode/pull/2962) [`a424824`](https://github.com/Kilo-Org/kilocode/commit/a424824269b3cafdf58bcdb1acf7ed6151f32e0b) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Improved the error message when an unsupported reasoning effort value is chosen

+ 1 - 1
src/package.json

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