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

Deploy/publish telemetry adds retry and slug-reservation context

Publishing errors now record retry timing and reserved-slug details

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

Publishing errors now record retry timing and reserved-slug details

What

When publishing an artifact fails, the error report sent for telemetry now includes a retryAfter value (taken from the server's retry-after response header), whether a reservedSlug (a name held for the artifact) exists, and a created field. When a rate-limit error occurs but a slug was already reserved, the extra explanatory text normally appended to the error message is now left out.

Why

This gives more precise information about why a publish attempt failed and whether it can be retried, and avoids cluttering the error message with redundant text when a slug reservation already succeeded.

See this entry in the whole of v2.1.277 →

Feedback