You're now warned when your settings file isn't being watched, so other sessions' edits won't appear.
What's wrong with this entry?
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.
- Emits the warning plus a
global_config_unwatchedcounter. - Global config state gained a
fileWatchFallbackfield and setter that records whether thefs.watchFilefallback is available. - Silent when watching works normally.
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.