Skip to content

Conversation

@joshspicer
Copy link
Member

@joshspicer joshspicer commented Jan 27, 2026

refs #290647, https://github.com/microsoft/vscode-internalbacklog/issues/6561

fixes #290742

  1. Fix cursor hit area extending beyond control bounds (69066ff)

    • Removed padding-right: 22px from .agent-status-container that caused the pointer cursor and click behavior to extend ~30px beyond the visible badge
  2. Add "input required" indicator (bb25992)

    • When any session needs user input, the "in progress" badge section transforms to show a report icon (⚠️) with the needs-input count
      Icon uses warning color (--vscode-notificationsWarningIcon-foreground) for visibility
      Tooltip changes to "{n} session(s) need input"
  3. Fix uneven padding in unread sessions button (b0f9b00)

    • Adjusted left padding on unread section from 8px to 6px to visually balance the small dot icon
  4. Fix inconsistent border radius (58dc0f1)

    • Added :only-child rule for fully rounded corners when sparkle is the only visible section
      Added overflow: hidden to clip hover backgrounds to border-radius
      Fixed dropdown twistie to have flat right edge when adjacent sections exist

Copilot AI review requested due to automatic review settings January 27, 2026 17:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes a CSS adjustment to fix padding issues in the agent title bar status widget, addressing part of the UX polish requirements mentioned in issue #290742.

Changes:

  • Removes padding-right: 22px from .agent-status-container CSS rule to address uneven padding in the agent sessions title control

@joshspicer joshspicer marked this pull request as ready for review January 27, 2026 19:40
@vs-code-engineering
Copy link

📬 CODENOTIFY

The following users are being notified based on files changed in this PR:

@bpasero

Matched files:

  • src/vs/workbench/contrib/chat/browser/agentSessions/experiments/agentTitleBarStatusWidget.ts
  • src/vs/workbench/contrib/chat/browser/agentSessions/experiments/media/agenttitlebarstatuswidget.css

@joshspicer joshspicer merged commit f95b1b3 into main Jan 27, 2026
22 checks passed
@joshspicer joshspicer deleted the joshspicer/agent-indicator-tweaks branch January 27, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UX: Agent sessions title control needs polish

3 participants