Browse Source

Changeset version bump (#585)

* changeset version bump

* Updating CHANGELOG.md format

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kilocode-bot <[email protected]>
kilocode-bot 8 months ago
parent
commit
ccbaf9f591

+ 0 - 5
.changeset/deep-lights-buy.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fixed double scrollbars in profile dropdown

+ 0 - 7
.changeset/shaggy-points-cross.md

@@ -1,7 +0,0 @@
----
-"kilo-code": minor
----
-
-Experimental Autocomplete
-
-Introduces early support for "Kilo Complete", Kilo Code's new autocomplete engine. In this initial release, the Kilo Code provider is required and model selection isn’t yet configurable. Stay tuned for additional features, improvements to the completions, and customization options coming soon!

+ 0 - 5
.changeset/short-flowers-attend.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Add way to go back to active agent session from profile page, resolves #556 (thanks for the issue @karrots)

+ 0 - 5
.changeset/six-parts-begin.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Include changes from Roo Code v3.19.3

+ 0 - 5
.changeset/slick-bees-drum.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix being unable to select certain Kilo Code Provider Models (a similarly named but different model would be selected instead)

+ 16 - 0
CHANGELOG.md

@@ -1,5 +1,21 @@
 # kilo-code
 
+## [v4.33.0]
+
+- [#597](https://github.com/Kilo-Org/kilocode/pull/597) [`7e9789c`](https://github.com/Kilo-Org/kilocode/commit/7e9789ce160f6fa82365b8bc8b5331ea99848f73) Thanks [@hassoncs](https://github.com/hassoncs)! - Experimental Autocomplete
+
+    Introduces early support for "Kilo Complete", Kilo Code's new autocomplete engine. In this initial release, the Kilo Code provider is required and model selection isn’t yet configurable. Stay tuned for additional features, improvements to the completions, and customization options coming soon!
+
+- [#610](https://github.com/Kilo-Org/kilocode/pull/610) [`9aabc2c`](https://github.com/Kilo-Org/kilocode/commit/9aabc2cf5214408d54124c97d0309c06396ad641) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Add way to go back to active agent session from profile page, resolves #556 (thanks for the issue @karrots)
+
+- [#603](https://github.com/Kilo-Org/kilocode/pull/603) [`99cb0a4`](https://github.com/Kilo-Org/kilocode/commit/99cb0a49e681b259c1089da07c9d3624a329b2a9) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Include changes from Roo Code v3.19.3
+
+### Patch Changes
+
+- [#541](https://github.com/Kilo-Org/kilocode/pull/541) [`6e14fce`](https://github.com/Kilo-Org/kilocode/commit/6e14fce02686c16482b0d5181c8fde9e4c3a7ca5) Thanks [@tru-kilo](https://github.com/tru-kilo)! - Fixed double scrollbars in profile dropdown
+
+- [#584](https://github.com/Kilo-Org/kilocode/pull/584) [`0b8b9ae`](https://github.com/Kilo-Org/kilocode/commit/0b8b9ae0cb4819d93691a6552e140197355fc980) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fix being unable to select certain Kilo Code Provider Models (a similarly named but different model would be selected instead)
+
 ## [v4.32.0]
 
 ### Minor Changes

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "kilocode",
-	"version": "4.32.0",
+	"version": "4.33.0",
 	"icon": "assets/icons/logo-outline-black.png",
 	"galleryBanner": {
 		"color": "#FFFFFF",