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 create results say when the Artifact was opened

Under the hood
Useful1 Signal2
Artifacts

Artifact results now record whether the Artifact opened at creation or after the first write.

What

A created-from-type Artifact result now carries an auto_open field of "at_create" or "after_first_write", telling the model at which point the Artifact was shown to you.

Details
  • Auto-open can still be switched off per environment with CLAUDE_CODE_ARTIFACT_AUTO_OPEN, logged as auto_open_skipped_env.
  • Other recorded skip reasons cover background runs, teammate sessions, remote sessions, the desktop pane and the VS Code pane.
Evidence

auto_open: un(["at_create", "after_first_write"]).optional(),

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 →