Skip to content

HUD disappears from PowerShell after system restart despite plugin files being intact (Windows 11) #196

@Datumdelusion

Description

@Datumdelusion

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:

  1. Install and configure the claude-hud plugin successfully (confirm it works in the current session).
  2. Restart the Windows computer.
  3. Open PowerShell and run the claude command.
  4. Observe that the statusline/HUD is missing at the bottom of the terminal.
  5. 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
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions