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.237 Home All releases olderv2.1.236 v2.1.238newer
Claude Code v2.1.237

Resumed sessions can no longer inherit "verified human" status

You'll notice
Useful3 Signal4
Sessions

Resuming a saved conversation no longer carries over "verified human" trust from the earlier live session.

What

Loading a saved conversation, both when resuming normally and when loading by agent ID, now strips authority markers from the replayed messages. Verified-Slack-human flags and classifier metadata lines are deleted, message origins recorded as human or auto-continuation are reset to unclassified, and any stored sender authority of "human principal" is downgraded to "other human". A replayed transcript can never re-assert authority that was established in an earlier live session.

Details
  • Runs on every transcript load; there is no flag to disable it.
Evidence

authority: "human-other"

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