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
Agent and CLI conversations now share one presentation layer, so both modes render turns, tools and errors consistently. (#550)
CLI conversations now show up in the process monitor at the bottom right, making background runs visible and controllable.
You can now click the Agent/CLI mode area to switch conversation modes directly.
Reworked quoting on assistant replies: the quote button appears only once a selection is complete, so it no longer interrupts continuous selection. Plain quotes are kept after the annotation box is closed, and you can right-click a quote marker to remove it.
Reasoning sections now report how long the model thought once thinking ends.
Failed requests are now recognised and classified more precisely, so provider and configuration problems are easier to act on.
Tab completion can now replace the text matched by its trigger. (#552)
Synced the latest OpenRouter model capability data.
Fixed the first user message bubble not being clickable for editing.
Fixed Codex CLI auto-generated conversation titles not syncing back to the native session.
Fixed history panel entries jittering while several conversations were running; deleting a history entry now asks for confirmation.