Skip to content

chore(jetbrains): bump CLI pin to v7.5.6 - #13562

Merged
kirillk merged 4 commits into
mainfrom
chore/jetbrains-cli-pin-v7.5.6
Sep 6, 2026
Merged

kirillk merged 4 commits into
mainfrom
chore/jetbrains-cli-pin-v7.5.6

Conversation

@kilo-maintainer

Copy link
Copy Markdown
Contributor

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:

bun .kilo/skills/release-jetbrains/script/check-pin.ts

@kilo-maintainer kilo-maintainer Bot added the jetbrains-cli-pin-bump JetBrains pinned CLI version bump label Aug 28, 2026
@kilo-code-bot

kilo-code-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • packages/kilo-jetbrains/package.json

Reviewed by grok-4.6 · Input: 82.3K · Output: 2.3K · Cached: 90.9K

Review guidance: REVIEW.md from base branch main

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
@kirillk
kirillk merged commit 7de8f5b into main Sep 6, 2026
22 checks passed
@kirillk
kirillk deleted the chore/jetbrains-cli-pin-v7.5.6 branch September 6, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jetbrains-cli-pin-bump JetBrains pinned CLI version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant