fix(vscode): reduce chat prompt bottom spacing - #13603
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (21 files)
Previous Review Summary (commit 287d073)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 287d073)Status: No Issues Found | Recommendation: Merge Files Reviewed (3 files)
Reviewed by grok-4.6 · Input: 47K · Output: 7.2K · Cached: 317.4K Review guidance: REVIEW.md from base branch |
marius-kilocode
enabled auto-merge (squash)
August 31, 2026 10:40
WebReflection
approved these changes
Aug 31, 2026
Contributor
|
@marius-kilocode I believe we need to update visual regressions/stories around this, otherwise looks good to me |
This was referenced Aug 31, 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.
What Problem This Solves
The empty space below the chat prompt grows with pane width, leaving an oversized bottom gap in Agent Manager.
Why This Change Was Made
Use the existing 6px minimum gutter for the bottom margin instead of the width-based gutter. Keep responsive side margins, readable width, top spacing, and session-dock behavior unchanged.
User Impact
Wide Agent Manager and editor chat panes have a compact bottom inset. Narrow sidebar chats and the New Worktree prompt retain their minimum spacing.
Evidence
Before
After
Manual check: resize Agent Manager between narrow and wide layouts. Confirm the bottom inset stays small and the prompt controls remain inside the border.