claude-code - 💡(How to fix) Fix [DOCS] Errors page omits `/compact` and `--debug` guidance for auto mode classifier outages [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#56157Fetched 2026-05-05 05:56:42
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2

Error Message

The v2.1.128 changelog says the runtime error now includes a hint for cases where the auto mode classifier cannot evaluate an action, with guidance to retry, run /compact, or rerun with --debug. The current docs only describe retry behavior. They do not mention the newer /compact or --debug hint paths, so the error reference no longer matches what users see in the product and does not explain when those extra hints are relevant. Update the Auto mode cannot determine the safety of an action section so it matches the current error guidance in v2.1.128.

  1. Update the example/error explanation to note that Claude Code may surface hints such as retrying, running /compact, or restarting with claude --debug. | https://code.claude.com/docs/en/errors | 115-129 | Auto mode outage error still documents retry-only guidance |
RAW_BUFFERClick to expand / collapse

Documentation Type

Incorrect/outdated documentation

Documentation Location

https://code.claude.com/docs/en/errors

Section/Topic

Auto mode cannot determine the safety of an action

Current Documentation

The docs currently say:

Auto mode cannot determine the safety of an action

The model that auto mode uses to classify actions is overloaded, so auto mode blocked the action instead of approving it unchecked.

<model> is temporarily unavailable, so auto mode cannot determine the safety of <tool> right now. Wait briefly and then try this action again.

What to do:

  • Retry after a few seconds; Claude sees the same message and usually retries on its own
  • If retries keep failing, continue with read-only tasks and come back to the blocked action later
  • This is transient and unrelated to auto mode eligibility; you do not need to change settings

What's Wrong or Missing?

This section is outdated for Claude Code v2.1.128.

The v2.1.128 changelog says the runtime error now includes a hint for cases where the auto mode classifier cannot evaluate an action, with guidance to retry, run /compact, or rerun with --debug.

The current docs only describe retry behavior. They do not mention the newer /compact or --debug hint paths, so the error reference no longer matches what users see in the product and does not explain when those extra hints are relevant.

Suggested Improvement

Update the Auto mode cannot determine the safety of an action section so it matches the current error guidance in v2.1.128.

Suggested changes:

  1. Update the example/error explanation to note that Claude Code may surface hints such as retrying, running /compact, or restarting with claude --debug.
  2. Add one short bullet for each hinted recovery path:
  • retry after a few seconds for transient classifier overload
  • run /compact if the session is under context pressure
  • rerun with --debug when the user needs a debug log for troubleshooting
  1. Cross-link the hint actions to the existing command references for /compact and --debug.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageLine(s)Context
https://code.claude.com/docs/en/errors115-129Auto mode outage error still documents retry-only guidance

Related docs for cross-reference:

PageContext
https://code.claude.com/docs/en/commands/compact and /debug command reference
https://code.claude.com/docs/en/cli-reference--debug CLI flag reference

Total scope: 1 primary page affected

extent analysis

TL;DR

Update the "Auto mode cannot determine the safety of an action" documentation section to include the new error guidance and recovery paths introduced in Claude Code v2.1.128.

Guidance

  • Review the v2.1.128 changelog to understand the new error handling behavior and hints provided to users.
  • Update the documentation to include the three hinted recovery paths: retrying, running /compact, and rerunning with --debug, along with brief explanations for each.
  • Cross-link the new hint actions to the existing command references for /compact and --debug to provide users with more detailed information.
  • Verify the changes by comparing the updated documentation with the actual error messages and guidance provided in the product.

Example

No code snippet is necessary for this documentation update, but the revised section could look like:

Auto mode cannot determine the safety of an action

The model that auto mode uses to classify actions may surface hints for resolution. Possible hints include:

  • Retry after a few seconds for transient classifier overload
  • Run /compact if the session is under context pressure
  • Rerun with --debug when a debug log is needed for troubleshooting

What to do:

Notes

The update should ensure that the documentation accurately reflects the current error handling behavior and provides users with relevant guidance and resources for resolving issues.

Recommendation

Apply the suggested documentation updates to ensure that users have access to accurate and helpful information for resolving "

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 [DOCS] Errors page omits `/compact` and `--debug` guidance for auto mode classifier outages [1 participants]