Files
claude-hud/commands/setup.md
Jarrod Watts 383d98ab88 fix: use actual plugin path instead of fake variable
${CLAUDE_PLUGIN_ROOT} doesn't exist - setup now finds the real installed path

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 23:24:31 +11:00

732 B

description
description
Configure claude-hud as your statusline

Add statusLine configuration to ~/.claude/settings.json.

First, find the installed plugin path:

  • Look in ~/.claude/plugins/cache/claude-hud/claude-hud/ for the version folder
  • The path will be like: ~/.claude/plugins/cache/claude-hud/claude-hud/{version}/dist/index.js

Add this to settings.json (using the actual path you found):

{
  "statusLine": {
    "type": "command",
    "command": "node ~/.claude/plugins/cache/claude-hud/claude-hud/{version}/dist/index.js"
  }
}

Replace {version} with the actual version folder name (e.g., 0.0.1).

Merge with existing settings. Do not overwrite other fields.

The HUD appears immediately - no restart needed.