mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
fix symlinked agents
This commit is contained in:
@@ -51,6 +51,7 @@ export namespace Filesystem {
|
|||||||
cwd: current,
|
cwd: current,
|
||||||
absolute: true,
|
absolute: true,
|
||||||
onlyFiles: true,
|
onlyFiles: true,
|
||||||
|
followSymlinks: true,
|
||||||
dot: true,
|
dot: true,
|
||||||
})) {
|
})) {
|
||||||
result.push(match)
|
result.push(match)
|
||||||
|
|||||||
Reference in New Issue
Block a user