ultrareview crashed before producing findings — refund request (Windows, 2.1.161)
Summary
An ultrareview run crashed before producing any findings, yet it still consumed a free credit. My free quota was at 3 of 3 before launch; the banner reported "Free ultrareview 1 of 3" at launch (so the quota was consumed on launch). The run delivered zero output — only an error pointing to "session logs." I am requesting the consumed attempt be restored so my free quota returns to 3 of 3.
What happened
- Launched
/ultrareviewfrom the Claude Code CLI on branchwork/local-vex-next→ basemain. - Launch banner: "Free ultrareview 1 of 3."
- Scope reported: 38 files changed, 6475 insertions(+), 579 deletions(-) — well within typical review size.
- After ~25 min, the task-notification arrived with this content (verbatim from the session jsonl):
```
<task-notification>
<task-id>riqke8jrl</task-id>
<task-type>remote_agent</task-type>
<status>completed</status>
<summary>Remote review completed</summary>
</task-notification>
The remote review produced the following findings:
{"error":"Review crashed before producing findings. See session logs for details."}
```
- No findings, no partial output, no formatted report — just the error payload above.
Why this is a bug
A review that crashes during execution and produces zero findings should not be billed against a user's free quota. No value was delivered. This is the same pattern reported in #55814, #58999, #63117, #63979, #64440 — please consider this another data point and a refund request.
Notable: this diff was small
Unlike some prior duplicates (which involved ~48k LOC PRs hitting a likely ingestion limit), this diff was modest: ~7,000 lines across 38 files. Whatever caused the crash, it was not raw diff size in this case. Worth a look at the cloud session logs.
Request
Please restore the consumed attempt so my free ultrareview quota returns to 3 of 3.
---
- Launch banner seen: "Free ultrareview 1 of 3"
- Cloud session URL: https://claude.ai/code/session_01RAkfidqFHPejU6ZGG7uSxG
- Task ID:
riqke8jrl - Approx. date/time of crashed run: 2026-06-03 ~10:50 UTC (notification arrived 11:15:59Z)
- Diff scope: 38 files, +6475 / -579
- Claude Code version: 2.1.161
- Operating system: Windows 11 Home (10.0.26200)
- Shell: PowerShell
Environment Info
- Platform: win32
- Version: 2.1.161
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗