What happened
Ran /ultrareview <PR> on a feature branch. The run completed without producing any findings — task notification returned only:
```json
{"error":"Review crashed before producing findings. See session logs for details."}
```
The free-quota counter still decremented (was "1 of 3" pre-run, now shows "2 of 3" post-crash), so the failed run consumed a free credit despite delivering no review output.
Details
Expected
Crashed runs that produce no findings should not consume free-tier credits.
Ask
- Refund the free-tier credit for task `rpwxd50js`.
- Investigate the crash via the linked session logs — the diff size is non-trivial but within typical PR-review territory; would be useful to know whether this hit a size-related limit or an unrelated infrastructure issue.
Happy to provide additional repro context if helpful.
What happened
Ran
/ultrareview <PR>on a feature branch. The run completed without producing any findings — task notification returned only:```json
{"error":"Review crashed before producing findings. See session logs for details."}
```
The free-quota counter still decremented (was "1 of 3" pre-run, now shows "2 of 3" post-crash), so the failed run consumed a free credit despite delivering no review output.
Details
Expected
Crashed runs that produce no findings should not consume free-tier credits.
Ask
Happy to provide additional repro context if helpful.