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

Publish requests are retried once instead of failing on a settling error

A publish request that gets interrupted or hits a 'still settling' error is now automatically retried once instead of failing

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindBug Fixesin v2.1.273,
Group of 2 You'll notice

A publish request that gets interrupted or hits a 'still settling' error is now automatically retried once instead of failing

What

When publishing an artifact or deploy and the response never arrives, or the server responds with a new publish_settling error (HTTP 409), Claude Code now retries the publish request automatically instead of treating it as a failure.

  • A new retry wrapper (internally called rf) resends the interrupted or settling publish request exactly once.
  • The retried request is marked with a resend flag and an attemptId, so the server can recognize it as a retry of a publish that may have already landed, rather than duplicating it.

Why

This avoids spurious publish failures and duplicate publishes when a deploy is still settling server-side or when the original response is lost in transit, making artifact/page publishing more reliable.

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 doubtWhether this behavior is enabled for any accounts is unknown, since the related gate `tengu_artifact_ask` is unread.

See this entry in the whole of v2.1.273 →

Feedback