Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

New CLI-internal "update_settings" tool for host UIs

A CLI-internal update_settings tool lets host UIs write settings the way /config does, for now only outputStyle in project local settings.

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaSettingswhat it touches
KindNew Featuresin v2.1.257,
Use it now

A CLI-internal update_settings tool lets host UIs write settings the way /config does, for now only outputStyle in project local settings.

A new CLI-internal update_settings tool lets host UIs merge settings into a settings file through the CLI's own writer, covering the canonical store, gitignore upkeep, and hardened writes, and live-applies them, mirroring what /config does. For now only the project's local settings file is supported and only the outputStyle key is allowlisted; it requires string values, refuses remote transports, and refuses sessions whose --setting-sources exclude the target file.

Read from
Names in the bundleupdate_settingsoutputStyle--setting-sources
What the documentation says
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up --setting-sources, on Extend Claude with skills. * A session where your organization's managed settings [lock skills to plugin sources](/docs/en/settings-reference#strictpluginonlycustomization-skills), or one you start with a [`--setting-sources`](/docs/en/cli-reference#cli-flags) list … skills see the edit
Added since A small documentation edit on Modifying system prompts touched a line naming outputStyle after this was published. In the Python SDK, set `outputStyle` through the `settings` option, which takes a JSON string such as `'{"outputStyle": "Explanatory"}'` or a path to a settings file that sets it. agent-sdk/modifying-system-prompts see the edit
Confirmed since Anthropic's documentation has since written up outputStyle, on How Claude Code uses prompt caching. When you switch [output styles](/docs/en/output-styles) mid-session with `/config` or the `outputStyle` setting, Claude uses the new style starting with your next message. Claude Code delivers the new style's instructions as a message in t… prompt-caching see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up outputStyle, on How Claude Code uses prompt caching.

See this entry in the whole of v2.1.257 →

Feedback