mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +08:00
Merge pull request #13524 from Kilo-Org/jetbrains/release/v7.1.1-rc.1
release(jetbrains): v7.1.1-rc.1
This commit is contained in:
@@ -316,6 +316,24 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [7.1.1-rc.1] - 2026-08-27
|
||||
|
||||
### Added
|
||||
|
||||
- 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
|
||||
|
||||
- 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
|
||||
|
||||
- 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
|
||||
|
||||
### Added
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user