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.277 ·

New disableSideloadFlags settings key hardened against malformed values

A malformed disableSideloadFlags setting now blocks sideload flags by default instead of being ignored

TierUse it nowhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSettingswhat it touches
KindImprovementsin v2.1.277,
Use it now

A malformed disableSideloadFlags setting now blocks sideload flags by default instead of being ignored

What

disableSideloadFlags is a managed setting that blocks CLI flags used to sideload extra content, such as --plugin-dir/--plugin-url, and MCP configuration loaded from outside approved sources. If this setting is present in configuration but its value doesn't parse correctly, Claude Code now treats it as true (blocking those flags) rather than falling back to a default that might allow them.

Why

This makes a broken disableSideloadFlags value fail closed: a configuration mistake results in sideloading being blocked until it's fixed, not silently permitted.

Read from
Names in the bundledisableSideloadFlags
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 disableSideloadFlags, on Deploy managed settings. | `disableSideloadFlags` | Treated as `true` until the value is fixed, with the effects listed for [`disableSideloadFlags`](/docs/en/settings-reference#disablesideloadflags). | managed-settings see the edit
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up disableSideloadFlags, on Deploy managed settings.
Anthropic's release notes agreeFixed plugin reload previews keeping every previewed copy of a plugin archive unpacked until exit, and overwriting the cached --plugin-url…

See this entry in the whole of v2.1.277 →

Feedback