What's New
Bug Fixes
-
Fixed subscription tier detection for Pro accounts - Pro accounts were sometimes incorrectly showing as "free" in the dashboard due to flaky API responses. The tier detection now properly recognizes
standard-tierand has fallback logic for whenpaidTieris missing. (Fixes #121) -
Fixed parallel tool calls with images - When Claude Code sends parallel tool calls containing images, the
inlineDataparts are now correctly deferred to the end of the array to ensure proper ordering in the Antigravity API request.