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 ·

Fork seed size cap and stale-mtime housekeeping

Fork snapshot files get a hard size cap and a background-wait timer becomes configurable

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSessionswhat it touches
KindImprovementsin v2.1.268,
Use it now Notable

Fork snapshot files get a hard size cap and a background-wait timer becomes configurable

What

The snapshot files written when forking a conversation (see the new fork_conversation tool) now have a fixed maximum size, and writing one that exceeds it now fails with a dedicated error instead of succeeding silently. A separate internal helper keeps a snapshot file's modification time fresh, and a new environment variable, CLAUDE_CODE_PRINT_BG_WAIT_CEILING_MS, controls a related ceiling on how long a background wait can run.

Why

The size cap prevents oversized conversation forks from being written unbounded, and the new environment variable gives more control over background-wait timing in headless or scripted use.

Read from
Names in the bundleCLAUDE_CODE_PRINT_BG_WAIT_CEILING_MS
What the documentation says

See this entry in the whole of v2.1.268 →

Feedback