Back
GoogleAntigravity
Inline Kitty graphics for math and Mermaid diagrams, interactive ask_question navigation, dedicated rule…
AI summary
Written by AI from the official notes. Check them for exact details.New features include inline Kitty graphics for math and Mermaid diagrams, improved question navigation, and enhanced customization rules.
- Introduced inline Kitty graphics for LaTeX math and Mermaid diagrams.
- Enhanced interactive question navigation with inline previews and check marks.
- Dedicated 20,000-token budget for user and workspace rules.
- Capped model API retry backoff at 30 seconds.
- Improved CLI startup banner for enterprise accounts.
Why it matters: Users who rely on math rendering and interactive prompts should benefit from these enhancements.
Full release notes13 changes
Introduces inline Kitty graphics rendering for LaTeX math and Mermaid diagrams in the artifact detail viewer with ASCII fallback and horizontal panning, interactive question navigation with write-in previews in ask_question, dedicated 20,000-token rule budgets to prevent customization eviction, and caps model retry backoff at 30 seconds, alongside plugin lifecycle hardening, Bubble Tea v2.0.9 upgrades, and headless background task logging.
- Added inline Kitty graphics rendering for LaTeX math equations (
$$...$$and fencedmath,latex, andtexblocks) and Mermaid flowcharts and sequence diagrams in the artifact detail viewer, with Unicode ASCII fallback, Left/Right arrow horizontal panning for wide diagrams, andmto cycle between Image, ASCII, and Raw views. - Improved the
ask_questioninteractive prompt with Left/Right arrow navigation between questions, inline previews of confirmed write-in answers, check marks on answered options, and single-step submission on the final question. - Improved the CLI startup banner for enterprise accounts to display the active Google Cloud Project ID beneath the signed-in account and plan tier.
- Improved model API retry responsiveness by capping per-attempt retry backoff at 30 seconds instead of waiting up to 4 minutes between attempts.
- Improved customization token budgeting by giving user and workspace rules a dedicated 20,000-token budget (cutting oversized rules on newline boundaries and listing over-budget rules by path and description) so large rule sets no longer evict skills, workflows, subagents, or MCP tools.
- Improved the
/usagepanel by removing the duplicate remaining-quota percentage line beneath each progress bar. - Improved the default agent and subagent toolset by retiring the legacy
find_by_name,grep_search, andlist_dirtools from the default baseline while keeping them available to custom agents that explicitly list them intools. - Fixed plugin skill slash commands being double-prefixed (
/::) when a skill's frontmatter name already includes the plugin prefix, or being shadowed when multiple plugins define skills with the same short name. - Fixed plugin upgrades leaving old MCP server and sidecar processes running from deleted install directories, and pruned superseded plugin versions and staging directories from the marketplace cache on startup.
- Fixed disabled plugins disappearing from the
/pluginlist after enabled-only customization queries, and hardened plugin ID path validation on uninstall. - Fixed terminal rendering and Kitty keyboard protocol stack handling on exit and screen clear by upgrading Bubble Tea to v2.0.9.
- Fixed headless (
-p/--prompt) runs occasionally skipping the background-task waiting notice, logged background SDK tool progress to task log files, and reduced memory usage by cloning truncated command output previews. - Fixed starting the CLI unpinning conversations or marking them unread in the desktop app.