- Added a
/skills reloadsubcommand to asynchronously reload discovered skills and slash commands without restarting the session or blocking user input. - Added an inline argument autocomplete dropdown when typing
/modeland a live fuzzy search bar inside the interactive/modelpicker to filter models by name or ID. - Improved authentication error messages when OAuth tokens lack required scopes by including explicit instructions to run
/logoutand/login. - Fixed mid-conversation model switching to Gemini thinking models failing with
thought_signaturevalidation errors when prior turns were generated by non-Gemini models. - Fixed web search (
search_web) failing with"no summary returned from GenerateContent"when the summarization model emits leading thought parts. - Fixed agent turns terminating prematurely with
NO_TOOL_CALLwhen a tool call fails schema validation, allowing the agent loop to return the validation error and self-correct. - Fixed MCP tool schema augmentation mutating tool definitions in place, preventing strict argument validation failures.
- Fixed
hooks.jsonconfigurations being silently dropped when customization token budget truncation is active. - Fixed custom subagents losing configured
excludeskill filters when runtime skill filtering is applied. - Fixed subagent status and termination tracking under pubsub batch coalescing so killed subagents are not reset to active by late step updates.
- Fixed conversations with active turns or running daemon background tasks failing to auto-resume after a restart.
- Fixed terminal
ERRORsteps (such as failed tool executions or timeouts) being omitted fromtranscript.jsonlconversation logs. - Fixed raw OSC 8 escape sequences rendering in
Apple_Terminalover SSH connections by disabling unsupported hyperlink sequences.