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 block that contains the "SPAWN AGENT" heading and the template buttons is a logical group but has no role="group" or aria-label to associate the heading with the controls.
Steps to Reproduce
Open Sub-Agents dialog in empty state.
Locate the wrapper div (class "p-3") that contains the "SPAWN AGENT" text and the 2x2 template grid and Custom Agent button.
Expected Behavior
The section has role="group" and aria-label="Spawn agent" (or the visible heading referenced via aria-labelledby).
Actual Behavior
The section is a plain div with no role or aria-label.