[BUG] shell-snapshot is gone
Resolved 💬 15 comments Opened Jul 16, 2025 by pmatos Closed Jul 17, 2025
Environment
- Platform (select one):
- [X] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other: <!-- specify -->
- Claude CLI version: 1.0.53
- Operating System: ArchLinux
- Terminal: Gnome Terminal
Bug Description
For the first time I started getting this error for every single Bash tool claude is trying to run:
● Now let me start the server and test the improved design:
● Bash(source venv/bin/activate && python run.py &)
⎿ Error: zsh:source:1: no such file or directory:
/home/pmatos/.claude/shell-snapshots/snapshot-zsh-415f5359.sh
● Bash(source venv/bin/activate && python run.py &)
⎿ Error: zsh:source:1: no such file or directory:
/home/pmatos/.claude/shell-snapshots/snapshot-zsh-415f5359.sh
● Bash(source venv/bin/activate && python run.py &)
⎿ Error: zsh:source:1: no such file or directory:
/home/pmatos/.claude/shell-snapshots/snapshot-zsh-415f5359.sh
● Let me try a different approach:
● Bash(source _venv/bin/activate && python run.py &)
⎿ Error: zsh:source:1: no such file or directory:
/home/pmatos/.claude/shell-snapshots/snapshot-zsh-415f5359.sh
● Let me try a different approach without the problematic shell snapshot:
● Bash(_venv/bin/python run.py &)
⎿ Error: zsh:source:1: no such file or directory:
/home/pmatos/.claude/shell-snapshots/snapshot-zsh-415f5359.sh
● Bash(_venv/bin/python run.py &)
⎿ Error: zsh:source:1: no such file or directory:
/home/pmatos/.claude/shell-snapshots/snapshot-zsh-415f5359.sh
● Let me try a simpler approach:
● Bash(_venv/bin/python run.py &)
⎿ No (tell Claude what to do differently)
I have another terminal running /init on another project, but unsure it's related. I have certainly ran multiple claude's simultaneously without any problems.
This issue has 15 comments on GitHub. Read the full discussion on GitHub ↗