From 287dc67082e5ecdbbc3664c011944cf3be9e02e3 Mon Sep 17 00:00:00 2001 From: Jack Platten Date: Mon, 20 Jul 2026 15:25:48 -0700 Subject: [PATCH] Add .claude/plugins/claude-hud/config.json --- .../plugins/private_claude-hud/config.json | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 dot_claude/plugins/private_claude-hud/config.json diff --git a/dot_claude/plugins/private_claude-hud/config.json b/dot_claude/plugins/private_claude-hud/config.json new file mode 100644 index 0000000..0571bb0 --- /dev/null +++ b/dot_claude/plugins/private_claude-hud/config.json @@ -0,0 +1,44 @@ +{ + "lineLayout": "expanded", + "showSeparators": false, + "language": "en", + "gitStatus": { + "enabled": true, + "showDirty": true, + "showAheadBehind": false, + "showFileStats": false + }, + "display": { + "showModel": true, + "showContextBar": true, + "showTools": true, + "showSkills": false, + "showMcp": false, + "showAgents": true, + "showTodos": true, + "showProject": true, + "showAddedDirs": false, + "showConfigCounts": false, + "showTokenBreakdown": false, + "showSpeed": false, + "showCost": true, + "showRoutedCost": false, + "showUsage": true, + "usageBarEnabled": true, + "usageCompact": false, + "showResetLabel": true, + "showSessionName": false, + "showDuration": true, + "showSessionTokens": false, + "showEffortLevel": false, + "showOutputStyle": false, + "showMemoryUsage": false, + "showPromptCache": false, + "showClaudeCodeVersion": false, + "showCompactions": false, + "showAdvisor": false, + "showAuth": false, + "showAuthUser": false, + "authUserLength": 0 + } +} -- 2.51.2