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

## [Unreleased]

## [7.1.6-rc.1] - 2026-09-05

### Added

- Move a session to a worktree directly from the worktree editor.
- Fork a session from the worktree editor.
- Add Ctrl+1/2/3/0 shortcuts to cycle mode, model, and reasoning effort.
- Exclude Kilo worktrees from IntelliJ project indexing.
- Run project run configurations delegated to Gradle inside a worktree.
- Surface pull request and run status in the Agent Manager worktree list.
- Add task-scoped shared agent boards (Swarm), including agent identity, execution state, and preselected question answers.

### Fixed

- Refresh pull request badges app-wide when the IDE regains focus.
- Settle attention badges correctly during auto-approve.
- Fill session dialog cards with a raised surface instead of a flat background.

## [7.1.5] - 2026-09-01

### 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.1.5
kilo.jetbrains.version=7.1.6-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.
Expand Down
Loading