Environment
- Platform (select one):
- Claude CLI version: 1.0.80 (Claude Code)
- Operating System: Debian Linux
- Terminal: VS Code terminal + bash
Bug Description
It is only possible to resume conversations from the same directory in which they are started.
Steps to Reproduce
Start a session with claude --session-id UUID
End that session and change to another directory
Try to resume the session with claude --resume UUID
Expected Behavior
Session should be resumed
Actual Behavior
Error: No conversation found with session ID: UUID
Additional Context
The problem seems to be that Claude is storing its conversations under /home/USER/.claude/projects/PROJECT_PATH/ where project path is a string built from the current working directory with the slashes removed.
Environment
Bug Description
It is only possible to resume conversations from the same directory in which they are started.
Steps to Reproduce
Start a session with
claude --session-id UUIDEnd that session and change to another directory
Try to resume the session with
claude --resume UUIDExpected Behavior
Session should be resumed
Actual Behavior
Error: No conversation found with session ID: UUID
Additional Context
The problem seems to be that Claude is storing its conversations under
/home/USER/.claude/projects/PROJECT_PATH/where project path is a string built from the current working directory with the slashes removed.