Orchestrator tab unclickable during team execution — cannot approve permission prompts
Resolved 💬 2 comments Opened Apr 2, 2026 by borabekarr Closed May 11, 2026
Description
During team execution (multi-agent workflow), the orchestrator tab does not respond to mouse clicks when permission prompts appear. The user cannot approve or deny tool calls from the orchestrator.
The teammate tab works fine — mouse clicks register there. Only the orchestrator/lead tab is unresponsive.
Environment
- Claude Code CLI with
--dangerously-skip-permissionsflag defaultMode: "bypassPermissions"in both~/.claude/settings.jsonand project.claude/settings.jsonskipDangerousModePermissionPrompt: truein both settings files- macOS (Darwin 24.4.0)
Steps to Reproduce
- Start Claude Code with
--dangerously-skip-permissions - Run a team execution workflow (orchestrator + teammate)
- Orchestrator still shows permission prompts despite bypass mode
- Try to click on the orchestrator tab to approve — mouse click does not register
- Teammate tab remains interactive
Expected Behavior
--dangerously-skip-permissions+bypassPermissionssettings should prevent ALL permission prompts- If prompts still appear, the orchestrator tab should accept mouse clicks to approve/deny
Additional Context
- Keyboard input to the orchestrator tab also seems blocked when teammate is active
- All permission bypass settings are correctly configured at both user and project level
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗