Back
GoogleAntigravity
Copy support for side questions, native backend tool-choice constraints, and subagent MCP inheritance
AI summary
Written by AI from the official notes. Check them for exact details.New features include a command to copy side-question responses and improved backend tool calling. Several bugs were also fixed.
- Introduced
/copy btwto copy side-question responses to clipboard. - Improved tool-calling fidelity with native backend function configurations.
- Fixed plugin hook discovery for active hooks in plugins.
- Resolved MCP server inheritance issues for custom subagents.
- Corrected premature proactive feedback prompts during sessions.
Why it matters: Users relying on side questions and backend tools should care for enhanced functionality and bug fixes.
Full release notes5 changes
Introduces /copy btw to copy side-question responses directly to the clipboard, translates tool-choice constraints to native backend function calling, and fixes plugin hook discovery, subagent MCP server inheritance, relative config path resolution, and premature proactive feedback prompts.
- Added the
/copy btwslash subcommand to copy the full text of the active/btwside-question response to the clipboard even when the response card is collapsed or scrolled, along with argument ghost hints when typing/copy. - Improved tool-calling fidelity by translating per-request tool-choice constraints (
any,required, and named functions) into native backend function-calling configurations. - Fixed the
/hookscommand and hook inspection utilities omitting hooks bundled inside enabled plugins when listing activehooks.jsonconfigurations. - Fixed custom subagents created with
enable_mcp_tools: truereceiving an empty MCP server list instead of inheriting the parent agent's configured MCP servers, and fixed declarative subagent configurations failing to resolve relative config file paths (relative_path_to_config) against the parent agent's directory. - Fixed proactive feedback prompts triggering prematurely during the first few turns of a session or on transient, recovered tool errors.