Skip to content

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 27 Aug 13:47
· 2 commits to main since this release

Terminal

Shift+Enter now adds a line break instead of sending. Pressing Shift+Enter in a terminal pane previously produced the exact same bytes as plain Enter, so an agent CLI's prompt composer submitted the message mid-thought. It now emits the standard ESC-CR sequence those composers read as "insert a soft line break", so multi-line prompts work without any per-terminal configuration.

Related keys are unchanged: Enter still sends, Ctrl+Shift+Enter still sends a plain carriage return, Option+Enter keeps its existing meaning, and Tab / Shift+Tab still reach the shell for completion and reverse-completion.