What's wrong with this entry?
New configuration option to customize the spinner verbs shown during Claude's thinking phase.
Usage: Add to your settings:
{
"spinnerVerbs": {
"mode": "append",
"verbs": ["Pondering", "Contemplating", "Musing"]
}
}mode: "append"- adds your verbs to the default listmode: "replace"- uses only your custom verbs- Empty verbs array with replace mode falls back to defaults
Schema definition at line 552840 (contains "spinnerVerbs", 'Customize spinner verbs. mode: "append" adds verbs to defaults, "replace" uses only your verbs.')
Strings lifted out of the shipped bundle, so the claim above can be checked against them.