What Claude HUD displays
mainClaude HUD provides real-time insights directly below your input line using Claude Code's native statusline API. It tracks:
- Project Path: Shows your current project directory (depth is configurable).
- Context Health: Displays how much of the context window remains before it is full.
- Tool Activity: Real-time monitoring of file reads, edits, and searches.
- Agent Tracking: Shows which sub-agents are running and their current tasks.
- Todo Progress: Tracks the completion status of ongoing tasks.
Display Modes
Default (2 lines)
Displays the model/provider, project path, git branch, context progress bar, and usage limits.
[Opus] │ my-project git:(main*)
上下文 █████░░░░░ 45% │ 使用率 ██░░░░░░░░ 25%(1小时30分 / 5小时)Optional Lines (Enabled via /claude-hud:configure)
You can enable additional lines to see tool activity, agent status, and todo progress:
◐ Edit: auth.ts | ✓ Read ×3 | ✓ Grep ×2 ← Tool Activity
◐ explore [haiku]: 查找认证代码(2分15秒) ← Agent Status
▸ 修复认证漏洞(2/5) ← Todo Progress