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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Artifact auto-replies can carry the comment thread, but nothing supplies one yet

Not switched on
Useful2 Signal4
Artifacts

Artifact auto-replies can now carry the comment thread, but the supplier returns nothing yet.

Thread transcripts are threaded through every auto-reply post, but the supplier returns an empty array in every case.

What

The loop that auto-reacts to comments on an artifact now passes a thread transcript into every post it makes: the fast acknowledgement, the patch-failed or timed-out notice, the substantive reply and the edit path. The supplier that produces it returns an empty array in every case in this build, so no transcript actually reaches those posts. This is plumbing landed ahead of the data.

Details
  • The supplier reads the dropped-threads flag and then unconditionally returns an empty list; the consumer reads it back as the thread transcript.
  • The edit path is handed the supplier itself rather than its result, so it would pick up any future data lazily.
Evidence

threadTranscript

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