- 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.