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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Images pulled in from attachments keep their on-disk paths

You'll notice
Useful2 Signal1
Elsewhere

Images downloaded from attachments keep their file paths when a queued command is replayed.

What

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.

Details
  • New field inlinedImagePaths on attachments and queued commands, and a matching message type inlined_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.
Evidence

inlined_image_paths

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