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
Scrolling long conversations could freeze the app for seconds. The transcript now renders a bounded window (older lines one click away) and each row re-renders only when its content actually changes. This resolves the hang reported on 0.1.5.
Shift+Enter in the Terminal view now inserts a newline instead of sending the message (matching the chat side).
Accented characters no longer get corrupted when pasting or dictating into the terminal (single-write paste, Unicode normalization, and a proper locale for the hosted CLI).
Question cards now show each option's preview content — the part that changes per option — following arrow keys and hover.
Multi-question prompts can now be answered and submitted entirely from the chat, no more flipping to the terminal to confirm.
Improved
The chat's slash autocomplete now knows your custom commands and skills (personal and per-project, including files your sync tool marked as hidden), labeled "Custom ·" in suggestions.
When the agent asks for a permission or presents a plan, the chat's attention prompt now comes from an official signal instead of screen heuristics.
Under-the-hood hardening of the hosted terminal and safer update flow.