File consent prompts now say content was withheld rather than showing a partial or empty preview.
What's wrong with this entry?
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.
- The
contentWithheldflag 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
tooLargeForPreviewset, and the dialog branches on that flag. - Not gated.
tooLargeForPreview
Strings lifted out of the shipped bundle, so the claim above can be checked against them.