feat: option to pin chat input at top of screen
Resolved 💬 2 comments Opened May 22, 2026 by ericethridge Closed May 26, 2026
Feature Request: Chat input position option (top vs bottom)
Currently the chat input is fixed at the bottom of the terminal. No configuration option exists to move it.
Problem: When output is long, input disappears off-screen. Users who prefer input-at-top (common in many chat UIs and editors) have no option. Heavy keyboard users lose context of what they typed vs what's being streamed.
Request: Add a config option:
{ "inputPosition": "top" | "bottom" }
Output would scroll below the input instead of above it.
Workaround today: None. tmux/iTerm split panes are a poor substitute — they require managing two panes just to see your own input.
This is table-stakes UX for power users. Please prioritize.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗