diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index f1a1ebcc180..7ea59a94aa6 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -344,6 +344,27 @@ ## [Unreleased] +## [7.1.3] - 2026-08-31 + +### Added + +- Hover a worktree row to see its pull request details, review state, and CI status at a glance. +- Copy a worktree's branch name, path, or pull request reference (title plus link) from the worktree row menu. +- Guided onboarding on first launch, including a wizard that imports your Kilo v5 settings and providers. + +### Fixed + +- Selecting a model from a custom provider now resolves its API key environment variable correctly, and keeps custom headers when the variable is cleared. +- Pull request and GitHub status now refresh promptly when you return to the IDE, without flooding the backend with lookups. +- Keep showing a pull request when GitHub declines review details or the API budget is spent, instead of blanking the badges. +- Onboarding and the migration wizard stay usable if Skip or Later fails. +- Center the empty state in the diff editor. +- Worktree row popups no longer clip long pull request titles or jump while the list refreshes. + +### Changed + +- Refreshed the JetBrains Marketplace listing description. + ## [7.1.2] - 2026-08-31 ### Added diff --git a/packages/kilo-jetbrains/gradle.properties b/packages/kilo-jetbrains/gradle.properties index 988f3408c61..65137a5f2ee 100644 --- a/packages/kilo-jetbrains/gradle.properties +++ b/packages/kilo-jetbrains/gradle.properties @@ -1,5 +1,5 @@ kotlin.stdlib.default.dependency=false -kilo.jetbrains.version=7.1.2 +kilo.jetbrains.version=7.1.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.