Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

New "deadline" parameter for artifact republishes (hot mode)

Artifact republishes can now set a "deadline" to force older running copies to stop

TierNothing to try yethow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaArtifactswhat it touches
KindIn Developmentin v2.1.267,
Nothing to try yet

Artifact republishes can now set a "deadline" to force older running copies to stop

What

When republishing an artifact (an update to something already published, sometimes called "hot" mode), the artifact tool's prompt now documents an optional deadline field. It accepts values like "now", "15m", "1h", "24h", "7d", or a specific ISO timestamp, and forces older running copies of the artifact to stop by that time. This is gated behind a schema flag (hotOn), and the field only applies to republishes, not ordinary edits, where it should be omitted.

Why

This gives control over how long an outdated running copy of a republished artifact is allowed to keep running before it's shut down, rather than leaving that unbounded.

Read from
Names in the bundledeadline
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Environment variables touched a line naming deadline after this was published. | `CLAUDE_CODE_WEBFETCH_DEADLINE_MS` | Upper bound in milliseconds on how long [WebFetch](/docs/en/tools-reference#webfetch-tool-behavior) waits for a page to download, including any redirects it follows. A download that hasn't completed b… env-vars see the edit
Confirmed since Anthropic's documentation has since written up deadline, on Claude Code changelog. * Fixed WebFetch hanging indefinitely on a server that keeps the response open without finishing; a fetch now fails after 300 seconds. Set `CLAUDE_CODE_WEBFETCH_DEADLINE_MS` to override the deadline (0 turns it off) changelog see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up deadline, on Claude Code changelog.

See this entry in the whole of v2.1.267 →