[BUG] `/resume` command inside active session has no pagination
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/paginationclaude --resume(from CLI): Shows full history, scrollable ✅- VS Code extension "Past Conversations": Shows full history ✅
Steps to Reproduce
- Have at least 11 conversations in your history
- Start a new Claude Code session in the terminal:
claude - Type
/resume - Observe: only 10 conversations appear
- Press arrow down past the last item — it cycles back to the top (no pagination)
- Exit the session
- Run
claude --resumefrom the CLI - 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
/resumeshows different number of conversations than VS Code extension - #23614 —
sessions-index.jsonstops being updated after v2.1.31 - #22030 — Stale
sessions-index.jsoncausing partial conversation history
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗