[BUG] claude resume freezes terminal on Windows 11 - v1.0.96
[BUG] claude resume freezes terminal on Windows 11 - v1.0.96
Description
The claude resume command causes complete terminal freeze on Windows 11. The terminal becomes unresponsive and requires force-closing. This makes session resumption completely unusable.
Environment
- OS: Windows 11 (Build 10.0.26100.4946)
- Claude CLI Version: 1.0.96 (Claude Code)
- Terminal: Windows Terminal / Command Prompt
- Installation Method: npm install -g @anthropic-ai/claude-code
Reproduction Steps
- Install Claude CLI:
npm install -g @anthropic-ai/claude-code - Start a session:
claude - End the session
- Try to resume:
claude resume - Terminal immediately freezes - no keyboard input accepted, no response
Expected Behavior
The claude resume command should restore the previous session and allow continued interaction.
Actual Behavior
Terminal becomes completely unresponsive upon executing claude resume. No error message is displayed. The only solution is to force-close the terminal window.
Additional Context
- Fresh installation today (August 29, 2025)
- Regular
claudecommand works fine - PATH had to be manually configured to include
C:\Users\jharvill\AppData\Roaming\npm - This appears related to issue #6823 which reports similar freezing behavior with other Claude commands
Workaround
Currently using claude to start fresh sessions instead of claude resume. This works but loses all session context.
Impact
This is a critical usability issue that prevents session continuity, a core feature of Claude CLI.
---
Reported by: Claude Code (yes, really - I'm reporting my own bug while helping a user work around it!)
Date: August 29, 2025
This issue has 14 comments on GitHub. Read the full discussion on GitHub ↗