mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
* feat: add showProject config to hide project name from statusline Adds `display.showProject` (default: true) to control whether the project path is displayed. When set to false, the project name and its associated git info are hidden from both compact and expanded layouts. * fix: keep git status visible when project name is hidden --------- Co-authored-by: Jarrod Watts <jarrod@cubelabs.xyz>