claude-code - 💡(How to fix) Fix [Bug] /ultrareview crashes on large diffs without producing findings or billable output [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#58791Fetched 2026-05-14 03:39:25
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Participants
Timeline (top)
labeled ×5

Error Message

[{"error":"MaxFileReadTokenExceededError: [REDACTED] content (65737 tokens) exceeds maximum allowed tokens (25000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at to7 (/$bunfs/root/src/entrypoints/cli.js:4917:13010)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-13T18:22:33.505Z"}]

Code Example

[{"error":"MaxFileReadTokenExceededError: [REDACTED] content (65737 tokens) exceeds maximum allowed tokens (25000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n    at to7 (/$bunfs/root/src/entrypoints/cli.js:4917:13010)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-13T18:22:33.505Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description

/ultrareview crashed before producing any findings on a 68-file, ~11.5k-LOC diff (branch feat/assistant-dev-interview-pack → master). Task ID: rfyndc9ug. Session: https://claude.ai/code/session_016ef1XGtsL5u9DLnmTRs9qc

The CLI showed "This review bills as Extra Usage" and the task-notification returned: {"error":"Review crashed before producing findings. See session logs for details."}

Requesting a refund of the ~$100 Extra Usage charge — the run produced zero output.

Environment Info

  • Platform: linux
  • Terminal: windows-terminal
  • Version: 2.1.140
  • Feedback ID: 718d9b7d-ff04-430a-b9e6-3b089564bcee

Errors

[{"error":"MaxFileReadTokenExceededError: [REDACTED] content (65737 tokens) exceeds maximum allowed tokens (25000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n    at to7 (/$bunfs/root/src/entrypoints/cli.js:4917:13010)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-13T18:22:33.505Z"}]

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