Uninstall moo-statusline from Claude Code
Removes moo-statusline from Claude Code and restores the default statusline. Use this when you want to uninstall the custom statusline or troubleshoot issues.
/plugin marketplace add moogento/moo-statusline/plugin install moogento-moo-statusline@moogento/moo-statuslineRemove moo-statusline from Claude Code. Recognizes: /uninstall, self-uninstall
rm -f ~/.claude/statusline.sh
Read ~/.claude/settings.json and remove the statusLine key while preserving all other settings. Use jq or careful editing.
Confirm removal:
ls ~/.claude/statusline.sh 2>/dev/null || echo "Script removed"
cat ~/.claude/settings.json | jq 'has("statusLine")'
/statusline