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/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/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/CHANGELOG.md b/CHANGELOG.md index 2ddf46cda5f..b07b6bd671f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # kilo-code +## 5.2.3 + +### Patch Changes + +- [#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) + +- [#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. + +- [#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 + ## 5.2.2 ### Patch Changes diff --git a/src/package.json b/src/package.json index 4833be362b1..5c90cb53d7a 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.2.3", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",