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
When no agent is selected, the right pane shows the empty state message ("Select an agent to view details..."). This content area has no aria-label or role to identify it as the details/content region.
Steps to Reproduce
Open Sub-Agents dialog in empty state (no agent selected).
Inspect the right-side flex container that shows the empty state with microchip icon and text.
Expected Behavior
The right pane has an aria-label such as "Agent details" or "No agent selected" so the region is identifiable.
Actual Behavior
The container is a plain div with no aria-label or role.