You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(providers): 🔨 improve error handling and reduce debug logging in antigravity provider
- Add specific handling for 429 HTTP status errors to prevent unnecessary fallback URL retries, as quota exhaustion is credential-bound
- Separate HTTP errors from network errors in exception handling for more intelligent retry logic
- Comment out verbose debug logging for function grouping operations to reduce noise
- Fix code style formatting for commented URLs and quota group configuration
- Enable claude model quota group for production use
The changes improve the provider's resilience by distinguishing between errors that benefit from URL fallback (network issues, server errors) versus those that don't (rate limits). Debug log reduction improves terminal readability while maintaining error logging in failures.log.
0 commit comments