Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.250 Home All releases olderv2.1.248
Claude Code v2.1.250

Persistently broken live watches back off to minutes

You'll notice
Useful2 Signal2
Artifacts

A repeatedly failing live watch now retries every few minutes instead of every half minute.

What

When a stall is judged long-running, the retry delay is drawn from 120 to 240 seconds rather than 30 to 60, so a live artifact watch that keeps failing stops hammering the server every half minute.

Details
  • The long class is chosen on a Cloudflare-mitigated close, when lease mode is off, or when the lease is absent or about to expire.
Evidence

longStallMinMs: 120000,

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.250 →