Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/kilo-jetbrains/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,22 @@

## [Unreleased]

## [7.0.7] - 2026-07-16

### Added
- feat(cli): wire dev:local to local event service by @eshurakov in https://github.com/Kilo-Org/kilocode/pull/12216
- feat(vscode): toggle chat search from Command Palette, jump focus on close, and auto-expand matched blocks by @sylwester-liljegren in https://github.com/Kilo-Org/kilocode/pull/12194
- feat(jetbrains): improve custom provider setup by @kirillk in https://github.com/Kilo-Org/kilocode/pull/12217

### Fixed
- fix(cli): bound background process probes by @marius-kilocode in https://github.com/Kilo-Org/kilocode/pull/12243
- fix(vscode): support filenames with spaces and unicode in @mentions by @sylwester-liljegren in https://github.com/Kilo-Org/kilocode/pull/11977
- fix(cli): make agent manager schema provider-compatible by @chrarnoldus in https://github.com/Kilo-Org/kilocode/pull/12244

### Changed
- release(jetbrains): v7.0.6 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/12219


## [7.0.6] - 2026-07-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-jetbrains/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.stdlib.default.dependency=false
kilo.jetbrains.version=7.0.6
kilo.jetbrains.version=7.0.7
# 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.
Expand Down
Loading