claude-code - 💡(How to fix) Fix Feature: Mobile notification and remote approval for permission prompts [3 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#60433Fetched 2026-05-20 03:58:43
View on GitHub
Comments
3
Participants
2
Timeline
7
Reactions
0
Author
Timeline (top)
commented ×3labeled ×2closed ×1cross-referenced ×1

Fix Action

Fix / Workaround

Current Workarounds

RAW_BUFFERClick to expand / collapse

Feature Request

Problem

When Claude Code is running a long task and encounters a permission prompt requiring user confirmation, the user must be physically at their computer to approve it. This blocks execution and wastes time, especially for tasks that run unattended.

Proposed Solution

Add an option to send a push notification to the user's mobile device when Claude Code needs approval, and allow the user to approve/deny directly from their phone.

Possible implementation approaches:

  • A companion mobile app or web-based approval dashboard
  • Integration with existing push notification services (e.g., via webhooks)
  • A simple web endpoint that can be opened on any device for approval

Current Workarounds

  • Configuring permissions.allow to reduce prompts (but this reduces security)
  • Using hooks + push notification services like ntfy/Pushover (notification only, no remote approval)
  • SSH/tmux from a mobile terminal app (clunky UX)

Why This Would Be Valuable

  • Enables truly unattended long-running tasks with security maintained
  • Improves developer experience for remote/mobile workflows
  • Keeps the security model intact (user still approves each action) while removing the physical proximity requirement

🤖 Generated with Claude Code

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Feature: Mobile notification and remote approval for permission prompts [3 comments, 2 participants]