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.277 ·

stage_file gains a mount-path/output-prefix check and non-filestore concurrency tracking

stage_file now flags outputs-mount paths and tracks concurrency for non-filestore staging

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaFile Syncwhat it touches
KindInternal Changesin v2.1.277,
Under the hood

stage_file now flags outputs-mount paths and tracks concurrency for non-filestore staging

What

The stage_file control request now checks whether the requested mount_path falls under a new STAGE_FILE_OUTPUTS_MOUNT_PREFIX path and flags it if so. Separately, requests that don't include a filestore_path are now wrapped in a begin/cleanup pair that tracks concurrency and keeps the process alive while staging is in progress, which wasn't done before.

Why

The mount-path check lets Claude Code distinguish files staged to a special outputs location. The added concurrency tracking for non-filestore staging helps ensure such staging operations complete properly rather than being cut short.

See this entry in the whole of v2.1.277 →

Feedback