Permission prompts don't propagate to remote/mobile sessions
Resolved 💬 4 comments Opened Mar 24, 2026 by chryst-monode Closed Mar 27, 2026
Bug Description
When connected to Claude Code remotely (e.g., via mobile app), the "auto accept edits" permission prompt appears to block the session. The prompt doesn't surface on the mobile client, creating a no-action deadlock where:
- The local session is waiting for user input on the permission prompt
- The remote/mobile user can't see or interact with the prompt
- No way to proceed or dismiss from the mobile side
Expected Behavior
Permission prompts should either:
- Propagate to the remote client so they can be answered
- Time out gracefully instead of blocking indefinitely
- Be configurable to auto-accept when in a remote session
Environment
- macOS (Darwin 25.3.0), Mac Mini M4 Pro
- Claude Code CLI connected remotely via mobile
- Model: Claude Opus 4.6 (1M context)
Steps to Reproduce
- Start a Claude Code session on a local machine
- Connect to it remotely from mobile
- Trigger an action that requires the "auto accept edits" permission
- Observe that the prompt blocks locally but doesn't appear on mobile
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗