Enhance agent merge widget for accessibility and interaction - #333973
Draft
Lee Murray (mrleemurray) wants to merge 10 commits into
Draft
Enhance agent merge widget for accessibility and interaction#333973Lee Murray (mrleemurray) wants to merge 10 commits into
Lee Murray (mrleemurray) wants to merge 10 commits into
Conversation
…ixture for darkHighContrast support
Lee Murray (mrleemurray)
enabled auto-merge (squash)
September 2, 2026 11:50
Lee Murray (mrleemurray)
marked this pull request as draft
September 2, 2026 11:50
auto-merge was automatically disabled
September 2, 2026 11:50
Pull request was converted to draft
Lee Murray (mrleemurray)
requested a review
from Benjamin Christopher Simmonds (benibenj)
September 2, 2026 11:50
Copilot started reviewing on behalf of
Lee Murray (mrleemurray)
September 2, 2026 11:50
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Multi-issue details omit the Review Feedback heading despite the described conditional-heading behavior.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Refreshes the Agent Merge chat widget for clearer status scanning, interaction, and accessibility.
Changes:
- Consolidates merge status and adopts standard PR pills.
- Adds disclosure/toggle interactions, hover behavior, reduced-motion, and high-contrast styling.
- Expands fixtures and focused tests.
File summaries
| File | Description |
|---|---|
chatWidget.fixture.ts |
Supports system-initiated fixture messages. |
chatAgentMerge.fixture.ts |
Adds interaction, theme, and in-chat scenarios. |
chatAgentMergeContentPart.test.ts |
Tests summaries, toggle state, and hover targeting. |
promptTimelineModel.test.ts |
Updates timeline expectations. |
chatRequestText.test.ts |
Updates transcript label expectations. |
chatAgentMergeContent.css |
Implements refreshed layout and interaction styling. |
chatAgentMergeContentPart.ts |
Reworks status, disclosure, message toggle, and PR rendering. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
… clarity and consistency
Contributor
Screenshot ChangesBase: Changed (24)1 insignificant change(s) omitted (≤20 px, Δ≤2). See CI logs for details. Added (3) |
…in chat agent merge widget
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.
This refreshes the Agent Merge system-initiated chat turn so review feedback, failing checks, and merge status are easier to scan without exposing machine-facing content or persistent secondary chrome.
Changes
Validation
git diff --checkpassed.Known unrelated issue: Component Explorer can report duplicate registration of
inlineChatWidget.statusPlaceholderduring HMR reloads; the Agent Merge fixtures continue to render.