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 full CLI Markdown renderer with headings, lists, tables, block quotes, links, task items, terminal-safe wrapping, and syntax-highlighted code blocks.
Changed
Improved desktop streaming responsiveness by bounding live Markdown rendering, avoiding redundant scroll corrections, and stopping idle typewriter animation frames.
Unified provider-facing tool-schema sanitization across Gemini request paths while preserving local validation semantics for unsupported provider keywords.
Improved CLI runtime coordination and Plan-mode transitions, including cancellation of an active Worker turn when leaving Plan mode.
Fixed
Hardened Anthropic and OpenAI tool-call payload generation and validation for provider-specific schema and argument shapes.