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

Artifact writes gain optional version-conflict checking

Artifact document writes can now ask the server to reject writes that conflict with a newer version, with automatic fallback

TierNothing to try yethow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaArtifactswhat it touches
KindIn Developmentin v2.1.269,
Group of 3 Nothing to try yet Notable No documentation found

Artifact document writes can now ask the server to reject writes that conflict with a newer version, with automatic fallback

What

  • Artifact database writes (both single writes and batch writes) can now pass a requireVersion flag to the server, asking it to reject a write if the artifact has changed since the client last read it.
  • Writes made through the str_replace editing path also pass requireVersion; this only happens when the artifact-DB feature (CLAUDE_CODE_ARTIFACT_DB, on by default) is enabled and either the CLAUDE_CODE_ARTIFACT_DB_STR_REPLACE environment variable or a remote flag (tengu_umber_stile, off by default) is set.
  • If a server does not understand requireVersion, the client remembers that server as unsupported and automatically retries the write without requireVersion instead of failing.

Why This adds an opt-in safeguard against silently overwriting someone else's concurrent changes to an artifact, while staying compatible with older servers that don't support the check yet.

Read from
Names in the bundleCLAUDE_CODE_ARTIFACT_DB_STR_REPLACE
Feature flag
tengu_umber_stile Off by default, switched on for this account

The shipped code defaults this off, and the flag server returned on for the one account this site reads on this version. That is the reading that makes the entry above worth a second look, and it still says nothing about your account.

This account: on · anonymous baseline: on · compiled default in v2.1.269: off

Read once, for one account on one subscription tier, against v2.1.269. It isn't a statement about your account. What a flag value here can and cannot tell you

See this entry in the whole of v2.1.269 →

Feedback