Resume spend-limit and usage-credit blocks, retried hourly #1

Merged
lilleman merged 1 commits from spend-limit into main 2026-08-04 10:28:54 +02:00
Owner

The watchdog only recognised session/weekly/Opus limits, so "You've hit your monthly spend limit · raise it at claude.ai/settings/usage" was never resumed.

Recoverable now covers every quota Claude Code reports — including Sonnet, Fable 5, fast, spend caps and usage credits — plus API unavailable, which server_error blocks emit and nothing matched before.

Spend blocks state no reset time, so they retry hourly rather than every tick or after a 5h window. Entitlements only an admin can change (seat type, $0 group limit, disabled allocation) are parked instead, since waiting never clears them.

The watchdog only recognised session/weekly/Opus limits, so "You've hit your monthly spend limit · raise it at claude.ai/settings/usage" was never resumed. Recoverable now covers every quota Claude Code reports — including Sonnet, Fable 5, fast, spend caps and usage credits — plus `API unavailable`, which `server_error` blocks emit and nothing matched before. Spend blocks state no reset time, so they retry hourly rather than every tick or after a 5h window. Entitlements only an admin can change (seat type, $0 group limit, disabled allocation) are parked instead, since waiting never clears them.
lilleman added 1 commit 2026-08-04 09:40:58 +02:00
lilleman merged commit 53fa55728f into main 2026-08-04 10:28:54 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: larvit/claude-session-watchdog#1