-
Notifications
You must be signed in to change notification settings - Fork 328
Description
Describe the bug
After restarting my computer, when I run the claude command in PowerShell, the bottom HUD completely disappears (it does not render at all).
I have checked my user directory at .claude/plugins/claude-hud/, and the plugin folder is still there. The configuration files inside are also correct and fully intact. It seems that the plugin simply fails to initialize or is not being triggered by Claude Code after a Windows system reboot.
To Reproduce
Steps to reproduce the behavior:
- Install and configure the
claude-hudplugin successfully (confirm it works in the current session). - Restart the Windows computer.
- Open PowerShell and run the
claudecommand. - Observe that the statusline/HUD is missing at the bottom of the terminal.
- Type / in the prompt and observe that no claude-hud commands are available/recognized.
Expected behavior
The HUD should load and render normally in PowerShell whenever the claude command is executed, regardless of whether the system has just been restarted.
Environment details:
- OS: Windows 11 Pro (Version 25H2)
- Terminal: PowerShell
- Claude Code Version: v2.1.69
- Node.js Version: v24.13.0
Additional context / Configuration
Here is my claude-hud related JSON configuration for reference:
Click to expand JSON configuration
{
"version": 2,
"plugins": {
"claude-hud@claude-hud": [
{
"scope": "user",
"installPath": "C:\\Users\\someone\\.claude\\plugins\\cache\\claude-hud\\claude-hud\\0.0.9",
"version": "0.0.9",
"installedAt": "2026-03-05T14:01:28.263Z",
"lastUpdated": "2026-03-05T14:01:28.263Z",
"gitCommitSha": "cf1dbdef64f0b88e0938f43a0cfc19a27df68905"
}
]
}
}{
"lineLayout": "compact",
"showSeparators": false,
"display": {
"showTools": true,
"showAgents": true,
"showTodos": true,
"showDuration": true,
"showConfigCounts": true,
"showTokenBreakdown": true,
"usageBarEnabled": true
},
"gitStatus": {
"enabled": true,
"showDirty": false,
"showAheadBehind": false,
"showFileStats": false
}
}