chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-13 03:14:19 +00:00
parent 913ea36ae6
commit 784796e27a

View File

@@ -30,7 +30,12 @@ const handlerScoped = Effect.acquireRelease(
(handler) => Effect.promise(() => handler.dispose()).pipe(Effect.ignore),
)
const request = Effect.fnUntraced(function* (handler: TestHandler, route: string, directory: string, init?: RequestInit) {
const request = Effect.fnUntraced(function* (
handler: TestHandler,
route: string,
directory: string,
init?: RequestInit,
) {
const headers = new Headers(init?.headers)
headers.set("x-opencode-directory", directory)
return yield* Effect.promise(() =>