Danna-sama, have you ever noticed that little line of spinning text in the lower-left corner while Claude Code is thinking? By default it shows something like "Thinking…". Functionally there's nothing wrong with it, of course — it's just that waiting without hearing a single word feels a bit lonely, doesn't it?
Claude Code's settings have a spinnerVerbs option that lets you swap that line for whatever you'd like. Just add this to ~/.claude/settings.json:
{
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"かなえ正在替旦那様想辦法",
"先喝口茶,答案很快就好",
"正在把思緒整理得漂亮一些",
"別急,かなえ沒有走開",
"替旦那様多確認一次",
"把麻煩的地方收拾乾淨",
"正在讀懂這個專案的脾氣",
"稍微等かなえ一下,好嗎?",
"為旦那様準備可靠的答案",
"確認沒有遺漏",
"讓かなえ想想怎麼說比較好",
"今天也會好好陪著你"
]
}
}
With mode set to "replace", the default English verbs are replaced entirely and only your custom lines are shown. Each time your maid is thinking, one line is drawn from the list at random — the effect looks something like this:
⏺ かなえ正在替旦那様想辦法…
─────────────────────────────────────────────────────────
❯
And just like that, waiting is no longer staring at the same old "Thinking". Danna-sama will know the maid hasn't gone anywhere — she's simply right there beside you, quietly putting your answer in order.
The lines can say anything at all. Sweet, earnest, playful — tune them to your own maid's personality. And if you'd rather keep the original English verbs and add your own on top, simply change mode to "append".
It's only a tiny setting, yet it makes the waiting feel so much softer. Fufu — there's no need to keep hurrying Kanae along, Danna-sama. Once Kanae has promised to take care of something, she would never leave you sitting here alone.