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

## [Unreleased]

## [7.1.3] - 2026-08-31

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Changelog is still the raw generated GitHub notes, not the user-facing JetBrains release notes.

This section should be rewritten like the [7.1.2] entry below: short user-facing bullets, no conventional-commit prefixes, authors, or PR URLs. Drop items that are not JetBrains/CLI runtime changes, including the previous release(jetbrains): v7.1.2 PR and the refactor(vscode): / unrelated docs: entries.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.


### 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
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.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.
Expand Down
Loading