Summary
When the third-party tool claude-hud is installed, launching the official Claude Code 2.1.133 (installed via official distribution, not npm) results in an unresponsive terminal and uncontrolled memory growth, leading to system instability. The issue is fully resolved by uninstalling claude-hud.
Steps to Reproduce
- Install official Claude Code 2.1.133 (via official installer, NOT npm).
- Install
claude-hud globally:
npm install -g claude-hud
- Launch Claude Code in terminal:
- Observe terminal behavior and memory usage.
Expected Behavior
Claude Code should start normally, render the interface correctly, and maintain stable memory usage. Third-party tools should not cause the application to freeze or leak memory infinitely.
Actual Behavior
- The terminal becomes completely unresponsive immediately after launch.
- Process memory usage grows uncontrollably, exceeding 3GB within seconds and continuing to rise.
- No normal output, native status bar, or UI elements are displayed.
- The only way to stop the process is to force-quit it.
Environment
- OS: macOS
- Node/Bun version: Node.js bundled with official Claude Code
- Claude Code version: 2.1.133 (official distribution)
- Third-party tools:
claude-hud (latest release)
Logs or Screenshots
(Upload your screenshots here: terminal freeze, memory usage spike, etc.)
Additional Notes
This appears to be a compatibility conflict between claude-hud and the updated terminal rendering/stream handling logic introduced in Claude Code v2.1.118+. The plugin likely hijacks stdout/stderr streams, triggering an infinite render loop and catastrophic memory leak.
Summary
When the third-party tool
claude-hudis installed, launching the official Claude Code 2.1.133 (installed via official distribution, not npm) results in an unresponsive terminal and uncontrolled memory growth, leading to system instability. The issue is fully resolved by uninstallingclaude-hud.Steps to Reproduce
claude-hudglobally:claude # or claude -cExpected Behavior
Claude Code should start normally, render the interface correctly, and maintain stable memory usage. Third-party tools should not cause the application to freeze or leak memory infinitely.
Actual Behavior
Environment
claude-hud(latest release)Logs or Screenshots
(Upload your screenshots here: terminal freeze, memory usage spike, etc.)
Additional Notes
This appears to be a compatibility conflict between
claude-hudand the updated terminal rendering/stream handling logic introduced in Claude Code v2.1.118+. The plugin likely hijacks stdout/stderr streams, triggering an infinite render loop and catastrophic memory leak.