feat: option to pin chat input at top of screen
Status Closed — duplicate
Maintainer reply None cached
Workaround ✓ Mentioned in description ↑
Activity 3 comments · opened May 22, 2026 · 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 3 comments on GitHub. Read the full discussion on GitHub ↗