fix(jetbrains): facelift session controls#12180
Merged
Merged
Conversation
marius-kilocode
approved these changes
Jul 13, 2026
…lows cap Both the main prompt editor and the custom question-response editor now grow up to ~1/3 of the session root height, then enable a standard auto-hiding vertical scrollbar (appears on scroll/hover, fades on inactivity). While content fits, no scrollbar is shown. - PromptPanel: syncEditorScroll toggles verticalScrollBarPolicy between VERTICAL_SCROLLBAR_NEVER and VERTICAL_SCROLLBAR_AS_NEEDED based on content vs capped height. - QuestionView: same capped-height + auto-hiding scrollbar behavior for the custom-answer editor; also syncs on component resize and addNotify. - Tests assert the policy flips correctly after overflow and returns to NEVER when content shrinks back to fit.
Contributor
Code Review SummaryStatus: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (18 files)
Fix these issues in Kilo Cloud Previous Review Summary (commit 5c98a0d)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 5c98a0d)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (18 files)
Reviewed by gpt-5.6-sol · Input: 147.4K · Output: 12.7K · Cached: 1M Review guidance: REVIEW.md from base branch |
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.
What changed
This PR is mostly a JetBrains session UI facelifting pass. It tightens prompt, progress, rollback, and editor chrome details so the session surface feels more native and consistent.
Features, one by one:
59s,1m 22s, and1h 1m 22s.Why
These are mostly visual polish and native-feel improvements. The goal is to make JetBrains session controls, scroll behavior, and transient progress UI feel more consistent with IntelliJ platform conventions and with the rest of Kilo's session surface.
Verification
./gradlew :frontend:test --tests 'ai.kilocode.client.session.ui.PromptPanelTest'./gradlew :frontend:test --tests 'ai.kilocode.client.session.ui.ProgressPanelTest'./gradlew :frontend:test --tests 'ai.kilocode.client.session.ui.PromptPanelTest' --tests 'ai.kilocode.client.session.views.QuestionViewTest'./gradlew :frontend:test --tests 'ai.kilocode.client.session.SessionScrollTest' --tests 'ai.kilocode.client.session.views.QuestionViewTest' --tests 'ai.kilocode.client.session.ui.PromptPanelTest'./gradlew typecheckbun turbo typecheck --filter=!@kilocode/kilo-jetbrainsandbun turbo typecheck --filter=@kilocode/kilo-jetbrains