diff --git a/.changeset/legal-wasps-shine.md b/.changeset/legal-wasps-shine.md deleted file mode 100644 index 6f21769e8d6..00000000000 --- a/.changeset/legal-wasps-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Enable browser tool for Gemini, GPT and all other models that can read images diff --git a/.changeset/little-facts-judge.md b/.changeset/little-facts-judge.md deleted file mode 100644 index 586e0ab75a4..00000000000 --- a/.changeset/little-facts-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Refresh CodeIndex Services (Qdrant) when change the configuration diff --git a/.changeset/swift-comics-retire.md b/.changeset/swift-comics-retire.md deleted file mode 100644 index 285be57f35b..00000000000 --- a/.changeset/swift-comics-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Improve Chinese translation: Kilo Code should be a proper noun diff --git a/.changeset/vast-paths-open.md b/.changeset/vast-paths-open.md deleted file mode 100644 index e50f0864595..00000000000 --- a/.changeset/vast-paths-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix not being able to open Mermaid diagrams in a tab or save them diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3f10f8236..03bfdfec016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # kilo-code +## [v4.46.0] + +- [#921](https://github.com/Kilo-Org/kilocode/pull/921) [`4d0d1ed`](https://github.com/Kilo-Org/kilocode/commit/4d0d1ed6081266a24b3b715f3450a5bd82718dbb) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Enable browser tool for Gemini, GPT and all other models that can read images + +### Patch Changes + +- [#889](https://github.com/Kilo-Org/kilocode/pull/889) [`7f72a33`](https://github.com/Kilo-Org/kilocode/commit/7f72a33278100f3a7679d7b2761f1380a54bfc90) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Refresh CodeIndex Services (Qdrant) when change the configuration + +- [#911](https://github.com/Kilo-Org/kilocode/pull/911) [`ef17629`](https://github.com/Kilo-Org/kilocode/commit/ef17629f278e759345ae4aa4bb3ea27006ff7918) Thanks [@NyxJae](https://github.com/NyxJae)! - Improve Chinese translation: Kilo Code should be a proper noun + +- [#910](https://github.com/Kilo-Org/kilocode/pull/910) [`91ce5a6`](https://github.com/Kilo-Org/kilocode/commit/91ce5a649f7b2d9cb0911b3b5c4fcf3a133b420a) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fix not being able to open Mermaid diagrams in a tab or save them + ## [v4.45.0] - [#867](https://github.com/Kilo-Org/kilocode/pull/867) [`717823f`](https://github.com/Kilo-Org/kilocode/commit/717823f40419bda32813b3e1f9f357fdabfa89df) Thanks [@Juice10](https://github.com/Juice10)! - Add copy prompt button to task actions. Based on [@vultrnerd's feedback](https://github.com/Kilo-Org/kilocode/discussions/850). diff --git a/src/package.json b/src/package.json index 0f18bb99ae6..8a15ae10d9b 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.45.0", + "version": "4.46.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",