You'll notice
Recovering interrupted background tasks on restart now requires a remote session
**What
On startup, Claude Code can recover background tasks that were still running when a previous session was interrupted, controlled by the CLAUDE_CODE_RESUME_INTERRUPTED_TURN setting. This recovery now also requires that the session is using remote transport, meaning it won't attempt this recovery for local sessions.
**Why
This narrows automatic recovery of interrupted background work to remote sessions, presumably because that's where recovering an orphaned task makes sense; local sessions no longer attempt it.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding doesn't say why recovery is now restricted to remote sessions specifically, only that the condition was added.
Anthropic's release notes agree
Fixed a local claude -p --resume started with CLAUDE_CODE_RESUME_INTERRUPTED_TURN not reporting background tasks the previous process left…