[BUG] 0.2.39 broke bash commands
Resolved 💬 15 comments Opened Mar 13, 2025 by hyperknot Closed Mar 14, 2025
Environment
- Platform (select one):
- [x] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other: <!-- specify -->
- Claude CLI version: 0.2.39 (Claude Code)
- Operating System: macOS 15.3.1
- Terminal: iterm2
Bug Description
The 0.2.39 broke bash command running, it waits forever before running the commands.
Bash(pnpm typecheck)…
✽ Doing… (65s · esc to interrupt)
Steps to Reproduce
- Ask to run some harmless bash command like
pnpm typecheckin my case.
Expected Behavior
Ask and run
Actual Behavior
Not asking and stalling
The only current way to fix it is to disable autoupdate and revert to 0.2.38
claude config set -g autoUpdaterStatus disabled
npm -g install @anthropic-ai/claude-code@0.2.38This issue has 15 comments on GitHub. Read the full discussion on GitHub ↗