What's wrong with this entry?
Anonymous. No account, no email.
What: File scanning now automatically excludes the original working directory when the process has changed directories, preventing unintended file access.
Details:
- Function
H7B()at line 275861 checks if current directory differs from startup directory - If different, adds
originalCwdto ignore paths list (lines 275873-276) - Prevents Claude Code from scanning the launch directory when operating in a different location
- Evidence: v2.0.14 function
s3B()at line 275176 had static ignore list; v2.0.15 adds dynamicoriginalCwdlogic