What's wrong with this entry?
A new setting to control the default transcript view mode on startup.
{
"viewMode": "default"
}- Options:
"default","verbose","focus" - Set in your configuration file to control how the conversation transcript is displayed each time you launch Claude Code
Schema definition viewMode: y.enum(["default", "verbose", "focus"]) (search for "Default transcript view mode on startup")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.