Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Stage-file (remote session upload/output) can be invoked without CLAUDE_CODE_REMOTE_SESSION_ID via a 'vouched' path

Remote-session file staging can now skip the session-ID requirement via a new 'vouched' path

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaSessionswhat it touches
KindInternal Changesin v2.1.274,
Under the hood

Remote-session file staging can now skip the session-ID requirement via a new 'vouched' path

What

The function that stages files for upload or output in a remote session now accepts a second, optional parameter. When it's set, file staging can proceed without the usual CLAUDE_CODE_REMOTE_SESSION_ID requirement, and the mount is marked as "vouched" instead of tied to an actual remote session ID. This path is refused for synced, filestore-backed documents, with the message "synced documents are not staged here."

Why

This adds a way to stage files in remote-session contexts without a real session ID present, while still excluding documents that are synced through the filestore, which need to go through their normal path instead.

Read from
Names in the bundleCLAUDE_CODE_REMOTE_SESSION_ID
What the documentation says

See this entry in the whole of v2.1.274 →