claude-code - 💡(How to fix) Fix Auto-approve Bash blocked by transient model unavailability (cannot determine safety) — Opus 4.8 1M, recurring across days

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…

Error Message

Frequency: Recurring — multiple times on 2026-05-30 and again 2026-05-29 (two consecutive days). Notably, attempts to file this very report via gh were themselves blocked by the same error.

Fix Action

Fix / Workaround

Workaround: Re-issue the command after a short wait; lean on read-only tools meanwhile.

RAW_BUFFERClick to expand / collapse

Environment: Claude Code, model claude-opus-4-8[1m] (Opus 4.8, 1M context), Windows 10 / PowerShell, auto-approval mode.

Symptom: Bash tool calls intermittently fail with:

"claude-opus-4-8[1m] is temporarily unavailable, so auto mode cannot determine the safety of Bash right now."

The command is rejected outright — not queued or retried by the harness.

Impact: When the safety classifier can't reach the model, all Bash is blocked (git, npm, gh, build/test) even for plainly safe, previously-approved commands. Read-only tools (Read/Grep/Glob) are unaffected, so work stalls mid-task on anything requiring a shell. Retrying eventually succeeds, but it's disruptive and non-deterministic.

Frequency: Recurring — multiple times on 2026-05-30 and again 2026-05-29 (two consecutive days). Notably, attempts to file this very report via gh were themselves blocked by the same error.

Expected: When the safety-classification model is transiently unavailable, the harness should retry/back off transparently, or fall back to a cached/last-known permission decision for known-safe commands — not hard-fail the tool call.

Workaround: Re-issue the command after a short wait; lean on read-only tools meanwhile.

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 Auto-approve Bash blocked by transient model unavailability (cannot determine safety) — Opus 4.8 1M, recurring across days