release(jetbrains): v7.0.4

This commit is contained in:
kilo-maintainer[bot]
2026-07-10 22:29:49 +00:00
parent 53465232e4
commit cc8f66bdde
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -2,6 +2,15 @@
## [Unreleased]
## [7.0.4] - 2026-07-10
### Fixed
- fix(jetbrains): stop orphaned CLI on Windows (app-close deadlock + kill-on-close job) by @kirillk in https://github.com/Kilo-Org/kilocode/pull/12118
### Changed
- release(jetbrains): v7.0.3 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/12115
## [7.0.3] - 2026-07-10
### Added
+1 -1
View File
@@ -1,5 +1,5 @@
kotlin.stdlib.default.dependency=false
kilo.jetbrains.version=7.0.3
kilo.jetbrains.version=7.0.4
# 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.