Files
claude-hud/commands/setup.md
Jarrod Watts 5854d40f98 fix: use literal CLAUDE_PLUGIN_ROOT and set version 0.0.1
- setup.md now explicitly instructs to use the variable, not resolve it
- Version updated to 0.0.1 for initial release

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

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

497 B

description
description
Configure claude-hud as your statusline

Add this exact statusLine configuration to ~/.claude/settings.json:

{
  "statusLine": {
    "type": "command",
    "command": "node ${CLAUDE_PLUGIN_ROOT}/dist/index.js"
  }
}

IMPORTANT: Use the literal string ${CLAUDE_PLUGIN_ROOT} exactly as shown - do NOT resolve or expand it. Claude Code will resolve this variable at runtime to the correct plugin path.

Merge with existing settings. Do not overwrite other fields.