Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

A saved "yes" for device hooks and cloud plugins is ignored if the session could have edited it

You'll notice
Useful3 Signal4
Cloud Sessions

A saved yes to forwarding hooks and plugins is ignored if the cloud session could have edited that file.

What

Before honouring a previously accepted answer about forwarding your hooks and plugins to a cloud session, Claude Code now checks whether the file holding that answer sits somewhere the session can write: the checkout, a synced directory, or a sandbox write inlet. If it does, or if that cannot be determined, the stored acceptance is refused as untrusted_store and you are asked to decide again interactively.

Details
  • The refusal text is surfaced as the reason the feature is off: run /cloud-plugins to decide for the session.
  • Only reachable when device-hook or cloud-plugin forwarding is in play (claude --cloud); the distrust check itself always runs there.
Evidence

the saved answer here could be changed by this session; run /cloud-plugins to decide for it

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.247 →