Browse Source

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

Changeset version bump
Kevin van Dijk 1 week ago
parent
commit
976993e883

+ 0 - 5
.changeset/add-slovak-translation.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Add Slovak (sk) language translation for Kilo Code extension and UI

+ 0 - 5
.changeset/fix-agent-manager-double-scrollbar.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-fix(agent-manager): Fix double scrollbar in mode selector dropdowns

+ 0 - 5
.changeset/fix-chutes-kimi-no-assistant-messages.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Improve Chutes Kimi reliability by preventing terminated-stream retry loops and handling tool/reasoning chunks more safely.

+ 0 - 5
.changeset/fix-jetbrains-build.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix JetBrains build failure by adding missing vsix dependency for build pipeline

+ 0 - 5
.changeset/fix-review-scope-loading.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Show loading spinner immediately when opening review scope dialog while scope information is being computed, improving perceived performance for repositories with many changes

+ 0 - 5
.changeset/fix-session-title-readability.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix unreadable text and poor contrast issues in Agent Manager

+ 0 - 5
.changeset/green-geese-warn.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fixed Moonshot Kimi tool-calling and thinking-mode behavior for `kimi-k2.5` and `kimi-for-coding`.

+ 0 - 5
.changeset/new-ghosts-press.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix 'Delete' toggle button in Auto Approve settings

+ 0 - 5
.changeset/old-eels-yawn.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Added Corethink as a new AI provider

+ 0 - 5
.changeset/remove-dup-title.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Remove duplicate "Kilo Code Marketplace" title in toolbar (thanks @bernaferrari!)

+ 0 - 5
.changeset/spotty-turtles-retire.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Hook embedding timeout into settings for ollama

+ 28 - 0
CHANGELOG.md

@@ -1,5 +1,33 @@
 # kilo-code
 
+## 5.6.0
+
+### Minor Changes
+
+- [#5040](https://github.com/Kilo-Org/kilocode/pull/5040) [`abe3047`](https://github.com/Kilo-Org/kilocode/commit/abe30473feffb84e885fc8abd5595033fe8b5431) Thanks [@luthraansh](https://github.com/luthraansh)! - Added Corethink as a new AI provider
+
+### Patch Changes
+
+- [#5749](https://github.com/Kilo-Org/kilocode/pull/5749) [`b2fa0a9`](https://github.com/Kilo-Org/kilocode/commit/b2fa0a9b239a396feee39d14eb60eafb088c0ed4) Thanks [@skaldamramra](https://github.com/skaldamramra)! - Add Slovak (sk) language translation for Kilo Code extension and UI
+
+- [#5681](https://github.com/Kilo-Org/kilocode/pull/5681) [`b5ef707`](https://github.com/Kilo-Org/kilocode/commit/b5ef70717068a791da5c3b3068eadb8e189ff484) Thanks [@Drilmo](https://github.com/Drilmo)! - fix(agent-manager): Fix double scrollbar in mode selector dropdowns
+
+- [#5722](https://github.com/Kilo-Org/kilocode/pull/5722) [`f7cf4fd`](https://github.com/Kilo-Org/kilocode/commit/f7cf4fd5002b697f1e41e744b01f096e57666acf) Thanks [@Neonsy](https://github.com/Neonsy)! - Improve Chutes Kimi reliability by preventing terminated-stream retry loops and handling tool/reasoning chunks more safely.
+
+- [#5747](https://github.com/Kilo-Org/kilocode/pull/5747) [`95be119`](https://github.com/Kilo-Org/kilocode/commit/95be1193449184869e49d44b7fe9f09e1620b3ce) Thanks [@Githubguy132010](https://github.com/Githubguy132010)! - Fix JetBrains build failure by adding missing vsix dependency for build pipeline
+
+- [#5733](https://github.com/Kilo-Org/kilocode/pull/5733) [`1b5c4f4`](https://github.com/Kilo-Org/kilocode/commit/1b5c4f4fab28f03b81a9bdf3cd789b1425108765) Thanks [@krisztian-gajdar](https://github.com/krisztian-gajdar)! - Show loading spinner immediately when opening review scope dialog while scope information is being computed, improving perceived performance for repositories with many changes
+
+- [#5699](https://github.com/Kilo-Org/kilocode/pull/5699) [`e560e47`](https://github.com/Kilo-Org/kilocode/commit/e560e47e39f605f78a6d18fdbfc0dd680ceb5557) Thanks [@Patel230](https://github.com/Patel230)! - Fix unreadable text and poor contrast issues in Agent Manager
+
+- [#5722](https://github.com/Kilo-Org/kilocode/pull/5722) [`a834092`](https://github.com/Kilo-Org/kilocode/commit/a8340925c72e9ee0494e1bffd47dbc1aaddc1c8e) Thanks [@Neonsy](https://github.com/Neonsy)! - Fixed Moonshot Kimi tool-calling and thinking-mode behavior for `kimi-k2.5` and `kimi-for-coding`.
+
+- [#4749](https://github.com/Kilo-Org/kilocode/pull/4749) [`ed70dad`](https://github.com/Kilo-Org/kilocode/commit/ed70dad320a80160dc793bf34f52b87d995285ff) Thanks [@lgrgic](https://github.com/lgrgic)! - Fix 'Delete' toggle button in Auto Approve settings
+
+- [#5756](https://github.com/Kilo-Org/kilocode/pull/5756) [`5d9d4d1`](https://github.com/Kilo-Org/kilocode/commit/5d9d4d1c4a6236fccf7082ea9e8d83d95bbd207a) Thanks [@bernaferrari](https://github.com/bernaferrari)! - Remove duplicate "Kilo Code Marketplace" title in toolbar (thanks @bernaferrari!)
+
+- [#3807](https://github.com/Kilo-Org/kilocode/pull/3807) [`e37717e`](https://github.com/Kilo-Org/kilocode/commit/e37717ee2fad8efb53bea92752dd9ea25f79bbed) Thanks [@davidraedev](https://github.com/davidraedev)! - Hook embedding timeout into settings for ollama
+
 ## 5.5.0
 
 ### Minor Changes

+ 1 - 1
src/package.json

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