From 88bc5d8af73cb855a1fc1dbf7ea4dd660167ac54 Mon Sep 17 00:00:00 2001 From: "kilo-maintainer[bot]" Date: Thu, 4 Jun 2026 15:50:26 +0000 Subject: [PATCH 1/2] release(jetbrains): v7.0.1-rc.7 --- packages/kilo-jetbrains/CHANGELOG.md | 15 +++++++++++++++ packages/kilo-jetbrains/gradle.properties | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index 5514928d488..b6486ff60e9 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -12,6 +12,21 @@ ## [Unreleased] +## [7.0.1-rc.7] - 2026-06-04 + +### Fixed +- fix(cli): resolve plan exit approval submissions by @lambertjosh in https://github.com/Kilo-Org/kilocode/pull/10895 +- fix(jetbrains): render multi-release change notes by @kirillk in https://github.com/Kilo-Org/kilocode/pull/10910 + +### Changed +- release(jetbrains): v7.0.1-rc.6 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/10892 +- Add additional Mistral model IDs for reasoning by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/10862 +- Add Mistral Kilo gateway provider by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/10881 +- Add NVIDIA Trial Terms of Service to docs by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/10906 +- test(jetbrains): stabilize backend SSE tests by @kirillk in https://github.com/Kilo-Org/kilocode/pull/10890 +- Add Atomic Chat as a first-class local provider. by @yanalialiuk in https://github.com/Kilo-Org/kilocode/pull/10555 + + ## [7.0.1-rc.6] - 2026-06-03 ### Fixed diff --git a/packages/kilo-jetbrains/gradle.properties b/packages/kilo-jetbrains/gradle.properties index baeaf485bc8..4b2de329018 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.6 +kilo.jetbrains.version=7.0.1-rc.7 org.gradle.configuration-cache=true org.gradle.caching=true org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m From 77db3cb31157745492773d7c2d3144100ef25227 Mon Sep 17 00:00:00 2001 From: Kirill Kalishev Date: Thu, 4 Jun 2026 11:58:17 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- packages/kilo-jetbrains/CHANGELOG.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index b6486ff60e9..c4f0e8224c8 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -4,28 +4,13 @@ ### Patch Changes -- [#9976](https://github.com/Kilo-Org/kilocode/pull/9976) [`ae6f3c0`](https://github.com/Kilo-Org/kilocode/commit/ae6f3c0e06e450a227ffbd024a52b689b5749d16) - Fix session transcript colors after switching JetBrains IDE themes. - -- [#9976](https://github.com/Kilo-Org/kilocode/pull/9976) [`8c06a3b`](https://github.com/Kilo-Org/kilocode/commit/8c06a3b7840960798f1c4f4792b8eed1d366c3c4) - Improve JetBrains session UI stability and responsiveness during streaming updates and collapsed transcript rendering. - -- [#9976](https://github.com/Kilo-Org/kilocode/pull/9976) [`87b0cf1`](https://github.com/Kilo-Org/kilocode/commit/87b0cf15ddfe29503fa0a4d72067bce050a1c432) - Improve JetBrains session timeline colors to follow semantic theme keys. - ## [Unreleased] ## [7.0.1-rc.7] - 2026-06-04 ### Fixed -- fix(cli): resolve plan exit approval submissions by @lambertjosh in https://github.com/Kilo-Org/kilocode/pull/10895 -- fix(jetbrains): render multi-release change notes by @kirillk in https://github.com/Kilo-Org/kilocode/pull/10910 - -### Changed -- release(jetbrains): v7.0.1-rc.6 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/10892 -- Add additional Mistral model IDs for reasoning by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/10862 -- Add Mistral Kilo gateway provider by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/10881 -- Add NVIDIA Trial Terms of Service to docs by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/10906 -- test(jetbrains): stabilize backend SSE tests by @kirillk in https://github.com/Kilo-Org/kilocode/pull/10890 -- Add Atomic Chat as a first-class local provider. by @yanalialiuk in https://github.com/Kilo-Org/kilocode/pull/10555 +- Fixed JetBrains release notes rendering so notes from multiple releases display correctly. ## [7.0.1-rc.6] - 2026-06-03