diff --git a/.changeset/free-ravens-mate.md b/.changeset/free-ravens-mate.md deleted file mode 100644 index 87bc0c454d3..00000000000 --- a/.changeset/free-ravens-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix: show diff buttons after task completion diff --git a/.changeset/funky-tires-kiss.md b/.changeset/funky-tires-kiss.md deleted file mode 100644 index 1a989df3688..00000000000 --- a/.changeset/funky-tires-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -increase session sync interval to 3s diff --git a/.changeset/fuzzy-singers-prove.md b/.changeset/fuzzy-singers-prove.md deleted file mode 100644 index 02dfd4efbf4..00000000000 --- a/.changeset/fuzzy-singers-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": minor ---- - -fix potential credential seeding race diff --git a/.changeset/kind-keys-drum.md b/.changeset/kind-keys-drum.md deleted file mode 100644 index 5da35350955..00000000000 --- a/.changeset/kind-keys-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Managed Code Indexing UI internals updated. Removed optionality in the UI, included link to backend management UI, and improved architecture for better incremental status and error reporting. diff --git a/.changeset/lucky-chicken-doubt.md b/.changeset/lucky-chicken-doubt.md deleted file mode 100644 index f52940c68ff..00000000000 --- a/.changeset/lucky-chicken-doubt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"kilo-code": minor -"@kilocode/cli": patch ---- - -use shared session manager from extension folder diff --git a/.changeset/many-grapes-kick.md b/.changeset/many-grapes-kick.md deleted file mode 100644 index a2606a3fb17..00000000000 --- a/.changeset/many-grapes-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Added support for Gemini 3 Pro Preview to Gemini CLI provider and removed deprecated models diff --git a/.changeset/orange-coins-smile.md b/.changeset/orange-coins-smile.md deleted file mode 100644 index 3e57332d5f9..00000000000 --- a/.changeset/orange-coins-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Slightly improved reliability of Opus with Claude Code diff --git a/.changeset/public-radios-pull.md b/.changeset/public-radios-pull.md deleted file mode 100644 index bf2cf98d216..00000000000 --- a/.changeset/public-radios-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Improve "/model list" command with pagination, filters and sorting diff --git a/.changeset/yellow-rabbits-accept.md b/.changeset/yellow-rabbits-accept.md deleted file mode 100644 index 5353db0c1b2..00000000000 --- a/.changeset/yellow-rabbits-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Pulish version on Github Pages diff --git a/CHANGELOG.md b/CHANGELOG.md index 620a5b0e709..e8237d5f301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # kilo-code +## 4.127.0 + +### Minor Changes + +- [#4129](https://github.com/Kilo-Org/kilocode/pull/4129) [`a2d5b29`](https://github.com/Kilo-Org/kilocode/commit/a2d5b29ce79853e6a98cb30b86af1844b6023833) Thanks [@brianc](https://github.com/brianc)! - Managed Code Indexing UI internals updated. Removed optionality in the UI, included link to backend management UI, and improved architecture for better incremental status and error reporting. + +- [#4066](https://github.com/Kilo-Org/kilocode/pull/4066) [`1831796`](https://github.com/Kilo-Org/kilocode/commit/18317963fbb5b02a1178f4579d5cb643cfbd531c) Thanks [@iscekic](https://github.com/iscekic)! - use shared session manager from extension folder + +### Patch Changes + +- [#4128](https://github.com/Kilo-Org/kilocode/pull/4128) [`29fbec0`](https://github.com/Kilo-Org/kilocode/commit/29fbec0b6a9feb4bc79ba819a164b45ccec236bb) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Fix: show diff buttons after task completion + +- [#4120](https://github.com/Kilo-Org/kilocode/pull/4120) [`ebe1667`](https://github.com/Kilo-Org/kilocode/commit/ebe1667e8160a809a82f561627ce5494fa8808d3) Thanks [@iscekic](https://github.com/iscekic)! - increase session sync interval to 3s + +- [#4071](https://github.com/Kilo-Org/kilocode/pull/4071) [`d5e89a1`](https://github.com/Kilo-Org/kilocode/commit/d5e89a141e8736902c6dcb2e8ab253cc8590abe7) Thanks [@inj-src](https://github.com/inj-src)! - Added support for Gemini 3 Pro Preview to Gemini CLI provider and removed deprecated models + +- [#4137](https://github.com/Kilo-Org/kilocode/pull/4137) [`119e31b`](https://github.com/Kilo-Org/kilocode/commit/119e31b610f24621ae91731ce1596b6cded0ec24) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Slightly improved reliability of Opus with Claude Code + ## 4.126.1 ### Patch Changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index db9019c6082..7b7e26b1461 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @kilocode/cli +## 0.11.0 + +### Minor Changes + +- [#4148](https://github.com/Kilo-Org/kilocode/pull/4148) [`44ebf95`](https://github.com/Kilo-Org/kilocode/commit/44ebf95e72d2abad86181cc957a8fa29d1b38740) Thanks [@pandemicsyn](https://github.com/pandemicsyn)! - fix potential credential seeding race + +### Patch Changes + +- [#4066](https://github.com/Kilo-Org/kilocode/pull/4066) [`1831796`](https://github.com/Kilo-Org/kilocode/commit/18317963fbb5b02a1178f4579d5cb643cfbd531c) Thanks [@iscekic](https://github.com/iscekic)! - use shared session manager from extension folder + +- [#4121](https://github.com/Kilo-Org/kilocode/pull/4121) [`7cd2035`](https://github.com/Kilo-Org/kilocode/commit/7cd2035a920a466d93001eb621cd21082d6cf9bd) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Improve "/model list" command with pagination, filters and sorting + +- [#4122](https://github.com/Kilo-Org/kilocode/pull/4122) [`fa54645`](https://github.com/Kilo-Org/kilocode/commit/fa546456b379d10044c045118b08f77b9034d5fc) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Pulish version on Github Pages + ## 0.10.2 ### Patch Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index d6425ca8813..55caecf50aa 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.10.2", + "version": "0.11.0", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index 9022d19567f..96b8414dc8d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.10.2", + "version": "0.11.0", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "dist/index.js", diff --git a/src/package.json b/src/package.json index 96833b2b490..2501fabe8b1 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.126.1", + "version": "4.127.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",