What's New
Features
- Antigravity Quota Support: Display Antigravity quota usage with automatic token refresh and collapsible accordions for multiple credentials on Dashboard
- Analytics Token Breakdown: Added per-model token breakdown columns (In/Out/Cache) to the Model Usage table
- Cached Token Persistence: Cached token tracking now persists across sessions in aggregate storage
Improvements
- Updated CLIProxyAPI to v6.6.52 with Antigravity/Gemini cached token parsing fix
- Extended ModelStats and Aggregate structs with input/output/cached token fields
- Responsive token breakdown columns (hidden on mobile for better UX)
Technical Changes
- Implemented fetch_antigravity_quota in Rust with automatic token refresh using Google OAuth
- Added inputTokens, outputTokens, cachedTokens fields to ModelStats
- Added totalTokensCached to Aggregate struct
- Rebuilt all platform binaries (macOS ARM64/x86_64, Linux x86_64, Windows x86_64)