Back
GoogleAntigravity
Workspace-grouped resume view, Gemini 3.8 Flash support, and Markdown agent ambient customization inheritance
AI summary
Written by AI from the official notes. Check them for exact details.New features include a workspace-grouped resume view and Gemini 3.8 Flash support, along with various bug fixes.
- Introduced workspace-grouped view for
/resumepicker withCtrl+Ftoggle. - Added Gemini 3.8 Flash to model catalog for
GEMINI_API_KEYusers. - Markdown agents now inherit ambient skills and rules by default.
- Fixed long MCP OAuth authorization code issues.
- Resolved runtime nil pointer crashes in agent updates.
Why it matters: Users of Google AI tools should care for improved usability and enhanced model capabilities.
Full release notes10 changes
Adds an opt-in workspace-grouped view to the /resume picker with Ctrl+F toggling, adds Gemini 3.8 Flash to the model catalog for GEMINI_API_KEY users, updates Markdown-defined custom agents to inherit ambient skills, rules, and subagents by default, and delivers fixes for long MCP OAuth authorization codes, Windows skill path separators, /boost worker tools, and runtime nil pointer crashes.
- Added an opt-in workspace-grouped view to the
/resumeconversation picker, allowing users to toggle between a flat list and conversations grouped by directory withCtrl+F. - Added Gemini 3.8 Flash to the model catalog when connecting with a
GEMINI_API_KEY. - Changed custom agents defined in Markdown to inherit ambient skills, rules, and subagents by default, matching the configuration of default agents.
- Fixed MCP OAuth authentication failing when authorization servers return authorization codes longer than 1024 characters.
- Fixed skill path matching and grouping in the
/skillspanel on Windows where host path separators (\) caused global and workspace skills to be misclassified. - Fixed relative path resolution in Markdown-defined custom agents so relative subagent and plugin paths resolve correctly against the agent definition's directory.
- Fixed duplicate permission grants accumulating in configuration settings across session reloads and subagent invocations.
- Fixed
/boostfailing at runtime by improving worker tool configurations. - Fixed a fatal nil pointer crash in the agent runtime caused by background summary updates attempting to read cached steps after trajectory closure.
- Hardened Remote Control reverse-tunnel routing.