1017 B
1017 B
description: Toggle the persisted verbose view for this project (viewMode verbose/default, plus verbose + showThinkingSummaries) by writing .claude/settings.local.json, and print the live-view keybind. Usage: /verbose [on|off|status]; no argument toggles. Runs TUI-side via the UserPromptExpansion hook; this body is only the fallback. argument-hint: [on|off|status] disable-model-invocation: true allowed-tools: Bash(python3:*)
/verbose (fallback path)
Normally you never see this: hooks/local-commands.py (UserPromptExpansion) runs
skills/verbose/local.py and blocks the expansion, so /verbose costs no model turn. This body
only loads on a host where that hook isn't deployed yet.
Run exactly this, then relay its output to me verbatim in a fenced ```text block with at most one line of your own:
python3 ~/.claude/skills/verbose/local.py $ARGUMENTS
Don't edit any settings file yourself, don't run anything else, and don't offer follow-ups. If it reports an error, quote it and stop.