Sandbox UI: tab cycling not working on /sandbox screen
Resolved 💬 13 comments Opened Mar 7, 2026 by pmeheut Closed Mar 10, 2026
Description
On the /sandbox screen, the Dependencies tab is shown with all dependencies installed (bubblewrap, socat, seccomp filter). However, arrow keys (←/→) and Tab do not cycle between tabs. Only Escape works.
The UI shows (←/→ or tab to cycle) hint next to "Dependencies", but none of these keys respond.
Environment
- Claude Code version: v2.1.71
- OS: macOS (Darwin 24.6.0)
- Platform: darwin (Apple Silicon)
Steps to reproduce
- Open Claude Code in a git repository directory
- Run
/sandbox - Dependencies tab appears showing all dependencies as "installed"
- Press
←,→, orTabto try cycling tabs — nothing happens - Only
Escapekey works
Expected behavior
Arrow keys and Tab should cycle between sandbox tabs to allow enabling/configuring sandbox mode.
This issue has 13 comments on GitHub. Read the full discussion on GitHub ↗