Antigravity’s current model list appears to be:
- Gemini 3.1 Pro (High)
- Gemini 3.1 Pro (Low)
- Gemini 3 Flash
- Claude Sonnet 4.6 (Thinking)
- Claude Opus 4.6 (Thinking)
- GPT-OSS 120B (Medium)
Based on observation, quota groups seem to be:
- Pro High + Pro Low share one quota window
- Gemini Flash has its own quota window
- Claude Sonnet + Claude Opus + GPT-OSS share one quota window
CodexBar currently renders only two bars for Antigravity, and these seem to be mapped incorrectly (e.g. the “Claude” bar actually shows quota for Gemini Pro).
Likely cause: model selection/parsing heuristics no longer match current Antigravity model labels/groupings (especially with “(Thinking)” variants), so bar-to-model mapping is wrong.
Suggested fix:
- Update parsing/grouping logic to reflect current Antigravity model families and shared quotas.
- Avoid assigning non-Claude windows to the “Claude” bar when matching is ambiguous.
Likely files to edit
Antigravity’s current model list appears to be:
Based on observation, quota groups seem to be:
CodexBar currently renders only two bars for Antigravity, and these seem to be mapped incorrectly (e.g. the “Claude” bar actually shows quota for Gemini Pro).
Likely cause: model selection/parsing heuristics no longer match current Antigravity model labels/groupings (especially with “(Thinking)” variants), so bar-to-model mapping is wrong.
Suggested fix:
Likely files to edit
Sources/CodexBarCore/Providers/Antigravity/AntigravityStatusProbe.swiftSources/CodexBarCore/Providers/Antigravity/AntigravityProviderDescriptor.swiftsessionLabel,weeklyLabel,opusLabel) and expected mapping assumptionsdocs/antigravity.md