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

Paths and titles are sanitised before they are shown

You'll notice
Useful3 Signal2
Permissions

Odd or hostile paths and links now display as safe placeholders instead of raw characters.

What

Paths, titles and urls in artifact permission prompts, tool headers and result lines are run through printability and homoglyph checks with a length cap, so hostile or unprintable input shows as (unprintable path) or (unrecognized address) rather than raw bytes.

Details
  • Arrow and lookalike characters are substituted rather than rendered as-is.
  • Renaming normalises the submitted title (Unicode NFC, emoji tag sequences, control characters stripped) before it is stored.
Evidence

(unprintable path)

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 →