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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Missing config file is now reported on the newer storage path too

You'll notice
Useful3 Signal3
Configuration

A missing config file is now reported with restore instructions on the newer storage path too.

What

The notice that your Claude configuration file could not be found, along with the instructions for restoring it from backup, now also appears when the newer storage backend reports the file missing during an update. That path previously handled the case silently.

Details
  • The notice text and restore instructions were pulled into a single shared helper.
  • If printing the notice itself fails, a new error line reads "Could not report the missing config file".
  • The same path now also reports when a config was repaired from cache or replaced during a write.
Evidence

Could not report the missing config file:

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.

See this entry in the whole of v2.1.232 →