Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 17 Jun 13:36
· 68 commits to main since this release

Fixed

  • Pasting into a terminal duplicated the text. Ctrl/Cmd+V directly in a session's terminal pane
    pasted the clipboard contents twice. The terminal both pasted manually and let the browser's
    native paste run; it now lets the native paste happen exactly once (still swallowing the raw control
    byte and still honoring bracketed-paste mode for the agent's TUI).