Custom Spinner Messages in Claude Code

I can now set up a new claude custom spinner/loading message like so

Add to ~/.claude/settings.json:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"spinnerVerbs": {
    "mode": "replace",
    "verbs": [
        "Brewing coffee virtually",
        "Consulting the rubber duck",
        "Reticulating splines",
        "Warming up the flux capacitor",
        "Asking the magic 8-ball",
        "Counting backwards from infinity",
        "Untangling spaghetti code",
        "Negotiating with the compiler",
        "Feeding the hamsters",
        "Aligning the pixels",
        "Summoning the code gods",
        "Polishing the bits"
    ]
}