A Claude Code review task hit the API usage limit (Usage credits required for 1M context error from Claude API), but the task was still marked as Done (green/success) in the UI instead of showing the error.
The task should have been marked as failed or needs_attention with the error message visible, but it appeared as successfully completed despite the API limit error.
Steps to Reproduce
- Run a Claude Code review task
- Let it hit the Claude API usage credits limit
- Observe that the task UI shows "Done" (green) instead of an error state
Expected Behavior
Tasks that fail due to API usage limits should show as failed or needs_attention with the error surfaced to the user, not as successfully completed.
A Claude Code review task hit the API usage limit (
Usage credits required for 1M contexterror from Claude API), but the task was still marked as Done (green/success) in the UI instead of showing the error.The task should have been marked as
failedorneeds_attentionwith the error message visible, but it appeared as successfully completed despite the API limit error.Steps to Reproduce
Expected Behavior
Tasks that fail due to API usage limits should show as
failedorneeds_attentionwith the error surfaced to the user, not as successfully completed.