Skip to content

v0.3.13

Choose a tag to compare

@github-actions github-actions released this 01 Sep 06:58
· 24 commits to main since this release

Changelog

Other

  • 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".