Back
GoogleAntigravity
Permission prompts for compound commands, and fixes for disabled plugins, MCP OAuth, and clipboard corruption
AI summary
Written by AI from the official notes. Check them for exact details.Google has improved permission prompts for compound commands and fixed several issues with plugins and clipboard functionality.
- Improved permission prompts for compound shell commands to show full commands needing approval.
- Fixed disabled plugins running hooks that could disrupt file-editing tools.
- Relaxed MCP OAuth issuer validation for better compatibility with providers.
- Resolved '/btw' error on startup in fresh sessions.
- Corrected clipboard corruption for CJK text on Windows.
Why it matters: Users relying on plugins and clipboard functionality should pay attention to these fixes for smoother operation.
Full release notes6 changes
Improved permission prompts for compound shell commands, and fixed disabled plugins running hooks, MCP OAuth issuer validation, CJK clipboard copying on Windows, and /btw error on startup.
- Improved permission prompts for compound shell commands so the full command is shown when any part of it needs approval.
- Fixed disabled plugins still running their hooks and contributing other customizations, which could keep a broken hook active and break file-editing tools even after the plugin was turned off.
- Fixed MCP OAuth against providers that do not strictly follow the spec (such as Salesforce and Atlassian) by relaxing issuer validation and including the
refresh_tokengrant. - Fixed
/btwfailing with a "parent conversation not found" error when used as the very first action in a fresh session. - Fixed clipboard corruption of CJK and other non-ASCII text when copying on Windows.
- Fixed print mode (
-p) sending a prompt before the account-eligibility check finished.