-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
area:corebugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:linuxIssue specifically occurs on LinuxIssue specifically occurs on Linux
Description
Description
Some sessions are saved without a proper "type": "summary" header as the first line of the .jsonl file. These sessions don't appear in the /resume or claude --resume picker, even though they contain valid conversation data.
Steps to reproduce
- Start a Claude Code session
- Have a conversation
- Exit and run
claude --resume - Some sessions may not appear in the list
Expected behavior
All saved sessions should appear in the resume picker.
Actual behavior
Sessions where the first line is "type": "file-history-snapshot" instead of "type": "summary" are not shown in the picker.
Evidence
Session file 5ebc9d63-851f-4b0c-b97a-37325bdcd01a.jsonl (286KB, valid content) starts with:
{"type": "file-history-snapshot", ...}While working sessions start with:
{"type": "summary", "summary": "...", ...}Environment
- Claude Code version: 2.0.76
- OS: Debian Linux 6.1.0-41-amd64
- Terminal + CLion IDE integration
Metadata
Metadata
Assignees
Labels
area:corebugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:linuxIssue specifically occurs on LinuxIssue specifically occurs on Linux