Starting the background helper during an npm reinstall now waits and retries instead of failing.
What's wrong with this entry?
If Claude Code tries to launch its background daemon while npm is replacing the package on disk, spawn now waits for the binary to reappear and retries instead of failing outright.
- Triggered only when the launcher path is under
/node_modules/@anthropic-ai/and the failure is one of ENOENT, EACCES, ENOEXEC, ETXTBSY or similar. - Recorded as
tengu_bg_daemon_spawn_reinstall_waitwithwaited_ms,recovered,respawn_okand the errno. - Spawn now also returns the child's pid and exit promise, and the connect path records
connect_errnowhen it gives up.
tengu_bg_daemon_spawn_reinstall_wait
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Background task notifications arrive inside a system-reminder
Both mention background task
-
v2.1.235
Several finished background tasks now report as one line
Both mention background task
-
v2.1.236
Background-task notices no longer look like user approval
Both mention background task