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.
Notification dispatch accepts a caller-supplied storage handle
Under the hood
Useful1Signal2
Terminal UI
Notification sending can be given a storage handle, defaulting to none, so nothing changes today.
What's wrong with this entry?
Anonymous. No account, no email.
What
The notification entry point takes an optional third argument holding a storage handle and credentials, forwarded to the session-record write it does before sending on the configured channel. It defaults to empty, so behaviour is unchanged for existing callers.
Evidence
preferredNotifChannel
Strings lifted out of the shipped bundle, so the claim above can be checked against them.