diff --git a/.changeset/brand-color-view-icon.md b/.changeset/brand-color-view-icon.md deleted file mode 100644 index c16fa618966..00000000000 --- a/.changeset/brand-color-view-icon.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Use brand-colored Kilo Code icons throughout the extension for better visibility diff --git a/.changeset/famous-tomatoes-join.md b/.changeset/famous-tomatoes-join.md deleted file mode 100644 index d132ee6b10c..00000000000 --- a/.changeset/famous-tomatoes-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -fix(ui): prevent TypeError when trimming input during model switching (#5614) diff --git a/.changeset/fancy-lands-marry.md b/.changeset/fancy-lands-marry.md deleted file mode 100644 index bdfbfe51ae4..00000000000 --- a/.changeset/fancy-lands-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Added contributing.md file for onboarding new contributors diff --git a/.changeset/fix-ideas-contrast.md b/.changeset/fix-ideas-contrast.md deleted file mode 100644 index 0883542b373..00000000000 --- a/.changeset/fix-ideas-contrast.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix contrast on "ideas" intro screen (thanks @bernaferrari!) diff --git a/.changeset/fix-model-selector-double-scroll-bar.md b/.changeset/fix-model-selector-double-scroll-bar.md deleted file mode 100644 index 605b086c342..00000000000 --- a/.changeset/fix-model-selector-double-scroll-bar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix double scroll bar in ModelSelector and KiloProfileSelector by increasing max-height. diff --git a/.changeset/light-birds-admire.md b/.changeset/light-birds-admire.md deleted file mode 100644 index bc6cdb620aa..00000000000 --- a/.changeset/light-birds-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -send x-kilocode-mode header diff --git a/.changeset/loud-jokes-send.md b/.changeset/loud-jokes-send.md deleted file mode 100644 index 04c65d674f3..00000000000 --- a/.changeset/loud-jokes-send.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Add new welcome screen for improved onboarding diff --git a/.changeset/muted-chat-theme.md b/.changeset/muted-chat-theme.md deleted file mode 100644 index 9bf676143e7..00000000000 --- a/.changeset/muted-chat-theme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Updated chat UI theme to use muted, theme-aware colors for Checkpoint, Thinking, and user message styling diff --git a/.changeset/quiet-boxes-serve.md b/.changeset/quiet-boxes-serve.md deleted file mode 100644 index cc30a495927..00000000000 --- a/.changeset/quiet-boxes-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -fix: allow Ollama models without tool support for autocomplete diff --git a/.changeset/quiet-scroll-lock.md b/.changeset/quiet-scroll-lock.md deleted file mode 100644 index ab5b08a522e..00000000000 --- a/.changeset/quiet-scroll-lock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Prevent chat auto-scroll from jumping while you read older messages. diff --git a/.changeset/short-terms-dream.md b/.changeset/short-terms-dream.md deleted file mode 100644 index de3ef4b94da..00000000000 --- a/.changeset/short-terms-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add GLM-4.7 Flash model to recommended models list for Z.ai provider diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ddf46cda5f..8a47c5258ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # kilo-code +## 5.3.0 + +### Minor Changes + +- [#5649](https://github.com/Kilo-Org/kilocode/pull/5649) [`6fbb740`](https://github.com/Kilo-Org/kilocode/commit/6fbb74084f4090d42ad583dd6ce62c2d3f7826f2) Thanks [@iscekic](https://github.com/iscekic)! - send x-kilocode-mode header + +- [#5531](https://github.com/Kilo-Org/kilocode/pull/5531) [`66dbaf2`](https://github.com/Kilo-Org/kilocode/commit/66dbaf2dac3f0d1163b7a9409805d32a9a80af1c) Thanks [@lambertjosh](https://github.com/lambertjosh)! - Add new welcome screen for improved onboarding + +### Patch Changes + +- [#5582](https://github.com/Kilo-Org/kilocode/pull/5582) [`dc669ab`](https://github.com/Kilo-Org/kilocode/commit/dc669ab484a3d015cea1cadb57271b58a23ef796) Thanks [@lambertjosh](https://github.com/lambertjosh)! - Use brand-colored Kilo Code icons throughout the extension for better visibility + +- [#5616](https://github.com/Kilo-Org/kilocode/pull/5616) [`9e139f5`](https://github.com/Kilo-Org/kilocode/commit/9e139f50bc52913fa7e42d3ba4c9090263a14f0b) Thanks [@EloiRamos](https://github.com/EloiRamos)! - fix(ui): prevent TypeError when trimming input during model switching (#5614) + +- [#2792](https://github.com/Kilo-Org/kilocode/pull/2792) [`907fb53`](https://github.com/Kilo-Org/kilocode/commit/907fb53aca1f70b1e3e2f91fbb3bcbdc6b514a48) Thanks [@Honyii](https://github.com/Honyii)! - Added contributing.md file for onboarding new contributors + +- [#5644](https://github.com/Kilo-Org/kilocode/pull/5644) [`e3f353f`](https://github.com/Kilo-Org/kilocode/commit/e3f353f596288b9b8e60b00fa88e60f179160c9a) Thanks [@bernaferrari](https://github.com/bernaferrari)! - Fix contrast on "ideas" intro screen (thanks @bernaferrari!) + +- [#5583](https://github.com/Kilo-Org/kilocode/pull/5583) [`a23c936`](https://github.com/Kilo-Org/kilocode/commit/a23c9361a5a15cf7bd59efd9c8ea9987e2ec82cc) Thanks [@crazyrabbit0](https://github.com/crazyrabbit0)! - Fix double scroll bar in ModelSelector and KiloProfileSelector by increasing max-height. + +- [#5567](https://github.com/Kilo-Org/kilocode/pull/5567) [`9729ab2`](https://github.com/Kilo-Org/kilocode/commit/9729ab2c808a69fadbb8c095e5a626fa75e42859) Thanks [@lambertjosh](https://github.com/lambertjosh)! - Updated chat UI theme to use muted, theme-aware colors for Checkpoint, Thinking, and user message styling + +- [#5577](https://github.com/Kilo-Org/kilocode/pull/5577) [`a57f9ac`](https://github.com/Kilo-Org/kilocode/commit/a57f9acb2c07b0888fcfa566c2d345879f890941) Thanks [@Patel230](https://github.com/Patel230)! - fix: allow Ollama models without tool support for autocomplete + +- [#5628](https://github.com/Kilo-Org/kilocode/pull/5628) [`84c6db2`](https://github.com/Kilo-Org/kilocode/commit/84c6db2ff906b6d18625dc0de21a77a0e573f4ac) Thanks [@Githubguy132010](https://github.com/Githubguy132010)! - Prevent chat auto-scroll from jumping while you read older messages. + +- [#5214](https://github.com/Kilo-Org/kilocode/pull/5214) [`28a46d1`](https://github.com/Kilo-Org/kilocode/commit/28a46d17fe91f13ec0687bb6834b31e2ec454687) Thanks [@kiloconnect](https://github.com/apps/kiloconnect)! - Add GLM-4.7 Flash model to recommended models list for Z.ai provider + ## 5.2.2 ### Patch Changes diff --git a/src/package.json b/src/package.json index 4833be362b1..db2ac22ccba 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "5.2.2", + "version": "5.3.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",