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

Plugin sandbox surfaces now support multiple modules per plugin

Plugin sandbox UI surfaces can now load multiple modules per plugin instead of just one

TierNothing to try yethow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPlugin UIwhat it touches
KindNew Featuresin v2.1.269,
Nothing to try yet Notable No documentation found

Plugin sandbox UI surfaces can now load multiple modules per plugin instead of just one

What

Plugins that add UI surfaces (screens or panels shown inside Claude Code's sandbox) could previously only register one surface module each. Now a plugin can declare a surfaceModules array, with each module carrying its own path, source, and component, and the loader keeps track of which module each mounted component came from.

Why

This lets a single plugin ship more than one UI surface at a time, instead of being limited to one, giving plugin authors more flexibility in how they structure their UI code.

Read from
Names in the bundlesurfaceModules

See this entry in the whole of v2.1.269 →