chore(jetbrains): bump CLI pin to v7.5.6 - #13562
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by grok-4.6 · Input: 82.3K · Output: 2.3K · Cached: 90.9K Review guidance: REVIEW.md from base branch |
kirillk
approved these changes
Sep 3, 2026
verifyPlugin failed the 7.1.6-rc.1 publish with 5 INTERNAL_API_USAGES violations, all from WorktreeIcons.live(): com.intellij.ui.BadgeIcon, BadgeDotProvider, and BadgeShapeProvider are @ApiStatus.Internal on the platform version this plugin targets (IU-261) and were only promoted to stable in a later platform release. The public alternatives (IconManager.withIconBadge, ExecutionUtil.withLiveIndicator) hardcode dot geometry tuned for a 20px stripe icon, which overhangs a 16px base and would widen the worktree row's icon column for running rows only -- exactly what the existing custom geometry was written to avoid. Add LiveBadgeIcon, a Kilo-owned Icon following the same pattern as DotIcon/ActivityIcon/FilledBadgeIcon: plain javax.swing.Icon, antialiased Graphics2D painting, geometry as fractions of the base icon's own size. Reproduces the exact pixels of the previous implementation with zero internal API usage. Confirmed via `./gradlew verifyPlugin`: 5 internal API usages -> 0.
…in-v7.5.6 # Conflicts: # packages/kilo-jetbrains/package.json
…rg/kilocode into chore/jetbrains-cli-pin-v7.5.6
This was referenced Sep 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the JetBrains CLI pin from v7.5.5 to v7.5.6.
Prepare tags origin/main, so this PR must merge before dispatching a JetBrains release that should lock this CLI.
After merging, re-run: