Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 19 additions & 0 deletions packages/kilo-jetbrains/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,25 @@

## [Unreleased]

## [7.1.0-rc.5] - 2026-08-26

### Added

- Add separate New, From PR, and From Branch tabs to the JetBrains New Worktree dialog, replacing the old import radio buttons with clearer workflows.
- Add Retry to failed JetBrains chat turns so you can roll back the failed response and rerun the original request without retyping it.

### Fixed

- Stop showing error badges and Agents-tab attention dots after you manually stop a turn.
- Keep deleted sessions from briefly reappearing as running, failed, or waiting in session lists and Agent Manager activity badges.
- Prevent the New Worktree dialog from crashing when IntelliJ drops an editable branch picker editor during layout.
- Detect pull requests for imported worktrees more reliably and avoid worktree tab paint artifacts.
- Clear empty failed assistant responses when you send a normal follow-up after a provider failure.

### Changed

- Show failed-turn details in a clearer error card with the error kind and retry action, while stopped turns now render as a simple muted "Stopped" note.

## [7.1.0-rc.4] - 2026-08-25

### Added
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.1.0-rc.4
kilo.jetbrains.version=7.1.0-rc.5
# 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