You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The header bar containing the title "Sub-Agents", the active count badge, and the Refresh/Close buttons is a logical region but has no role or aria-label to identify it as the dialog header.
Steps to Reproduce
Open Sub-Agents dialog in empty state.
Inspect the top header div (class "dialog-header") that wraps the title, badge, and action buttons.
Expected Behavior
The header has a role (e.g. no extra role if the dialog is already labelled) or an aria-label for the region for consistency and navigation.
Actual Behavior
The header is a plain div with no role or aria-label.