Browse Source

fix symlinked agents

Dax Raad 1 năm trước cách đây
mục cha
commit
f307a5ce0b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)