fix(core): disable unused fff content caches (#36452)

Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
opencode-agent[bot] 2026-07-11 15:03:54 -04:00 committed by GitHub
commit b9f39dd751
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,6 +128,8 @@ export const fffLayer = Layer.effect(
Fff.create({
basePath: location.directory,
aiMode: true,
disableMmapCache: true,
disableContentIndexing: true,
}),
catch: (cause) => cause,
}).pipe(