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.
Names in the bundlesurfaceModules