fix: throttle Anthropic usage queries and pass through upstream HTTP errors

- Frontend: queue Anthropic OAuth/setup-token usage requests by proxy
  with random 1-1.5s interval to prevent upstream 429
- Backend: return ApplicationError with actual upstream status code
  instead of wrapping all errors as 500
- Handle component unmount to skip stale updates on page navigation
This commit is contained in:
erio
2026-03-05 19:12:49 +08:00
parent 9245e197a8
commit 99331a5285
6 changed files with 194 additions and 7 deletions

View File

@@ -1 +1 @@
0.1.90.3
0.1.90.4