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

Newly-created artifacts tracked per account/conversation epoch as 'own created'

Claude Code now tracks which artifacts you created, per account and conversation, as 'own created'

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

Claude Code now tracks which artifacts you created, per account and conversation, as 'own created'

What

When an artifact is created, Claude Code now records its slug (identifier) into a new session-state map called ownCreatedSlugs, tagged with the current environment. This only happens when the acting agent isn't the top-level agent-context-skip case, and when the account/conversation matches the one that made the create call. This tracking is separate from the existing roomStoppedByUser tracking.

Why

This is internal bookkeeping that lets Claude Code know which artifacts were created by the current session itself, likely to support other logic that behaves differently for artifacts you created versus ones you didn't.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding doesn't say what consumes this new `ownCreatedSlugs` tracking or how it changes visible behavior.

See this entry in the whole of v2.1.274 →

Feedback