diff --git a/.changeset/famous-crabs-think.md b/.changeset/famous-crabs-think.md deleted file mode 100644 index c803d7ffb52..00000000000 --- a/.changeset/famous-crabs-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Adjust position within context menus to be below default items diff --git a/.changeset/silent-plums-pay.md b/.changeset/silent-plums-pay.md deleted file mode 100644 index b908cf8c897..00000000000 --- a/.changeset/silent-plums-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Thanks @daniel-lxs! - Added a single-file read tool that works better with Sonic than the default multi-file read tool. diff --git a/CHANGELOG.md b/CHANGELOG.md index fd49cd7da95..79a9a92313a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # kilo-code +## [v4.82.2] + +- [#1811](https://github.com/Kilo-Org/kilocode/pull/1811) [`5f7afe6`](https://github.com/Kilo-Org/kilocode/commit/5f7afe6ffeb1078428b0b43c6d9a4e9252e78bc8) Thanks [@gerardbalaoro](https://github.com/gerardbalaoro)! - Adjust position within context menus to be below default items + +- [#2033](https://github.com/Kilo-Org/kilocode/pull/2033) [`8aef7ef`](https://github.com/Kilo-Org/kilocode/commit/8aef7efc9597613010339a667f87328cf70c9ce1) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Thanks @daniel-lxs! - Added a single-file read tool that works better with Sonic than the default multi-file read tool. + ## [v4.82.1] - [#2021](https://github.com/Kilo-Org/kilocode/pull/2021) [`02adf7c`](https://github.com/Kilo-Org/kilocode/commit/02adf7c4780170125e0f54beaeb5a3cbbd972669) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - OpenRouter inference providers whose context window is smaller than that of the top provider for a particular model are now automatically ignored by default. They can still be used by selecting them specifically in the Provider Routing settings. diff --git a/src/package.json b/src/package.json index e0bbc239563..7096c9ca33d 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.82.1", + "version": "4.82.2", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",