[BUG] TUI hangs while Claude is thinking
Resolved 💬 3 comments Opened Sep 2, 2025 by cowwoc Closed Sep 6, 2025
Environment
- Platform (select one):
- [x] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other: <!-- specify -->
- Claude CLI version: 1.0.84 (Claude Code)
- Operating System: Windows 11
- Terminal: Windows Terminal
Bug Description
<!-- A clear and concise description of the bug -->
Steps to Reproduce
- Run a task that requires thinking
- Intermittently, the progress indicator will hang for a couple of seconds and while it does you won't be able to type anything
Expected Behavior
Use a separate thread for computation and UI input/output. Alternatively, yield() on a regular basis in the computation thread.
Actual Behavior
UI hangs while computation is in progress
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗