How to set Custom Spinner Words in Claude Code
When the AI inference is happening. Claude code usually shows some sort of random words verbs.
Now it supports that so that you have full control over that.
How to to do it?
You can just add this in your claude settigs (settings.json
{
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"Thinking",
"Vibe Coding",
"Architecting"
]
}
}