Spinner Tips Override
Settings global 81
Customize the spinner tips shown while Claude is thinking. Replace the example tip string in the 'tips' array with your own custom messages. Set 'excludeDefault: true' to show only your custom tips, or 'false' to mix them with the built-in ones.
npx claude-code-templates@latest --setting global/spinner-tips-override claude-code — spinner-tips-override
Content
JSON
{
"description": "Customize the spinner tips shown while Claude is thinking. Replace the example t..."
"spinnerTipsOverride": {
"excludeDefault": true
"tips": [1 item]
}
}