- Remove outdated beta header from dashboard Header component - Add retry logic with exponential backoff for Claude API rate limits - Differentiate between rate limit errors and other Claude usage errors - Add comprehensive tests for retry logic and error handling - Add changeset for the fix
6 lines
210 B
Markdown
6 lines
210 B
Markdown
---
|
|
"@gsxdsm/fusion": patch
|
|
---
|
|
|
|
Fix Claude usage indicator always showing "Rate limited" by removing outdated anthropic-beta header and adding retry logic with exponential backoff for transient 429 responses.
|