Sfoglia il codice sorgente

fix symlinked agents

Dax Raad 7 mesi fa
parent
commit
f307a5ce0b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/opencode/src/util/filesystem.ts

+ 1 - 0
packages/opencode/src/util/filesystem.ts

@@ -51,6 +51,7 @@ export namespace Filesystem {
           cwd: current,
           absolute: true,
           onlyFiles: true,
+          followSymlinks: true,
           dot: true,
         })) {
           result.push(match)