Claude Code HUD: Terminal Dashboard for Monitoring AI Coding Sessions

What claude-code-hud does
claude-code-hud is a terminal-based dashboard designed specifically for monitoring Claude Code sessions. The developer built it to address two common pain points: constantly running commands like git diff, git status, and cat to check what Claude changed, and not knowing how much context window remained until hitting limits.
Key features
- Context window gauge with color warnings (green → yellow → red)
- 5-hour/weekly usage rate from Anthropic API (actual data, not estimates)
- Interactive file browser with git status colors
- File diff viewer, branch switching, and commit history — all in the terminal
Setup and usage
Install and run with one command: npx claude-code-hud. No configuration required. The tool sits next to your Claude Code session in a separate terminal window.
The developer describes the workflow as: "You're not writing code with Claude Code. You're reviewing. For that, you don't need IntelliJ. You need a lightweight way to see what's changing and how much context you have left."
The project was built with Claude Code and is available on GitHub at https://github.com/letsgojh0810/hud-plugin.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using a Local LLM as a Claude Code Subagent to Reduce Context Usage
A Reddit user demonstrates how Claude Code can delegate tasks to a local LLM running via LM Studio, keeping file content out of Claude's context. The setup uses a ~120-line Python script with LM Studio's tool-calling API to handle file operations locally.

Caddie: Slack-Based OpenClaw Alternative Launches Next Week
Caddie is a Slack-based version of OpenClaw that requires no local installation or MCP configuration. Users authorize it through the Slack App Directory in 60 seconds, then type commands to automate tasks across Gmail, LinkedIn, CRM, calendar, and 100+ other tools.

Lore: MCP Server That Shares AI Agent Session History Across Tools
Lore is an MCP server that indexes AI agent sessions into a local SQLite store, letting any agent—regardless of tool—access another's session history. Fresh client sessions, no shared context, yet agents can pull up past conversations on demand.

LogClaw: Open-Source AI SRE for Auto-Ticketing from Logs
LogClaw is an open-source log intelligence platform that runs on Kubernetes, ingests logs via OpenTelemetry, detects anomalies using signal-based composite scoring, and automatically creates tickets with root cause analysis in about 90 seconds.