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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Agent offers are described as a matchable event

Not switched on
Useful2 Signal4
Hooks

Agent offers now have a formal hook event definition answered with a single yes-or-no.

An agent-offer hook event is defined alongside the tool-call event, matched on agent and source, but nothing surfaces it.

What

The agent offer hook has a formal event definition sitting alongside the existing tool call event, matched on the agent, its description and where it came from, and answered with a single offered boolean.

Details
  • This is the shape a hook author writes a matcher against, the same way tool call events are matched.
Evidence

event: "agent.offer"

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.251 →