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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Warning when ~/.claude.json cannot be watched for outside edits

You'll notice
Useful3 Signal2
Settings

You're now warned when your settings file isn't being watched, so other sessions' edits won't appear.

~/.claude.json
What

If the file-watch fallback is off for the process, Claude Code now warns that it is not watching ~/.claude.json, meaning changes made by other Claude Code processes will not be picked up in this one.

Details
  • Emits the warning plus a global_config_unwatched counter.
  • Global config state gained a fileWatchFallback field and setter that records whether the fs.watchFile fallback is available.
  • Silent when watching works normally.
Evidence

Not watching ~/.claude.json for other processes: the fs.watchFile fallback is off for this process

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.247 →