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

Artifact comment monitors survive resume, and session rows show an Artifact count

You'll notice
Useful3 Signal2
Artifacts

Artifact comment monitors survive resume, and session rows show how many Artifacts each has.

What

Comment monitors are carried through session snapshots and handed back once when a session resumes, and session list rows now show a badge with the number of Artifacts when that number is not zero, shortening the space given to the title.

Details
  • The transcript scanner recognises a new session-log entry type for comment monitors, so monitors are rebuilt when a session is read back.
  • Session state tracks the monitor, the count of Artifacts in the current session, and the monitor recovered from the previous run.
  • The automatic reply path also reports a fast acknowledgement of a new comment in telemetry (fast_ack, fast_ack_fixed, fast_ack_on_probe_verdict) and logs a pickup event when comment threads already exist on the Artifact.
Evidence

else if (ue.type === "artifact-comment-monitor" && ue.sessionId), resumedArtifactCommentMonitor

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 →