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 render hover now dispatches cross-plugin scope tracking

Plugin rendering now tracks hover across plugin boundaries, not just draw ownership

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

Plugin rendering now tracks hover across plugin boundaries, not just draw ownership

What

When a plugin's render hook returns a UI component that was actually drawn by another plugin, and that component has a hover property, the rendering engine now records a hover-scope binding tying the hover state to that other plugin. Previously this situation was only checked to validate which plugin was allowed to draw the component, without tracking hover across the boundary.

Why

This lets hover state work correctly when one plugin reuses or wraps a component drawn by another plugin, rather than only enforcing draw ownership.

See this entry in the whole of v2.1.271 →