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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

A summon relayed from another user's edit grant now fails quietly

You'll notice
Useful2 Signal2
Artifacts

A summon relayed from another user's edit grant now fails quietly instead of commenting back.

What

When an artifact publish is denied because the edit grant was authored or granted by a different user, Claude Code stops and reports the refusal instead of posting an explanatory comment back onto the artifact thread.

Details
  • The denial prefix is now a shared constant publish denied: , and the failure classifier strips it and matches remainders beginning "this edit grant was authored by another user" or "this edit grant was granted by another user".
  • Those cases classify as a foreign summon and return a publish-refused outcome immediately, skipping the reply composition step.
  • The artifact commenting feature has its own activation checks around this path.
Evidence

this edit grant was granted by another user

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