fix(FN-673): remove beta header and add retry logic for Claude usage
- 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
This commit is contained in:
5
.changeset/fix-claude-usage-rate-limit.md
Normal file
5
.changeset/fix-claude-usage-rate-limit.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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.
|
||||
Reference in New Issue
Block a user