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

Session logs gained a versioned record for watched Artifacts

Under the hood
Useful2 Signal4
Artifacts

Which Artifacts a session watches for comments is now a versioned session-log record, cleared on fork.

What

Which Artifacts a session watches for comments is stored as its own session-log entry with a schema and a version number, replayed as last-wins when session state is rebuilt, and explicitly cleared when a session is forked or moved.

Details
  • The record carries the session id and the list of Artifacts.
  • Whether the monitor itself is flagged is not visible here; the recording and replay plumbing runs unconditionally.
Evidence

"artifact-comment-monitor": "last-wins",

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