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 hook modules deferred until workspace trust is accepted

Plugin hooks now wait for workspace trust before loading, instead of loading unconditionally

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPlugin Hookswhat it touches
KindImprovementsin v2.1.269,
You'll notice

Plugin hooks now wait for workspace trust before loading, instead of loading unconditionally

What

Claude Code requires you to trust a workspace (a folder you're working in) before certain actions run. Now, plugin hook modules are also gated on this: if the workspace isn't yet trusted, hook modules from otherwise-loadable plugins are skipped at registration time, and Claude Code logs a message naming which hooks weren't loaded. A new session field, hookModulesAwaitTrust, tracks this state, and once you accept trust for the workspace, hook loading is retried and the deferred hooks register.

Why

This prevents plugin hook code, which can run automatically at defined points, from executing in a workspace you haven't yet confirmed you trust.

See this entry in the whole of v2.1.269 →