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 left column of the Sub-Agents dialog contains "SPAWN AGENT" templates and "ACTIVE AGENTS" list. This region has no aria-label or role to identify it as the navigation/templates area.
Steps to Reproduce
Open Sub-Agents dialog in empty state.
Inspect the left column div (width 64, border-right) that contains SPAWN AGENT and ACTIVE AGENTS sections.
Expected Behavior
The left sidebar has aria-label (e.g. "Agent templates and list") or a role so it can be identified as a landmark.
Actual Behavior
The container is a plain div with no aria-label or role.