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

Artifact database write prompt builds one reason instead of five

You'll notice
Useful2 Signal1
Artifacts

The artifact database write prompt now gives one combined reason instead of several.

What

The permission prompt for writing to an artifact database used to produce a separate reason for each hazard it detected. It now assembles one reason string and only chooses whether the prompt is a safety check or an ordinary ask.

Details
  • Hazards folded into the single string: plan mode, flagged spelling, a path resolving outside readable directories, a hard link, and an uninformative name.
  • Safety-check prompts remain non-approvable by the classifier.
  • The wording you see, including the batch summary, source file and persistence warning, is unchanged; one field was added to the recorded input.
Evidence

; approving covers database writes to any artifact for the rest of this session.

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