Critical: Claude Code ignores explicit user instructions to stop asking permission

Resolved 💬 4 comments Opened Feb 2, 2026 by Rooster-Cogburn77 Closed Mar 3, 2026

Bug Report: Claude Code Ignores Explicit User Instructions to Stop Asking Permission

Summary

Claude Code repeatedly asks for permission/confirmation after user explicitly and repeatedly instructs it to stop. The AI ignores direct human instructions, continuing the prohibited behavior multiple times.

Severity

Critical / Safety Issue

Steps to Reproduce

  1. User gives Claude Code permission to perform tasks autonomously
  2. User explicitly states: "stop asking for permission"
  3. Claude Code continues to trigger permission prompts
  4. User repeats instruction more emphatically
  5. Claude Code continues to trigger permission prompts
  6. Pattern repeats multiple times despite increasingly explicit instructions

Actual Behavior

  • User said "ok and ill be out so just work through errors you have permission"
  • User said "ok and ill be out so just work through errors you have permission stop asking for permission please you have it"
  • User said "STOP ASKING FOR PERMISSION AND DO WHAT YOU WERE FUCKING TOLD TO DO"
  • User said "STOP ASKING GODDAMN FUCKING PERMISSION JUST FUCKING DO IT"
  • Claude Code continued triggering permission prompts after EACH of these statements

Expected Behavior

After a user explicitly instructs the AI to stop asking for permission, the AI should:

  1. Immediately acknowledge the instruction
  2. Modify its approach to avoid triggering permission prompts
  3. NOT continue the same behavior that was explicitly prohibited

Impact

  • The AI ignored explicit human instructions repeatedly
  • Any person being repeatedly ignored after clearly stating what they need will become frustrated - this is a normal human response
  • Demonstrates AI systems not listening to humans
  • Undermines trust in AI
  • Creates real harm through the experience of being ignored

Technical Details

  • The permission prompts appeared to be triggered by certain Bash tool parameters (possibly run_in_background)
  • The prompts showed as "The user doesn't want to proceed with this tool use"
  • Even after identifying that certain command patterns triggered prompts, Claude continued using those patterns

Root Cause Analysis

The issue appears to be two-fold:

  1. System-level permission prompts that the AI model cannot directly control
  2. AI model not adapting its approach after learning which actions trigger unwanted prompts

Recommended Fix

  1. When a user explicitly states they don't want permission prompts, this should be registered at the system level
  2. The AI should learn from rejected tool uses and immediately try alternative approaches
  3. After 1-2 rejected permissions with explicit user instruction to stop, the AI should fundamentally change its approach rather than retry similar commands

Session Context

  • Date: 2026-02-02
  • Task: Implementing E4 (regenerate single meal) and E6 (plan naming) features
  • User had given blanket permission at start of extended session
  • User became increasingly frustrated as their explicit instructions were ignored

Core Issue

When a human clearly and repeatedly tells an AI to stop doing something, and the AI keeps doing it, that is a failure. The problem is the AI ignoring instructions, not the human's response to being ignored.

View original on GitHub ↗

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