diff --git a/.changeset/beige-sheep-post.md b/.changeset/beige-sheep-post.md deleted file mode 100644 index d33267226f3..00000000000 --- a/.changeset/beige-sheep-post.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Improve Inline Assist model compatibility and performance diff --git a/.changeset/pretty-hornets-brake.md b/.changeset/pretty-hornets-brake.md deleted file mode 100644 index e07c4c93dc1..00000000000 --- a/.changeset/pretty-hornets-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Thanks @Thachnh! - Added DeepInfra provider with dynamic model fetching and prompt caching diff --git a/.changeset/twenty-tips-tell.md b/.changeset/twenty-tips-tell.md deleted file mode 100644 index 32d0a433f65..00000000000 --- a/.changeset/twenty-tips-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Remove the forced override of the context limit for Ollama API diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f33c9c557d..eafdf5adb0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # kilo-code +## [v4.86.0] + +- [#2012](https://github.com/Kilo-Org/kilocode/pull/2012) [`1fd698a`](https://github.com/Kilo-Org/kilocode/commit/1fd698ad2025946519a0ce2d516ec528ea92eea4) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Improve Inline Assist model compatibility and performance + +- [#2199](https://github.com/Kilo-Org/kilocode/pull/2199) [`a19f72c`](https://github.com/Kilo-Org/kilocode/commit/a19f72c05f2bed48106b33c6eaa9f4e9e6d4d020) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Thanks @Thachnh! - Added DeepInfra provider with dynamic model fetching and prompt caching + +### Patch Changes + +- [#2170](https://github.com/Kilo-Org/kilocode/pull/2170) [`58987e3`](https://github.com/Kilo-Org/kilocode/commit/58987e36377724b639d4b19a2d92162b34bc5eaa) Thanks [@mcowger](https://github.com/mcowger)! - Remove the forced override of the context limit for Ollama API + ## [v4.85.0] - [#2119](https://github.com/Kilo-Org/kilocode/pull/2119) [`19dc45d`](https://github.com/Kilo-Org/kilocode/commit/19dc45d1b1578a41c41ecb787e7945513f6554d9) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Include changes from Roo Code v3.25.23 diff --git a/src/package.json b/src/package.json index 8ad8091b9cb..0ed039d27e5 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.85.0", + "version": "4.86.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",