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

Plugin hooks module hot-reload now confirms the environment host survived before swapping in

Plugin hook hot-reload now checks the environment host survived before applying the new modules

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindBug Fixesin v2.1.267,
Under the hood

Plugin hook hot-reload now checks the environment host survived before applying the new modules

What

When Claude Code hot-reloads plugin hook modules (updating them without a full restart), it now waits for the reload to finish and then checks whether the environment host process died partway through. If it did, the reload is aborted with an error instead of being committed.

Why

This prevents Claude Code from swapping in a set of reloaded hook modules against an environment that no longer exists, which could otherwise leave plugins in a broken or inconsistent state after a crash during reload.

See this entry in the whole of v2.1.267 →