You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert JS getAllFilesInPath to original implementation
The glob library has a bug where array patterns cause broken symlinks
to have isSymbolicLink() return false, while single patterns work
correctly. Reverting to the original nested-call approach to maintain
correct symlink detection.
The Python SDK simplification is retained since wcmatch may handle
this differently.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments