Files
claude-hud/CHANGELOG.md
Jarrod Watts e9b0e9f680 feat: comprehensive config detection across all scopes
- Add ~/.claude.json user-scope MCP support
- Add .mcp.json project MCP support
- Add .claude/settings.local.json support
- Add CLAUDE.local.md and .claude/CLAUDE.md detection
- Deduplicate MCPs that appear in multiple files

Locations now covered:
- User: ~/.claude/CLAUDE.md, ~/.claude/rules/, ~/.claude/settings.json, ~/.claude.json
- Project: CLAUDE.md, CLAUDE.local.md, .claude/CLAUDE.md, .claude/rules/, .mcp.json
- Project settings: .claude/settings.json, .claude/settings.local.json

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 18:10:26 +11:00

389 B

Changelog

All notable changes to Claude HUD will be documented in this file.

[2.0.0] - 2025-01-02

Changed

  • Complete rewrite from split-pane TUI to inline statusline
  • New statusline renderer with multi-line output
  • Transcript-driven tool/agent/todo parsing
  • Native context usage from stdin JSON

Removed

  • Hook-based capture flow
  • Split-pane UI and related components