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

The SDK query client gains updateSettings(source, settings) for changing settings from code.

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

The SDK query client gains updateSettings(source, settings) for changing settings from code.

The SDK query client gains an updateSettings(source, settings) method, which sends a new update_settings control-protocol subtype and is tracked under a dedicated telemetry span.

Read from
Names in the bundleupdateSettings
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.

Added since A small documentation edit on Configure your agent touched a line naming updateSettings after this was published. * **`updateSettings()`**: writes one allowlisted key to a settings file. The [`updateSettings()` reference](/docs/en/agent-sdk/typescript#updatesettings) names the key each source accepts and the version floors. agent-sdk/configuration see the edit
Confirmed since Anthropic's documentation has since written up updateSettings, on Agent SDK reference - TypeScript. | `updateSettings(source, settings)` | Merges settings into the project's local settings file, `.claude/settings.local.json`; they take effect on the next request. Accepts only `source: 'localSettings'` and an allowlisted key set, currentl… agent-sdk/typescript 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 updateSettings, on Agent SDK reference - TypeScript.

See this entry in the whole of v2.1.257 →

Feedback