diff --git a/.changeset/forty-laws-argue.md b/.changeset/forty-laws-argue.md deleted file mode 100644 index 8a1ccd26b4a..00000000000 --- a/.changeset/forty-laws-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Improved stability of the approval menu, preventing it from showing when you don't expect it diff --git a/.changeset/tender-news-sin.md b/.changeset/tender-news-sin.md deleted file mode 100644 index 2db3a78406c..00000000000 --- a/.changeset/tender-news-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -'Added /clear command' diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e2d6ec953..59dc0eaf8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ ## [v4.110.0] -- [#3104](https://github.com/Kilo-Org/kilocode/pull/3104) [`3008656`](https://github.com/Kilo-Org/kilocode/commit/30086567e31d8e774c89412afcdc96e3c46d57a0) Thanks [@markijbema](https://github.com/markijbema)! - Support multiline quoted strings within Auto-approved commands (especially useful for git commit) - ### Patch Changes - [#3249](https://github.com/Kilo-Org/kilocode/pull/3249) [`ccee64c`](https://github.com/Kilo-Org/kilocode/commit/ccee64cf1676f51a6b9dae49aad994d9f834b3e8) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Remove credit status bar until we can retrieve the up to date balance from the proxy response. diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index dc61cfceff3..16d887dd0c6 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @kilocode/cli +## 0.0.10 + +### Patch Changes + +- [#3260](https://github.com/Kilo-Org/kilocode/pull/3260) [`0f71526`](https://github.com/Kilo-Org/kilocode/commit/0f715267745a0458caa396736551b4b3bb374259) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Improved stability of the approval menu, preventing it from showing when you don't expect it + +- [#3262](https://github.com/Kilo-Org/kilocode/pull/3262) [`e6b62d4`](https://github.com/Kilo-Org/kilocode/commit/e6b62d45597aba9f08015fac9ced1c34ae779998) Thanks [@catrielmuller](https://github.com/catrielmuller)! - 'Added /clear command' + ## 0.0.9 ### Patch Changes diff --git a/cli/package.dist.json b/cli/package.dist.json index 09391dd7469..9c6255b0712 100644 --- a/cli/package.dist.json +++ b/cli/package.dist.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.0.9", + "version": "0.0.10", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "index.js", diff --git a/cli/package.json b/cli/package.json index ecaccd872f9..94258e755e7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/cli", - "version": "0.0.9", + "version": "0.0.10", "description": "Terminal User Interface for Kilo Code", "type": "module", "main": "dist/index.js",