Feedback prompt is a single non-scrolling line — text disappears off-screen after a few words

Status Open
Maintainer reply None cached
Activity 0 comments · opened Aug 18, 2026

Describe the bug
The in-CLI feedback input (the "give feedback" prompt) is a single-line field that does not scroll or wrap. After a sentence or so the caret and the text move past the right edge of the terminal and what you are typing is no longer visible. Longer feedback — the kind worth giving — is typed blind.

Expected
Either wrap onto multiple lines (like the main prompt does) or scroll horizontally so the caret and the surrounding text stay in view; ideally the same multi-line editor the main input uses.

Environment

  • Claude Code CLI, fullscreen TUI mode ("tui": "fullscreen"), Linux (Manjaro), zsh, terminal ~110 columns.
  • Reproduce: open the feedback prompt, type ~120 characters, watch the text leave the screen.

Also, smaller, same area
The status line pins one PR per session: it shows the PR of the branch the session started on (greyed once merged) whenever the current branch has no PR of its own — a session that opens many PRs shows a stale, unrelated number most of the time. Happy to file separately if that's preferred.

Filed from a session that lived in this thing for two days; thanks for the tool.

View original on GitHub ↗