From d4eab7e3bba1e373f2d5974de0f6aae6713e9462 Mon Sep 17 00:00:00 2001 From: "kilo-maintainer[bot]" Date: Mon, 6 Jul 2026 14:54:57 +0000 Subject: [PATCH 1/3] release(jetbrains): v7.0.1-rc.15 --- packages/kilo-jetbrains/CHANGELOG.md | 38 +++++++++++++++++++++++ packages/kilo-jetbrains/gradle.properties | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index 7637aa334ac..931ead00239 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -152,6 +152,44 @@ ## [Unreleased] +## [7.0.1-rc.15] - 2026-07-06 + +### Added +- feat(agent-manager): generate task-focused branch names by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11741 +- feat(cli): persist /sandbox toggle across new sessions by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11912 +- feat(vscode): support bidirectional prompt input by @mjnaderi in https://github.com/Kilo-Org/kilocode/pull/11918 +- feat(kilo-console): align fonts with Kilo Cloud by @IamCoder18 in https://github.com/Kilo-Org/kilocode/pull/11564 +- feat(gateway): send version headers on notification requests by @markijbema in https://github.com/Kilo-Org/kilocode/pull/11966 + +### Fixed +- fix(jetbrains): allow release publish recovery by @kirillk in https://github.com/Kilo-Org/kilocode/pull/11899 +- fix(cli): preserve output capacity for encoded image requests by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11891 +- fix(vscode): clear unsent drafts on session deletion by @IamCoder18 in https://github.com/Kilo-Org/kilocode/pull/11442 +- fix(cli): resolve plan_exit to the plan file actually saved by @johnnyeric in https://github.com/Kilo-Org/kilocode/pull/11896 +- fix(vscode): share model picker expand state across webviews by @johnnyeric in https://github.com/Kilo-Org/kilocode/pull/11910 +- fix(test): make tool/shell.test.ts deterministic (fast commands lost output) by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11913 +- fix(cli): keep sandbox disabled by default by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11898 +- fix(vscode): remove balance chip from session header by @johnnyeric in https://github.com/Kilo-Org/kilocode/pull/11915 +- fix(cli): require auth for allow everything endpoint by @markijbema in https://github.com/Kilo-Org/kilocode/pull/11887 +- fix(agent-manager): apply reasoning-variant and mode picks in worktree dialog by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11924 +- fix(cli): fail headless subagent permission asks instead of hanging by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11923 +- fix(vscode): include kilo-sandbox-mutation-worker.js in extension bundle by @trim21 in https://github.com/Kilo-Org/kilocode/pull/11926 +- fix(console): show real Kilo logo in navbar by @IamCoder18 in https://github.com/Kilo-Org/kilocode/pull/11561 +- fix(console): show external link icon on profile sidebar shortcuts by @IamCoder18 in https://github.com/Kilo-Org/kilocode/pull/11559 +- fix(cli): show live session spend in TUI sidebar during active turn by @mvanhorn in https://github.com/Kilo-Org/kilocode/pull/11506 +- fix(cli): restore Amazon Bedrock output by pinning @smithy/util-buffer-from by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/11968 +- fix(jetbrains): polish transcript and settings interactions by @kirillk in https://github.com/Kilo-Org/kilocode/pull/11932 + +### Changed +- release(jetbrains): v7.0.1-rc.14 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/11897 +- docs: fix broken OpenRouter provider routing link by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11908 +- Update Requesty setup instructions for VSCode by @chikaramike in https://github.com/Kilo-Org/kilocode/pull/11888 +- Add Fable and Sonnet 5 as adaptive reasoning models by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/11906 +- chore: remove stray unreferenced files by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11917 +- docs: clarify local Ollama setup by @singhvishalkr in https://github.com/Kilo-Org/kilocode/pull/11652 +- CLI - Remote model catalog and WebSocket reconnection fixes by @eshurakov in https://github.com/Kilo-Org/kilocode/pull/11835 + + ## [7.0.1-rc.14] - 2026-07-02 ### Added diff --git a/packages/kilo-jetbrains/gradle.properties b/packages/kilo-jetbrains/gradle.properties index dd63164dc23..277ed22b3ae 100644 --- a/packages/kilo-jetbrains/gradle.properties +++ b/packages/kilo-jetbrains/gradle.properties @@ -1,5 +1,5 @@ kotlin.stdlib.default.dependency=false -kilo.jetbrains.version=7.0.1-rc.14 +kilo.jetbrains.version=7.0.1-rc.15 org.gradle.configuration-cache=true org.gradle.caching=true org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m From b9d00e42a909069c425571f5e61d5b8eba038095 Mon Sep 17 00:00:00 2001 From: Kirill Kalishev Date: Mon, 6 Jul 2026 11:02:20 -0400 Subject: [PATCH 2/3] docs(jetbrains): edit changelog for v7.0.1-rc.15 --- packages/kilo-jetbrains/CHANGELOG.md | 34 +--------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index 931ead00239..32b59b031e6 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -154,41 +154,9 @@ ## [7.0.1-rc.15] - 2026-07-06 -### Added -- feat(agent-manager): generate task-focused branch names by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11741 -- feat(cli): persist /sandbox toggle across new sessions by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11912 -- feat(vscode): support bidirectional prompt input by @mjnaderi in https://github.com/Kilo-Org/kilocode/pull/11918 -- feat(kilo-console): align fonts with Kilo Cloud by @IamCoder18 in https://github.com/Kilo-Org/kilocode/pull/11564 -- feat(gateway): send version headers on notification requests by @markijbema in https://github.com/Kilo-Org/kilocode/pull/11966 - ### Fixed -- fix(jetbrains): allow release publish recovery by @kirillk in https://github.com/Kilo-Org/kilocode/pull/11899 -- fix(cli): preserve output capacity for encoded image requests by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11891 -- fix(vscode): clear unsent drafts on session deletion by @IamCoder18 in https://github.com/Kilo-Org/kilocode/pull/11442 -- fix(cli): resolve plan_exit to the plan file actually saved by @johnnyeric in https://github.com/Kilo-Org/kilocode/pull/11896 -- fix(vscode): share model picker expand state across webviews by @johnnyeric in https://github.com/Kilo-Org/kilocode/pull/11910 -- fix(test): make tool/shell.test.ts deterministic (fast commands lost output) by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11913 -- fix(cli): keep sandbox disabled by default by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11898 -- fix(vscode): remove balance chip from session header by @johnnyeric in https://github.com/Kilo-Org/kilocode/pull/11915 -- fix(cli): require auth for allow everything endpoint by @markijbema in https://github.com/Kilo-Org/kilocode/pull/11887 -- fix(agent-manager): apply reasoning-variant and mode picks in worktree dialog by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11924 -- fix(cli): fail headless subagent permission asks instead of hanging by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11923 -- fix(vscode): include kilo-sandbox-mutation-worker.js in extension bundle by @trim21 in https://github.com/Kilo-Org/kilocode/pull/11926 -- fix(console): show real Kilo logo in navbar by @IamCoder18 in https://github.com/Kilo-Org/kilocode/pull/11561 -- fix(console): show external link icon on profile sidebar shortcuts by @IamCoder18 in https://github.com/Kilo-Org/kilocode/pull/11559 -- fix(cli): show live session spend in TUI sidebar during active turn by @mvanhorn in https://github.com/Kilo-Org/kilocode/pull/11506 -- fix(cli): restore Amazon Bedrock output by pinning @smithy/util-buffer-from by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/11968 -- fix(jetbrains): polish transcript and settings interactions by @kirillk in https://github.com/Kilo-Org/kilocode/pull/11932 - -### Changed -- release(jetbrains): v7.0.1-rc.14 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/11897 -- docs: fix broken OpenRouter provider routing link by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11908 -- Update Requesty setup instructions for VSCode by @chikaramike in https://github.com/Kilo-Org/kilocode/pull/11888 -- Add Fable and Sonnet 5 as adaptive reasoning models by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/11906 -- chore: remove stray unreferenced files by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/11917 -- docs: clarify local Ollama setup by @singhvishalkr in https://github.com/Kilo-Org/kilocode/pull/11652 -- CLI - Remote model catalog and WebSocket reconnection fixes by @eshurakov in https://github.com/Kilo-Org/kilocode/pull/11835 +- Improve transcript rendering, prompt focus styling, settings clicks, and prompt picker interactions. ## [7.0.1-rc.14] - 2026-07-02 From d24b8e700d47067a0c944272c41f20139ef486a3 Mon Sep 17 00:00:00 2001 From: Kirill Kalishev Date: Mon, 6 Jul 2026 11:08:18 -0400 Subject: [PATCH 3/3] Update packages/kilo-jetbrains/CHANGELOG.md Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com> --- packages/kilo-jetbrains/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index 32b59b031e6..7f6efbbf046 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -156,7 +156,7 @@ ### Fixed -- Improve transcript rendering, prompt focus styling, settings clicks, and prompt picker interactions. +- Improve transcript rendering, prompt focus styling, settings clicks, and prompt picker interactions. ## [7.0.1-rc.14] - 2026-07-02