chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-21 03:37:50 +00:00
parent 39ea816a72
commit d9ed62e51c
12 changed files with 35 additions and 55 deletions

View File

@@ -1680,7 +1680,8 @@ it.effect("opencode loader keeps paid models when config apiKey is present", ()
})
const listIn = (directory: string) =>
Provider.use.list()
Provider.use
.list()
.pipe(provideInstanceEffect(directory))
.pipe(Effect.provide(InstanceLayer.layer), Effect.provide(CrossSpawnSpawner.defaultLayer))
@@ -1698,7 +1699,8 @@ it.effect("opencode loader keeps paid models when auth exists", () =>
const keyedDir = yield* tmpdirScoped()
const listIn = (directory: string) =>
Provider.use.list()
Provider.use
.list()
.pipe(provideInstanceEffect(directory))
.pipe(Effect.provide(InstanceLayer.layer), Effect.provide(CrossSpawnSpawner.defaultLayer))