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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Oversized file content is withheld from permission dialogs rather than partially shown

You'll notice
Useful3 Signal2
Permissions

File consent prompts now say content was withheld rather than showing a partial or empty preview.

What

File-consent prompts, including ones answered remotely, now carry a flag saying the content was withheld, and a notebook past the byte cap resolves to an explicit "too large for preview" result the dialog reads instead of assuming content is there.

Details
  • The contentWithheld flag travels through the remote permission dialog path, so a remotely answered prompt knows the preview was incomplete.
  • Notebook previews over the cap return no notebook plus tooLargeForPreview set, and the dialog branches on that flag.
  • Not gated.
Evidence

tooLargeForPreview

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