chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-19 20:24:23 +00:00
parent 80e5fb11c2
commit e3c8d221ec

View File

@@ -408,12 +408,7 @@ export function withCliFixture<A, E>(
// and hit endpoints on `opencode.serve()` without rolling their own fetch.
}).pipe(
Effect.provide(
Layer.mergeAll(
TestLLMServer.layer,
FetchHttpClient.layer,
AppFileSystem.defaultLayer,
AppProcess.defaultLayer,
),
Layer.mergeAll(TestLLMServer.layer, FetchHttpClient.layer, AppFileSystem.defaultLayer, AppProcess.defaultLayer),
),
)
}