Summary
While the Agents view is open and a running agent invokes the AskUserQuestion tool, pressing Left arrow inside the AUQ prompt does nothing — it should pop back to the Agents view (the panel you opened the agent from).
The Left arrow appears swallowed by AUQ's focus and never reaches the navigation handler that normally returns to the Agents view.
Repro
- Open the Agents view (
claude agents or the in-session shortcut).
- Attach to an agent that triggers an
AskUserQuestion (any sub-agent that asks for a choice).
- With the AUQ option list focused, press Left arrow.
Observed
Left arrow has no effect. The only way out is to answer the question (or cancel via ESC), then navigate back.
Expected
Left arrow returns focus to the Agents view, the same way it does from other in-agent screens. The AUQ stays pending so the user can pick it up again, matching the existing "go back to agents list" affordance.
Environment
- claude-code:
2.1.141
- Platform: Linux (cloud devcontainer, Gitpod/Ona;
Linux 6.17.0-1012-aws)
- Terminal: browser terminal
Related (not duplicates)
Summary
While the Agents view is open and a running agent invokes the AskUserQuestion tool, pressing Left arrow inside the AUQ prompt does nothing — it should pop back to the Agents view (the panel you opened the agent from).
The Left arrow appears swallowed by AUQ's focus and never reaches the navigation handler that normally returns to the Agents view.
Repro
claude agentsor the in-session shortcut).AskUserQuestion(any sub-agent that asks for a choice).Observed
Left arrow has no effect. The only way out is to answer the question (or cancel via ESC), then navigate back.
Expected
Left arrow returns focus to the Agents view, the same way it does from other in-agent screens. The AUQ stays pending so the user can pick it up again, matching the existing "go back to agents list" affordance.
Environment
2.1.141Linux 6.17.0-1012-aws)Related (not duplicates)
/radiobreaks after navigating into agents view and back (different symptom, same surface)