fix(vscode): align answered question font with tool output - #13667
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (5 files)
Previous Review Summary (commit fe799ba)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit fe799ba)Status: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Reviewed by grok-4.6 · Input: 284.5K · Output: 6.4K · Cached: 46.3K Review guidance: REVIEW.md from base branch |
marius-kilocode
force-pushed
the
indecisive-pilot
branch
from
September 1, 2026 12:56
fe799ba to
91ad15b
Compare
marius-kilocode
enabled auto-merge
September 1, 2026 13:18
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 Problem This Solves
Answered question text was larger than nearby tool text and retained a fixed 13px size when the Kilo font size changed.
Why This Change Was Made
Use the same scalable 12px token as tool output and explicitly inherit it on question items. This overrides the fixed upstream item style without changing upstream files or the interactive question dock.
User Impact
Completed question and answer text fits the session typography and scales with the Kilo font size setting. Colors, wrapping, and collapse controls stay unchanged.
Evidence
Before
After
Manual Test
Open an answered question, collapse and expand it, then change the Kilo font size. Confirm that question and answer text scale together and long text wraps without clipping.
CI test repair
The JetBrains worktree test fixture passed its shared coroutine scope to each session UI. Disposing the shown session cancelled that scope and raced the delete job. The fixture now uses production-style child scopes, and the deletion test gates the request to verify disposal does not cancel it. Production JetBrains code is unchanged. All 32 targeted tests and JetBrains typecheck pass locally; the full VS Code unit suite passes (4,584 passed, 1 skipped), as does Knip. JetBrains Detekt reports 1,902 existing issues.