Description
When a user installs with custom mode (option 3 in install.sh), claudetui mode reports "Current mode: full" because it only checks for --compact in the command string.
Users who configured custom components via claudetui mode custom see "full" as their current mode, which is misleading.
Suggested fix
Detect custom mode by checking if ~/.claude/claudeui.json has any non-default component toggles under "custom", and display "custom" instead of "full" when applicable.
Found during full project review (v0.6.1).
Description
When a user installs with custom mode (option 3 in
install.sh),claudetui modereports "Current mode: full" because it only checks for--compactin the command string.Users who configured custom components via
claudetui mode customsee "full" as their current mode, which is misleading.Suggested fix
Detect custom mode by checking if
~/.claude/claudeui.jsonhas any non-default component toggles under"custom", and display "custom" instead of "full" when applicable.Found during full project review (v0.6.1).