Images downloaded from attachments keep their file paths when a queued command is replayed.
What's wrong with this entry?
When an attachment resolves to an image that Claude Code downloads and inlines, the file paths it wrote are now carried on the command and re-rendered if that command is replayed from the queue.
- New field
inlinedImagePathson attachments and queued commands, and a matching message typeinlined_image_paths. - The type is added to two attachment-type allowlists, so it passes the same filters as other attachment content.
- Practical effect: a queued message that included an image still shows that image when it runs.
inlined_image_paths
Strings lifted out of the shipped bundle, so the claim above can be checked against them.