Under the hood
A new local image store was added for saving stored image content to disk
What
Claude Code has a new image-storage subsystem with functions to find the image store's directory, list the ids of stored images, and atomically write base64-encoded image content to disk, detecting the correct file extension from the image data itself. It logs a message when an image is stored successfully, or a warning if the image store is unavailable.
Why
This provides infrastructure for saving image content locally, which other features (such as poll events carrying media) can build on.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding does not say which features use this store or when images are written to it.