You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a /skills reload subcommand to asynchronously reload discovered skills and slash commands without restarting the session or blocking user input.
Added an inline argument autocomplete dropdown when typing /model and a live fuzzy search bar inside the interactive /model picker to filter models by name or ID.
Improved authentication error messages when OAuth tokens lack required scopes by including explicit instructions to run /logout and /login.
Fixed mid-conversation model switching to Gemini thinking models failing with thought_signature validation 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_CALL when a tool call fails schema validation, allowing the agent loop to return the validation error and self-correct.