mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-04-16 23:02:41 +00:00
- 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>
389 B
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