[BUG] `/resume` command inside active session has no pagination

Resolved 💬 5 comments Opened Feb 9, 2026 by timdmackey Closed Mar 17, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

What's Wrong?

The /resume slash command used inside an active Claude Code terminal session only displays 10 conversations in the picker, with no ability to scroll further through the list (arrow down cycles back to the top). In contrast, claude --resume from the CLI displays the full conversation history with proper scrolling.

\resume inside active session:

<img width="1228" height="244" alt="Image" src="https://github.com/user-attachments/assets/e194878c-0d02-465c-af8b-60cbef1b14fd" />

claude --resume:

<img width="1234" height="224" alt="Image" src="https://github.com/user-attachments/assets/6bb2e72b-51bd-402d-9fad-83a217c927cb" />

The VS Code extension's "Past Conversations" view also shows the complete history going back a month+.

What Should Happen?

/resume inside an active session should show the same full, scrollable conversation list as claude --resume from the CLI.

Actual Behavior

  • /resume (inside session): Shows only 10 conversations, no scroll/pagination
  • claude --resume (from CLI): Shows full history, scrollable ✅
  • VS Code extension "Past Conversations": Shows full history ✅

Steps to Reproduce

  1. Have at least 11 conversations in your history
  2. Start a new Claude Code session in the terminal: claude
  3. Type /resume
  4. Observe: only 10 conversations appear
  5. Press arrow down past the last item — it cycles back to the top (no pagination)
  6. Exit the session
  7. Run claude --resume from the CLI
  8. Observe: full conversation history is displayed with proper scrolling

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

Unknown

Claude Code Version

2.1.37 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

VS Code integrated terminal

Additional Information

Related Issues

  • #9898 — Terminal /resume shows different number of conversations than VS Code extension
  • #23614 — sessions-index.json stops being updated after v2.1.31
  • #22030 — Stale sessions-index.json causing partial conversation history

View original on GitHub ↗

This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗