About this project

Claude HUD is a plugin for Claude Code that utilizes the native statusline API to display a persistent information dashboard below the user input. It provides real-time visibility into the session's internal state without requiring separate windows or external tools like tmux. Key capabilities include: - Context & Usage Monitoring: Visual bars and percentages for context window fullness and subscriber rate limits. - Activity Tracking: Real-time display of active tools (read, edit, search), running subagents, and todo list progress. - Project Metadata: Displays the current project path, git branch status (including dirty state and ahead/behind counts), and model information. - Financial Tracking: Optional display of session costs and cumulative daily spend based on native Claude Code data. - Advanced Configuration: A guided setup (/claude-hud:configure) and a detailed JSON config for customizing layout (expanded vs. compact), colors, language (English, Simplified/Traditional Chinese), and specific element visibility. - Technical Integration: Parses stdin JSON and transcript JSONL to provide accurate token data and activity logs, with support for various providers including Bedrock, Vertex, and MiniMax.