claude-code - 💡(How to fix) Fix [BUG]Token compensation request — Auto Mode classifier outage [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#55571Fetched 2026-05-03 04:49:57
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ×5

Error Message

Error Messages/Logs

Tool returns the "temporarily unavailable" classifier error. All subsequent Write/Edit attempts return the same error indefinitely.

Code Example

claude-opus-4-7[1m] is temporarily unavailable, so auto mode cannot determine the safety of Write right now. Wait briefly and then try this action again. If it keeps failing, continue with other tasks that don't require this action and come back to it later. Note: reading files, searching code, and other read-only operations do not require the classifier and can still be used.
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Anthropic's Opus 4.6 classifier (used by Auto Mode to safety-check every Write/Edit/Bash call) is returning "temporarily unavailable." Reads (Glob, Grep, Read) still work, but I can't write any files until it recovers. This is a server-side outage on Anthropic, not your project, settings, or tokens.

What Should Happen?

Hi team,

I'm requesting token compensation for all sessions affected by the Opus 4.6 classifier outage in Auto Mode.

Issue: Every Write/Edit/Bash call in Auto Mode is failing with "claude-opus-4-7[1m] is temporarily unavailable, so auto mode cannot determine the safety of Write right now." This is server-side on Anthropic — reads work, writes are blocked. Claude has been re-reading files, retrying writes, and scheduling wakeups while waiting for the classifier to recover, all of which has burned tokens with zero output produced.

Impact across sessions: the classifier failure has caused repeated retries, context re-loads, and stalled work on a multi-file dashboard rewrite, plus token waste in earlier sessions today.

Account: [email protected]

Please credit the wasted tokens across all impacted sessions today.

Thanks, Mark Sedrak —

Error Messages/Logs

claude-opus-4-7[1m] is temporarily unavailable, so auto mode cannot determine the safety of Write right now. Wait briefly and then try this action again. If it keeps failing, continue with other tasks that don't require this action and come back to it later. Note: reading files, searching code, and other read-only operations do not require the classifier and can still be used.

Steps to Reproduce

Enable Auto Mode in Claude Code. Ask Claude to perform any task requiring Write or Edit (e.g. "create a new component file"). Claude attempts the Write tool. Tool returns the "temporarily unavailable" classifier error. All subsequent Write/Edit attempts return the same error indefinitely. Toggling Auto Mode off bypasses the issue, but tokens already spent on retries and re-reads are not recovered.

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.90 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

Model: Claude Opus 4.7 (claude-opus-4-7), classifier claude-opus-4-6[1m] Platform: macOS Darwin 22.6.0, zsh Account: [email protected] Requesting token compensation for all sessions today affected by this outage — multiple multi-file tasks stalled with zero output produced while tokens continued to be consumed on retries, re-reads, and scheduled wakeups. Suggested fix: when the classifier is unavailable, fail fast or fall back to a default-deny prompt rather than letting the agent burn tokens retrying indefinitely.

extent analysis

TL;DR

The issue can be mitigated by failing fast or falling back to a default-deny prompt when the Opus 4.6 classifier is unavailable.

Guidance

  • The root cause is a server-side outage of the Opus 4.6 classifier on Anthropic's side, which is causing Write/Edit/Bash calls to fail in Auto Mode.
  • To verify the issue, try toggling Auto Mode off, which should bypass the problem, but note that tokens spent on retries and re-reads will not be recovered.
  • Consider implementing a fail-fast mechanism or default-deny prompt when the classifier is unavailable to prevent token waste.
  • The user has requested token compensation for all sessions affected by the outage, which may be necessary to address the financial impact of the issue.

Notes

The issue is specific to the Opus 4.6 classifier and Anthropic's API, and the exact solution may depend on the implementation details of Claude Code and the Anthropic API.

Recommendation

Apply a workaround, such as failing fast or falling back to a default-deny prompt, to mitigate the issue until the Opus 4.6 classifier is available again. This will help prevent token waste and minimize the impact of the outage.

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 [BUG]Token compensation request — Auto Mode classifier outage [1 participants]