What's wrong with this entry?
/config now accepts key=value pairs as arguments, letting you set configuration settings without opening the interactive panel.
/config theme=dark
/config model=claude-opus-4-5 theme=dark
/config key=value key2=value2- Works in both interactive mode and non-interactive (
--print) mode. - Invalid keys produce:
"<key> isn't a /config setting. Run /config to see what's available."and"can't be set with key=value — open /config to change it from the panel."for panel-only settings. - Running
/configwith no arguments still opens the interactive settings panel. - Some settings (like model and theme) have dedicated slash commands (
/model,/theme) that are also surfaced in the error hint.
/config handler (search for "Usage: /config key=value [key=value ...]") — xqp handler at line ~570976; key→command map (search for "outputStyle") — Cqp map at line ~570945
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.