diff --git a/codex-rs/file-search/src/lib.rs b/codex-rs/file-search/src/lib.rs index 0ae51210..0afc9ea6 100644 --- a/codex-rs/file-search/src/lib.rs +++ b/codex-rs/file-search/src/lib.rs @@ -159,6 +159,8 @@ pub fn run( .threads(num_walk_builder_threads) // Allow hidden entries. .hidden(false) + // Follow symlinks to search their contents. + .follow_links(true) // Don't require git to be present to apply to apply git-related ignore rules. .require_git(false); if !respect_gitignore {