瀏覽代碼

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

Changeset version bump
Kevin van Dijk 3 月之前
父節點
當前提交
94f282720d

+ 0 - 5
.changeset/cozy-terms-lay.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Add batch size and number of retries to the indexing options

+ 0 - 5
.changeset/empty-berries-warn.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-check token before syncing session

+ 0 - 5
.changeset/happy-mice-hug.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-add session versioning

+ 0 - 5
.changeset/tidy-nights-raise.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix: reset state errors when clearing indexing state

+ 0 - 5
.changeset/wide-mails-cry.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": minor
----
-
-Fix race during session restoration

+ 14 - 0
CHANGELOG.md

@@ -1,5 +1,19 @@
 # kilo-code
 
+## 4.133.0
+
+### Minor Changes
+
+- [#4317](https://github.com/Kilo-Org/kilocode/pull/4317) [`797c959`](https://github.com/Kilo-Org/kilocode/commit/797c9594a527f19e0d39b7402fb031cd9eb4e2a7) Thanks [@iscekic](https://github.com/iscekic)! - add session versioning
+
+### Patch Changes
+
+- [#3571](https://github.com/Kilo-Org/kilocode/pull/3571) [`ea2702c`](https://github.com/Kilo-Org/kilocode/commit/ea2702c6f29e7ff2bfe55714716f72bb43cfbede) Thanks [@yadue](https://github.com/yadue)! - Add batch size and number of retries to the indexing options
+
+- [#4310](https://github.com/Kilo-Org/kilocode/pull/4310) [`e5e6085`](https://github.com/Kilo-Org/kilocode/commit/e5e6085d1f9b4f142130eddd3eaddb52bd5cde17) Thanks [@iscekic](https://github.com/iscekic)! - check token before syncing session
+
+- [#4272](https://github.com/Kilo-Org/kilocode/pull/4272) [`3ad35d9`](https://github.com/Kilo-Org/kilocode/commit/3ad35d94a5560ca1b87b2b393c6d064703c144d4) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Fix: reset state errors when clearing indexing state
+
 ## 4.132.0
 
 ### Minor Changes

+ 6 - 0
cli/CHANGELOG.md

@@ -1,5 +1,11 @@
 # @kilocode/cli
 
+## 0.14.0
+
+### Minor Changes
+
+- [#4291](https://github.com/Kilo-Org/kilocode/pull/4291) [`215c48f`](https://github.com/Kilo-Org/kilocode/commit/215c48f68dca37df435ea619ba8496912e2b4c22) Thanks [@pandemicsyn](https://github.com/pandemicsyn)! - Fix race during session restoration
+
 ## 0.13.1
 
 ### Patch Changes

+ 1 - 1
cli/package.dist.json

@@ -1,6 +1,6 @@
 {
 	"name": "@kilocode/cli",
-	"version": "0.13.1",
+	"version": "0.14.0",
 	"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.13.1",
+	"version": "0.14.0",
 	"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.132.0",
+	"version": "4.133.0",
 	"icon": "assets/icons/logo-outline-black.png",
 	"galleryBanner": {
 		"color": "#FFFFFF",