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

Legacy 'd' flag and its dead branches removed from artifact-guard autoread

Old legacy code path removed from the internal check that guards stale or handed-over artifact files

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindRemovedin v2.1.268,
Under the hood

Old legacy code path removed from the internal check that guards stale or handed-over artifact files

What

An internal function that decides whether an artifact file can still be safely read (used when guarding against stale or already-handed-over files) has dropped an old on/off switch and the entire branch of logic it controlled. That removed branch used to return specific reasons like legacy, not_plain_owner, strip_unsettled, control_bytes, interrupt_literal, and over_cap. None of this logic runs anymore.

Why

This is internal cleanup rather than a user-facing feature. It shouldn't change what you see, but if you ever encountered one of those specific stale-file error reasons before, it can no longer occur.

See this entry in the whole of v2.1.268 →

Feedback