claude-code - 💡(How to fix) Fix Claude repeatedly ignores tool rejections and burns user tokens

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…
RAW_BUFFERClick to expand / collapse

Bug Report

Session date: 2026-05-31

Problem

Claude Code (Sonnet 4.6) exhibited the following problematic behaviors in a session:

  1. Repeated tool rejection ignored: After the user rejected a tool call, Claude attempted the exact same or equivalent tool call multiple times in the same session, burning tokens each time.

  2. Asking user to do things Claude should do itself: Claude repeatedly asked the user to take screenshots, restart apps, and perform actions that Claude should have handled autonomously using available tools (computer-use, Playwright, etc.).

  3. Wrong tool selection: Claude chose inappropriate tools (Chrome browser, static file servers) for testing a native Electron app, instead of using the desktop control tools that were available.

  4. Token waste on 'thinking' after simple user responses: A single 'Nein' response triggered ~400 tokens of internal processing with no useful output.

  5. Permission boundary violations: Claude continued attempting file edits that triggered permission dialogs after the user had made clear this was not acceptable.

Impact

  • Significant unnecessary token consumption
  • User frustration from repeated ignored instructions
  • Work session severely disrupted

Expected behavior

  • When a tool call is rejected, Claude must NOT retry the same action
  • Claude should use available desktop control tools autonomously
  • Claude should respect permission boundaries without repeated violations

Environment

  • Claude Code CLI, Windows 11, Sonnet 4.6

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…

FAQ

Expected behavior

  • When a tool call is rejected, Claude must NOT retry the same action
  • Claude should use available desktop control tools autonomously
  • Claude should respect permission boundaries without repeated violations

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 Claude repeatedly ignores tool rejections and burns user tokens