Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

User message schema gains an internal file_attachments field

User messages in the SDK now support an internal file_attachments field

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSDKwhat it touches
KindInternal Changesin v2.1.265,
Under the hood No documentation found

User messages in the SDK now support an internal file_attachments field

What

The schema for user-role messages used by the Claude Code SDK now accepts an optional file_attachments array. Each entry can include file_uuid, file_name, is_image, sha256, and file_size, matching the shape already used by SDKUserMessageReplay.

Why

This appears intended for remote clients that need to attach files to a prompt, giving them a defined structure for describing attached files alongside a message.

Read from
Names in the bundlefile_attachments

See this entry in the whole of v2.1.265 →

Feedback