chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-14 18:05:32 +00:00
commit 6039b894c5
4 changed files with 28 additions and 8 deletions

View file

@ -102,7 +102,9 @@ export const recordingLayer = (
}
yield* cassetteService
.append(name, interaction, options.metadata)
.pipe(Effect.catchTag("UnsafeCassetteError", (error) => Effect.fail(transportError(request, error.message))))
.pipe(
Effect.catchTag("UnsafeCassetteError", (error) => Effect.fail(transportError(request, error.message))),
)
return HttpClientResponse.fromWeb(
request,
new Response(decodeResponseBody(interaction.response), interaction.response),