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

Which Artifacts you are watching is now written into the session log

You'll notice
Useful2 Signal3
Artifacts

Your session log now remembers which Artifacts you were watching for comments.

What

The set of Artifacts armed for automatic comment replies is saved with the session and read back when the session id changes, so a restored session knows what it was watching rather than starting blank.

Details
  • Each record is keyed by Artifact slug and holds armed or stopped state, the time it was written, the title, and a marker when a background session owns it.
  • The list is capped and de-duplicated before being written.
  • Failures and rejected records are reported through the Artifact live-subscribe path with reasons comment_monitor_intent_invalid, comment_monitor_intent_foreign, comment_monitor_intent_record_invalid and comment_monitor_intent_write_failed.
Evidence

comment_monitor_intent_write_failed

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 →