[BUG] Claude Code CLI unresponsive after update to version 0.2.119
Bug Report: Claude Code CLI unresponsive after update to version 0.2.119
Environment
- Platform (select one):
- [x] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other: <!-- specify -->
- Claude CLI version: 0.2.119 (updated from 0.2.118)
- Operating System: macOS (MacBook Pro)
- Terminal: Terminal App
Bug Description
After installing Claude Code CLI version 0.2.118, the application prompts to update to version 0.2.119. However, after completing this update, the CLI becomes completely unresponsive - all Claude commands produce no output or response whatsoever.
Steps to Reproduce
- Install Claude Code using
npm install -g @anthropic-ai/claude-code@0.2.118 - Launch Claude Code
- Receive prompt to update to version 0.2.119: "Update installed · Restart to apply"
- Complete the update to version 0.2.119
- Try to run any Claude command (e.g.,
claudeorclaude /init) - Observe that the commands produce no output or response
Expected Behavior
Claude CLI should respond to commands like claude or claude /init with appropriate output or actions.
Actual Behavior
After updating to version 0.2.119, running any Claude command results in no response or output. The terminal simply returns to the command prompt without any feedback or error messages, as if the command wasn't recognized.
Additional Context
- The issue occurs consistently with all Claude commands after updating to version 0.2.119
- Version 0.2.118 works correctly before the update
- The npm repository shows 0.2.118 as the latest version, but the application still prompts for update to 0.2.119
When i in 0.2.119
(base) apple@MacBook-Pro-2 ~/Develop/DevelopProjects/Projects/WebstormProjects/dongjing/dj-api-in-yunxiao ↰ main claude
(base) apple@MacBook-Pro-2 ~/Develop/DevelopProjects/Projects/WebstormProjects/dongjing/dj-api-in-yunxiao ↰ main claude /init
This issue has 11 comments on GitHub. Read the full discussion on GitHub ↗