diff --git a/.changeset/empty-places-doubt.md b/.changeset/empty-places-doubt.md deleted file mode 100644 index 706c873ede9..00000000000 --- a/.changeset/empty-places-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Supports AI Attribution and code formatters format on save. Previously, the AI attribution service would not account for the fact that after saving, the AI generated code would completely change based on the user's configured formatter. This change fixes the issue by using the formatted result for attribution. diff --git a/.changeset/loud-cities-punch.md b/.changeset/loud-cities-punch.md deleted file mode 100644 index e03b2ff1a1b..00000000000 --- a/.changeset/loud-cities-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -feat(ovhcloud): Add native function calling support diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f060933fe..a33b795b28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # kilo-code +## 4.148.0 + +### Minor Changes + +- [#4903](https://github.com/Kilo-Org/kilocode/pull/4903) [`db67550`](https://github.com/Kilo-Org/kilocode/commit/db6755024b651ec8401e90935a8185f3c9a145c8) Thanks [@eliasto](https://github.com/eliasto)! - feat(ovhcloud): Add native function calling support + +### Patch Changes + +- [#5073](https://github.com/Kilo-Org/kilocode/pull/5073) [`ab88311`](https://github.com/Kilo-Org/kilocode/commit/ab883117517b2037e23ab67c68874846be3e5c7c) Thanks [@jrf0110](https://github.com/jrf0110)! - Supports AI Attribution and code formatters format on save. Previously, the AI attribution service would not account for the fact that after saving, the AI generated code would completely change based on the user's configured formatter. This change fixes the issue by using the formatted result for attribution. + ## 4.147.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index 71b103f482a..42d2d57c125 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.147.0", + "version": "4.148.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",