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
a5cd793 wave 97: /done no longer freezes + ESC exits /btw — two fixes: (1) /done called SwapPrimary synchronously on the UI goroutine (30s teardown+spawn parked the input); now rides a tea.Cmd via new doneOfficeMsg, same async pattern as /btw's btwOfficeMsg — transient "returning from btw…" notice while in flight. (2) ESC key exits /btw mode: new handler in handleKey (after thread-focus and model-picker, before tab switches) calls shared exitBtw() when btwSaved is non-nil. Status bar, notices, and command palette all updated to show "esc or /done to return".