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-permissions flag
  • defaultMode: "bypassPermissions" in both ~/.claude/settings.json and project .claude/settings.json
  • skipDangerousModePermissionPrompt: true in both settings files
  • macOS (Darwin 24.4.0)

Steps to Reproduce

  1. Start Claude Code with --dangerously-skip-permissions
  2. Run a team execution workflow (orchestrator + teammate)
  3. Orchestrator still shows permission prompts despite bypass mode
  4. Try to click on the orchestrator tab to approve — mouse click does not register
  5. Teammate tab remains interactive

Expected Behavior

  1. --dangerously-skip-permissions + bypassPermissions settings should prevent ALL permission prompts
  2. 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

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗