Forráskód Böngészése

changeset version bump

github-actions[bot] 3 hónapja
szülő
commit
7a7444e558

+ 0 - 5
.changeset/all-cycles-flash.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Managed codebase indexing is a new experimental feature that should be disabled by default. It is disabled on the backend, but the extension defaults to true. This change disables the feature by default.

+ 0 - 5
.changeset/chilled-mice-knock.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Add doubao-seed-code model to Doubao provider

+ 0 - 5
.changeset/easy-dragons-speak.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Fix OpenAI compatible provider config

+ 0 - 5
.changeset/new-plums-obey.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Add model Kimi K2 Thinking to Fireworks provider

+ 0 - 5
.changeset/salty-waves-cough.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-fix diff command

+ 0 - 5
.changeset/small-bobcats-fail.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix duplicated MiniMax settings

+ 0 - 5
.changeset/wild-paws-brake.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Improve Auth Wizard for KiloCode

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 # kilo-code
 
+## 4.119.2
+
+### Patch Changes
+
+- [#3740](https://github.com/Kilo-Org/kilocode/pull/3740) [`61c6c9a`](https://github.com/Kilo-Org/kilocode/commit/61c6c9abf2b81f2eedf29aec074c1028abdee0ad) Thanks [@jrf0110](https://github.com/jrf0110)! - Managed codebase indexing is a new experimental feature that should be disabled by default. It is disabled on the backend, but the extension defaults to true. This change disables the feature by default.
+
+- [#3711](https://github.com/Kilo-Org/kilocode/pull/3711) [`097b1e3`](https://github.com/Kilo-Org/kilocode/commit/097b1e3fbaf04c7859c6c07a5bbf64b911b50d55) Thanks [@CyberRookie-X](https://github.com/CyberRookie-X)! - Add doubao-seed-code model to Doubao provider
+
+- [#3734](https://github.com/Kilo-Org/kilocode/pull/3734) [`2a6c171`](https://github.com/Kilo-Org/kilocode/commit/2a6c171db108609f778e422cbd6b772ddcc55ad4) Thanks [@ctsstc](https://github.com/ctsstc)! - Add model Kimi K2 Thinking to Fireworks provider
+
+- [#3724](https://github.com/Kilo-Org/kilocode/pull/3724) [`85731fb`](https://github.com/Kilo-Org/kilocode/commit/85731fb6c22cab6bbfccf0b11e42ddd3d7b72aa4) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fix duplicated MiniMax settings
+
 ## [v4.119.1]
 
 - [#3479](https://github.com/Kilo-Org/kilocode/pull/3479) [`499bf1a`](https://github.com/Kilo-Org/kilocode/commit/499bf1a52dcbfbd4e3d5f96cee00d672fbda021c) Thanks [@jrf0110](https://github.com/jrf0110)! - Introduces the managed codebase indexing feature for Kilo Code Teams and Enterprise organizations. This feature is currently gated to internal customers only. Managed codebase indexing is a branch-aware indexing and search product that does not require any configuration (as opposed to the current codebase indexing feature which relies on a local qdrant instance and configurating an embedding provider).

+ 10 - 0
cli/CHANGELOG.md

@@ -1,5 +1,15 @@
 # @kilocode/cli
 
+## 0.4.2
+
+### Patch Changes
+
+- [#3744](https://github.com/Kilo-Org/kilocode/pull/3744) [`e1442ff`](https://github.com/Kilo-Org/kilocode/commit/e1442ffa934bea546cbf251ab19caf271c514c65) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Fix OpenAI compatible provider config
+
+- [#3739](https://github.com/Kilo-Org/kilocode/pull/3739) [`d7a3204`](https://github.com/Kilo-Org/kilocode/commit/d7a3204b166d7e709e83f222f6858966e418828b) Thanks [@iscekic](https://github.com/iscekic)! - fix diff command
+
+- [#3701](https://github.com/Kilo-Org/kilocode/pull/3701) [`7c8f30c`](https://github.com/Kilo-Org/kilocode/commit/7c8f30c12e541b3c3da56c208664571126fb031d) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Improve Auth Wizard for KiloCode
+
 ## 0.4.1
 
 ### Patch Changes

+ 1 - 1
cli/package.dist.json

@@ -1,6 +1,6 @@
 {
 	"name": "@kilocode/cli",
-	"version": "0.4.1",
+	"version": "0.4.2",
 	"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.4.1",
+	"version": "0.4.2",
 	"description": "Terminal User Interface for Kilo Code",
 	"type": "module",
 	"main": "dist/index.js",

+ 1 - 1
src/package.json

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