From dd068c0d9a3845a2dda8df23b8e0792b58b9b630 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 21:14:52 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/breezy-spiders-invite.md | 5 ----- .changeset/calm-pears-fry.md | 7 ------- CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/breezy-spiders-invite.md delete mode 100644 .changeset/calm-pears-fry.md diff --git a/.changeset/breezy-spiders-invite.md b/.changeset/breezy-spiders-invite.md deleted file mode 100644 index 1a5853c795..0000000000 --- a/.changeset/breezy-spiders-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Claude Sonnet 4 is now the default model! Attend the Anthropic x Kilo Code workshop [The Art of Prompt Engineering for Software Developers](https://www.eventbrite.nl/e/the-art-of-prompt-engineering-for-software-developers-tickets-1474017238239) Thursday, July 31 2025! diff --git a/.changeset/calm-pears-fry.md b/.changeset/calm-pears-fry.md deleted file mode 100644 index bf53d43a7f..0000000000 --- a/.changeset/calm-pears-fry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"kilo-code": patch ---- - -The chat box is no longer cleared when clicking buttons - -Previously, if either of the buttons in the agent chat was clicked, the ChatTextArea would get cleared. Now, the ChatTextArea will only get cleared if a message is sent as part of the response. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff350c306..df1f3cbe1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # kilo-code +## 4.65.1 + +### Patch Changes + +- [#1518](https://github.com/Kilo-Org/kilocode/pull/1518) [`f709388`](https://github.com/Kilo-Org/kilocode/commit/f709388ae1e1b730c06796d0b9ec207532219d6e) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Claude Sonnet 4 is now the default model! Attend the Anthropic x Kilo Code workshop [The Art of Prompt Engineering for Software Developers](https://www.eventbrite.nl/e/the-art-of-prompt-engineering-for-software-developers-tickets-1474017238239) Thursday, July 31 2025! + +- [#1521](https://github.com/Kilo-Org/kilocode/pull/1521) [`08ccbea`](https://github.com/Kilo-Org/kilocode/commit/08ccbeaf2c4e5d9ec22c77edc7cea673f75e397c) Thanks [@hassoncs](https://github.com/hassoncs)! - The chat box is no longer cleared when clicking buttons + + Previously, if either of the buttons in the agent chat was clicked, the ChatTextArea would get cleared. Now, the ChatTextArea will only get cleared if a message is sent as part of the response. + ## [v4.65.0] - [#1487](https://github.com/Kilo-Org/kilocode/pull/1487) [`ad91c38`](https://github.com/Kilo-Org/kilocode/commit/ad91c3824c5fcbced818c90745bed95f7a7e9dc0) Thanks [@mcowger](https://github.com/mcowger)! - Introduce a new Virtual Quota Fallback Provider - delegate to other Profiles based on cost or request count limits! diff --git a/src/package.json b/src/package.json index 30a926e743..577f3eafc3 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.65.0", + "version": "4.65.1", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF", From b542c350b3debf7e9ddfd38ffec2da99e1f4d29f Mon Sep 17 00:00:00 2001 From: kilocode-bot Date: Fri, 25 Jul 2025 21:16:23 +0000 Subject: [PATCH 2/2] Updating CHANGELOG.md format --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df1f3cbe1c..6d8adb8ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ # kilo-code -## 4.65.1 - -### Patch Changes +## [v4.65.1] - [#1518](https://github.com/Kilo-Org/kilocode/pull/1518) [`f709388`](https://github.com/Kilo-Org/kilocode/commit/f709388ae1e1b730c06796d0b9ec207532219d6e) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Claude Sonnet 4 is now the default model! Attend the Anthropic x Kilo Code workshop [The Art of Prompt Engineering for Software Developers](https://www.eventbrite.nl/e/the-art-of-prompt-engineering-for-software-developers-tickets-1474017238239) Thursday, July 31 2025!