What's wrong with this entry?
Anonymous. No account, no email.
Error messages for PDF and image handling now provide context-appropriate guidance based on whether Claude Code is running in SDK mode:
- PDF too large:
- Interactive: "PDF too large. Please double press esc to edit your message and try again."
- SDK mode: "PDF too large. Try reading the file a different way (e.g., extract text with a CLI tool)."
- Password-protected PDF:
- Interactive: "PDF is password protected. Please double press esc to edit your message and try again."
- SDK mode: "PDF is password protected. Try using a CLI tool to extract or convert the PDF."
- Image too large:
- Interactive: "Image was too large. Double press esc to go back and try again with a smaller image."
- SDK mode: "Image was too large. Try resizing the image or using a different approach."
Evidence
Hi8() at line 278470, Di8() at line 278475, Fi8() at line 278480 (contain d2() SDK mode check)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.