Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Plugin manifest config filtering excludes sensitive user options

Plugin config summaries now exclude options marked sensitive

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Plugin config summaries now exclude options marked sensitive

What

When Claude Code builds a summary of a plugin's configuration options, a new filtering step keeps only the options that are declared in the plugin's manifest under userConfig and that are not marked sensitive. That filtered, sorted list is then turned into a JSON summary.

Why

This keeps sensitive plugin configuration values out of the serialized config summary, reducing the chance they get exposed somewhere they shouldn't be.

See this entry in the whole of v2.1.271 →