File sync now says when it was off because git wasn't on PATH or the folder isn't a repo.
What's wrong with this entry?
File sync now tells you when it was disabled because git was not on the PATH when Claude Code started, and adds a separate failure reason for a directory that is not a git repository.
- The git message tells you to install git there, or add its directory to PATH and restart.
- The new bundle-failure reason is
not_a_repo.
File sync is off for this session: git was not found on the PATH this process started with. Install git there, or add its directory to PATH and restart Claude Code.
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.