fix(vscode): refine auto-merge split button - #13976
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (3 files)
Reviewed by grok-4.6 · Input: 85.7K · Output: 14.7K · Cached: 1M Review guidance: REVIEW.md from base branch |
marius-kilocode
enabled auto-merge
September 9, 2026 14:39
iscekic
approved these changes
Sep 9, 2026
marius-kilocode
deleted the
center-button-content-and-hover-animation
branch
September 9, 2026 15:15
This was referenced Sep 10, 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 Agent Manager auto-merge split button had an uneven action layout and a visually disconnected dropdown chevron. The chevron could also render a dark fill artifact instead of a clean stroke.
Why This Change Was Made
The primary merge action now fills the available footer column and centers its label. The dropdown trigger uses a consistent compact hit area, muted theme-aware colors, a seamless blue surface, and a dedicated right-segment hover state. The chevron is explicitly stroke-only, rotates when expanded, and respects reduced-motion preferences.
User Impact
Auto-merge controls now match the existing split-button interaction pattern while retaining the blue primary-action treatment. Hovering the right segment clearly identifies the dropdown without introducing a hard divider or an overly bright icon.
Evidence
Normal state:
Right-segment hover state:
Validation completed with
bun run compile, the focused Agent Manager architecture test suite, and isolated VS Code visual checks for normal and right-segment hover states.