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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

A planner deciding, hook by hook, what a cloud session gets, plus a /hooks panel for it

Not switched on
Useful3 Signal4
Hooks

A planner decides which of your hooks a cloud session gets, with a /hooks panel to review it.

Per-hook cloud offer decisions with digest pinning and a /hooks cloud panel belong to the disabled device-hooks path.

/hooks
What

New code decides for each locally configured hook whether it is offered to a cloud session driven from this machine, and /hooks gained a cloud-session panel to review the decisions. Command hooks are pinned by digest and refused when their script sits somewhere the cloud session can write; HTTP hooks have no script to pin.

Details
  • A new table classifies each hook event that is not forwarded, surfacing as "this event happens on this machine, not in the cloud" or "this event is not forwarded yet".
  • No feature flag for this appears in the bundle; the only visible condition is that a cloud-session panel exists, so what makes that panel appear is decided elsewhere.
  • None of these strings exist in 2.1.241.
Evidence

event_container_internal

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.242 →