[BUG] Past Conversations panel only shows 3 sessions, cannot scroll or search history
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?
The "Past Conversations" panel in Claude Code VSCode extension only shows 3 sessions
grouped by time (Today, Past week, Past month). Previously it showed all conversation
history. Now it's impossible to scroll down to see more sessions, and the search
function also returns no results.
65+ session files are confirmed stored in ~/.claude/projects/ but the UI only
displays 3 of them.
What Should Happen?
All past conversation sessions should be displayed in the Past Conversations panel,
with the ability to scroll through all history and search by keyword - exactly as it
worked in previous versions of Claude Code.
Error Messages/Logs
Steps to Reproduce
- Install Claude Code v2.0.76 via Homebrew Cask
- Open VSCode/Cursor editor
- Click on Claude Code icon in sidebar
- Click "Past Conversations"
- Observe that only 3 sessions are shown (Today, Past week, Past month)
- Try scrolling down - no more sessions appear
- Try searching with keywords - no results returned
- Verify sessions exist: ls ~/.claude/projects/ shows 65+ session files
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.69
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
- Editor: Cursor (VSCode-based)
- Claude Code installed via Homebrew Cask: brew install --cask claude-code
- 65+ session files confirmed stored in ~/.claude/projects/ but UI only shows 3
- The Past Conversations panel previously showed full history with scroll support
- After updating to v2.0.76, history is now limited to 3 entries grouped by time
- Search functionality in the panel returns no results for any keyword
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗