mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 15:52:37 +00:00
- 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>
497 B
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.