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.
Tools driving Claude Code over IPC can now tell a queued upgrade from an active restart.
What's wrong with this entry?
Anonymous. No account, no email.
nudge
What
The nudge control message now returns upgradePending alongside restarting, so a tool driving Claude Code over IPC can tell "restarting right now" apart from "an upgrade is queued". upgradePending did not exist in 2.1.247.
Details
The op now awaits a combined status object rather than only the restart flag.
Not gated; the field is always present in the reply.
Evidence
upgradePending
Strings lifted out of the shipped bundle, so the claim above can be checked against them.