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.
One callback can now run just before interactive shutdown
Under the hood
Useful2Signal3
Process Lifecycle
One callback can now run just before an interactive session exits, with errors swallowed quietly.
What's wrong with this entry?
Anonymous. No account, no email.
What
The process lifecycle gained a slot for a single shutdown callback that can be set or cleared, runs once before an interactive session exits, is skipped if shutdown is already under way, and has its errors sent to the error reporter rather than surfaced.
Evidence
runBeforeInteractiveShutdown
Strings lifted out of the shipped bundle, so the claim above can be checked against them.