Back
AI summary
Written by AI from the official notes. Check them for exact details.G1 AI credits support is now available in the Antigravity CLI, along with various input prompt fixes and enhancements.
- Support for G1 credits when standard quotas run out
- New
/creditspanel for purchasing additional G1 credits - Fixed infinite loop in prompt input navigation
- Resolved custom MCP server disabling issues
- Improved project discovery by skipping invalid symlinks
Why it matters: Users of the Antigravity CLI should care for enhanced credit management and improved usability.
Full release notes10 changes
G1 AI credits support when standard quotas run out, in-CLI /credits panel, and prompt input fixes.
- Added support for G1 credits in the Antigravity CLI. Users can now utilize G1 credits when their standard quota runs out. This includes a new
UseG1Creditssetting to enable automatic credit usage and a real-time display of remaining credits in the status bar. - Added a new
/creditspanel that provides an in-CLI interface with a direct link to purchase additional G1 credits. - Redesign CLI logo on Apple Terminal.
- Improved color scheme preview in settings and onboarding: added warnings and thought process examples to the preview, and corrected link styling to only underline the URL.
- Fixed an infinite loop in the prompt input. Navigating left (
wordLeft) when encountering spaces at the very beginning of the input no longer causes an infinite hang. - Fixed custom MCP server disabling via the TUI. Resolved a directory path mismatch where pressing the
[Disable]button wrote to the legacymcp_config.jsonpath instead of the migratedconfig/mcp_config.jsonpath, ensuring custom MCP servers can now be successfully disabled and unloaded. - Fixed
$EDITORenvironment variable parsing: resolved issues where arguments containing=(e.g.,--alternate-editor=vi) were incorrectly split, causing editor launch failures. - Fixed
/diffdetail view truncation: implemented dynamic line wrapping based on terminal viewport width and added automatic tab-to-space expansion to prevent layout overflow. - Fixed project discovery robustness: updated the CLI to skip invalid or broken symlinks in
.antigravitycli/rather than failing immediately, allowing discovery of valid projects. - Fixed
AskQuestionstate management: memorizes selected options, write-in values, and UI states when navigating back and forth (KeyLeft) between questions in multi-question dialogs.