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 surface renderer: exportName renamed to module throughout host/client wiring

Plugin rendering internals rename 'exportName' to 'module' and simplify cleanup logic

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaPlugin UIwhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Plugin rendering internals rename 'exportName' to 'module' and simplify cleanup logic

What

In the internal code that manages rendering for plugin surfaces (parts of the UI that plugins can render into), the field previously called exportName was renamed to module throughout the client-side records, mount calls, and dependency tracking. The cleanup/destroy logic was also simplified, replacing a separate focus-state check with a single helper call.

Why

This is an internal rename and cleanup with no described change in what plugins can do, likely making the plugin-rendering code easier to maintain.

See this entry in the whole of v2.1.269 →