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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Background jobs that died while the service was off get marked and need a confirm to reopen

You'll notice
Useful3 Signal2
Sessions

Background jobs that died while the service was off are marked stopped and need a confirm to reopen.

What

When a background job is found failed and unresumable and its record is older than 48 hours (172800000 ms), Claude Code now marks it as stopped with the note that it ended while the background service was off. Reopening it from fleet view takes a second press to confirm. No flag guards any of this.

Details
  • The mark is cleared once the session is successfully respawned.
  • Fleet view records tengu_fleetview_dead_epoch_offer when it shows the confirmation.
  • The session roster gained an epoch accessor alongside status and last-heard-at.
Evidence

ended while the background service was off

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.248 →