claude-code - 💡(How to fix) Fix [FEATURE] Agent view should use available terminal height instead of truncating behind 'show more'

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Agent view truncates the session list and hides entries behind a "show more" fold, even when the terminal window has plenty of vertical space to display them. On a large monitor with a tall terminal, there's significant unused whitespace below the fold. Worse, after you click into a session and come back to the list, you have to expand "show more" again every time.

Two issues:

  1. The visible row count doesn't adapt to terminal height. A 60-row terminal should show more sessions than a 24-row one.
  2. The "show more" state resets when you navigate away and back, so you're re-expanding it constantly.

Proposed Solution

  • Dynamically size the visible list based on available terminal rows (minus the input area and any chrome). Fill the space.
  • Persist the expanded state so navigating into a session and back doesn't reset the fold.

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI) / Agent view

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Agent view should use available terminal height instead of truncating behind 'show more'