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
20 changes: 20 additions & 0 deletions packages/kilo-jetbrains/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,26 @@

## [Unreleased]

## [7.1.0-rc.3] - 2026-08-24

### Added
- Add JetBrains logging settings with log reveal and backend log download actions for easier diagnostics.
- Add JetBrains workflow settings so workflows can be reviewed and managed from the plugin.
- Show permission-prompt diffs and approval reasons on JetBrains tool cards before acting on tool requests.
- Open sub-agent sessions in JetBrains editor tabs with live collapsed task previews.
- Improve JetBrains Agent Manager worktrees and chat with worktree branch/PR actions, drag-and-drop reordering, worktree progress, stable activity rows, and session-history scoping.

### Fixed
- Detect unsupported JetBrains remote workspaces and surface the problem in the session instead of failing ambiguously.
- Keep slash completion open and responsive while typing quickly.
- Prevent chat header popups, PR badges, row heights, row spacing, and worktree metadata from drifting out of alignment.
- Keep JetBrains worktree actions visible only when sessions are idle, and enable moving worktrees from local changes.
- Improve Core reliability for JetBrains by preserving output budgets, retrying reasoning-only incomplete responses, sending max-step instructions correctly, preserving Cerebras completion limits, and clarifying background task orchestration.

### Changed
- Bump the pinned Kilo Core CLI used by JetBrains releases to 7.4.23.
- Remove an unused JetBrains Compose compiler plugin dependency.

## [7.1.0-rc.2] - 2026-08-18

### 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.2
kilo.jetbrains.version=7.1.0-rc.3
# 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