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
In the Sub-Agents dialog header, the refresh (reload) icon button has title="Refresh" but no aria-label. Assistive technologies may not expose a consistent accessible name for the control.
Steps to Reproduce
Open the AI Agents panel and open the Sub-Agents UI (e.g. via slash command /subagents or the Sub-Agents action).
Ensure no agents are spawned (empty state: "0 active", "No agents spawned yet").
Inspect the header button that shows the rotate/refresh icon (next to the close button).
Expected Behavior
The refresh button has an aria-label (e.g. "Refresh" or "Reload agents list") so its purpose is programmatically determinable.
Actual Behavior
The button has only title="Refresh" and no aria-label.