Source Intelligence

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.

All of v2.1.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Restoring plan mode at startup is still an empty function while its reporting fills out

Not switched on
Useful1 Signal0
Elsewhere

The startup handler meant to restore plan mode is still an empty function.

Plan-mode restore at boot is called but empty, and a companion gained a planModeRestoredAtBoot option with an empty body.

What

The non-interactive and SDK startup path calls a handler meant to restore a previous plan-mode state, and that handler's body is empty. A companion function, also uncalled, gained a planModeRestoredAtBoot option this release with an equally empty body.

Details
  • The surrounding decision logic did change: the report for restoring a permission mode can now carry whether transcript state was recorded and whether the transcript was open, and an open transcript is now treated the same as a recorded plan mode when classifying a restore as declined.
  • Nothing at startup applies any of that yet, since the function that would is hollow and has no caller.
Evidence

planModeRestoredAtBoot

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.246 →