From a4afcaee0650823735cb8b78d83eef48ad3aa8d8 Mon Sep 17 00:00:00 2001 From: "kilo-maintainer[bot]" Date: Fri, 28 Aug 2026 01:27:21 +0000 Subject: [PATCH 1/2] release(jetbrains): v7.1.1-rc.1 --- packages/kilo-jetbrains/CHANGELOG.md | 33 +++++++++++++++++++++++ packages/kilo-jetbrains/gradle.properties | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index 25e583e84e..b8ee2d299b 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -316,6 +316,39 @@ ## [Unreleased] +## [7.1.1-rc.1] - 2026-08-28 + +### Added +- feat(agent-manager): scope worktree reviews by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13498 +- feat(cli): import cloud transcript on create_session by @iscekic in https://github.com/Kilo-Org/kilocode/pull/13483 +- feat(vscode): add searchable worktree references by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13512 +- feat(remote): add directory listing and create_session directory by @iscekic in https://github.com/Kilo-Org/kilocode/pull/13497 +- feat(jetbrains): render Mermaid diagrams in chat by @kirillk in https://github.com/Kilo-Org/kilocode/pull/13396 +- feat(jetbrains): improve worktree session UX by @kirillk in https://github.com/Kilo-Org/kilocode/pull/13521 + +### Fixed +- fix(vscode): handle fragmented CLI startup output by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13466 +- fix(agent-manager): resolve live managed worktree sessions by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13422 +- fix(security): nanoid updated due dependabot warnings by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13477 +- fix(security): minimatch updated due dependabot warnings by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13484 +- fix(security): @hey-api/openapi-ts updated due dependabot warnings by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13487 +- fix(cli): return the real subagent answer instead of an empty task result by @maphew in https://github.com/Kilo-Org/kilocode/pull/13493 +- fix(vscode): preserve streaming scroll intent by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13500 +- fix(vscode): reduce prompt navigator interruptions by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13499 +- fix(vscode): honor configured Git executable for worktrees by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13475 +- fix(agent-manager): show background worktree activity by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13502 +- fix(agent-manager): safely clean up deleted worktree snapshots by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13476 +- fix(vscode): open files from read tool headers by @thomasboom in https://github.com/Kilo-Org/kilocode/pull/12830 +- fix(cli): dedupe plan-mode permission ruleset stacking by @maphew in https://github.com/Kilo-Org/kilocode/pull/13219 +- fix(jetbrains): continue failed turns on retry by @kirillk in https://github.com/Kilo-Org/kilocode/pull/13520 + +### Changed +- release(jetbrains): v7.1.0 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/13492 +- docs: Use `Array.prototype.at(index)` instead of out-of-bounds accesses by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13506 +- chore(deps-dev): bump @babel/core from 7.28.4 to 7.29.6 in /packages/opencode by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13503 +- chore(jetbrains): bump CLI pin to v7.5.5 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/13490 + + ## [7.1.0] - 2026-08-26 ### Added diff --git a/packages/kilo-jetbrains/gradle.properties b/packages/kilo-jetbrains/gradle.properties index 556b498edd..563caf4f0f 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.1.0 +kilo.jetbrains.version=7.1.1-rc.1 # When true (default) the JetBrains plugin uses the pinned CLI release from package.json. # Set to false ONLY for local dev: generate the client from local source + bundle the local binary. # false is NOT releasable -- production builds fail unless this is true. From 548a17847228b5ed9df5eac6953a30f4ce07eb05 Mon Sep 17 00:00:00 2001 From: Kirill Kalishev Date: Thu, 27 Aug 2026 21:52:28 -0400 Subject: [PATCH 2/2] docs(jetbrains): edit changelog for v7.1.1-rc.1 --- packages/kilo-jetbrains/CHANGELOG.md | 35 ++++++++-------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index b8ee2d299b..8d9546730c 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -316,38 +316,23 @@ ## [Unreleased] -## [7.1.1-rc.1] - 2026-08-28 +## [7.1.1-rc.1] - 2026-08-27 ### Added -- feat(agent-manager): scope worktree reviews by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13498 -- feat(cli): import cloud transcript on create_session by @iscekic in https://github.com/Kilo-Org/kilocode/pull/13483 -- feat(vscode): add searchable worktree references by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13512 -- feat(remote): add directory listing and create_session directory by @iscekic in https://github.com/Kilo-Org/kilocode/pull/13497 -- feat(jetbrains): render Mermaid diagrams in chat by @kirillk in https://github.com/Kilo-Org/kilocode/pull/13396 -- feat(jetbrains): improve worktree session UX by @kirillk in https://github.com/Kilo-Org/kilocode/pull/13521 + +- Open Mermaid diagrams in JetBrains editor tabs with zoom, pan, fit-to-view, source view, and PNG copy support. +- Add clearer JetBrains worktree session empty states, labeled create actions, and a persisted toggle for showing or hiding the worktree session list. ### Fixed -- fix(vscode): handle fragmented CLI startup output by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13466 -- fix(agent-manager): resolve live managed worktree sessions by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13422 -- fix(security): nanoid updated due dependabot warnings by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13477 -- fix(security): minimatch updated due dependabot warnings by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13484 -- fix(security): @hey-api/openapi-ts updated due dependabot warnings by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13487 -- fix(cli): return the real subagent answer instead of an empty task result by @maphew in https://github.com/Kilo-Org/kilocode/pull/13493 -- fix(vscode): preserve streaming scroll intent by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13500 -- fix(vscode): reduce prompt navigator interruptions by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13499 -- fix(vscode): honor configured Git executable for worktrees by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13475 -- fix(agent-manager): show background worktree activity by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13502 -- fix(agent-manager): safely clean up deleted worktree snapshots by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/13476 -- fix(vscode): open files from read tool headers by @thomasboom in https://github.com/Kilo-Org/kilocode/pull/12830 -- fix(cli): dedupe plan-mode permission ruleset stacking by @maphew in https://github.com/Kilo-Org/kilocode/pull/13219 -- fix(jetbrains): continue failed turns on retry by @kirillk in https://github.com/Kilo-Org/kilocode/pull/13520 + +- Retry failed JetBrains turns by continuing the original request, keeping transcript and workspace context intact instead of rolling back or appending a placeholder prompt. +- Surface JetBrains failed-turn errors more clearly and hide the failure card as soon as Retry starts. +- Avoid duplicated plan-mode permission rule stacking in Kilo Core. ### Changed -- release(jetbrains): v7.1.0 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/13492 -- docs: Use `Array.prototype.at(index)` instead of out-of-bounds accesses by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13506 -- chore(deps-dev): bump @babel/core from 7.28.4 to 7.29.6 in /packages/opencode by @WebReflection in https://github.com/Kilo-Org/kilocode/pull/13503 -- chore(jetbrains): bump CLI pin to v7.5.5 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/13490 +- Update the pinned Kilo Core CLI used by JetBrains from 7.4.23 to 7.5.5. +- Improve JetBrains worktree session UX with branch-aware guidance and localized copy updates. ## [7.1.0] - 2026-08-26