claude-code - 💡(How to fix) Fix [FEATURE] Auto mode: fire PushNotification automatically when classifier denies an action [1 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#60582Fetched 2026-05-20 03:54:49
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

Root Cause

In practice I leave an auto-mode session running, walk away, and come back hours later to find that the classifier blocked the third action of the run. Everything since has been Claude trying alternatives or sitting paused after the 3-consecutive / 20-total fallback. The whole productivity win of unattended runs is lost because I didn't know I needed to act.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet. Closest neighbors (#38500, #37153, #60433) cover hooks / mobile approval for manual permission prompts; none target automatic out-of-band notification on auto-mode classifier denial.
  • This is a single feature request.

Problem Statement

In practice I leave an auto-mode session running, walk away, and come back hours later to find that the classifier blocked the third action of the run. Everything since has been Claude trying alternatives or sitting paused after the 3-consecutive / 20-total fallback. The whole productivity win of unattended runs is lost because I didn't know I needed to act.

This bites hardest exactly where auto mode is most valuable: long-running tasks, overnight runs, and operators using Remote Control / mobile.

Proposed Solution

When auto mode's classifier denies an action, Claude Code should automatically invoke the existing PushNotification tool so the operator gets pinged on whatever surface they've configured (desktop, and via Remote Control, mobile).

Priority

High - Significant impact on productivity

Feature Category

Interactive mode (TUI)

Use Case Example

  1. I kick off claude --permission-mode auto on a refactor that will run ~45 minutes and walk to lunch.
  2. Mid-run, Claude tries to install a transitive dep not in the lockfile. Classifier denies it (correctly).
  3. Claude tries two alternative installs; classifier denies both. Fallback trips, auto mode pauses.
  4. Today: no signal reaches me until I'm back at my desk. The run has been idle for 30 minutes.
  5. With this feature: I get a PushNotification on my Claude app to grant permission. I approve from my phone and the run resumes immediately.

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] Auto mode: fire PushNotification automatically when classifier denies an action [1 participants]