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
@@ -34,10 +34,7 @@ function pathFor(template: string, params: Record<string, string>) {
}
const withSession = (input?: Parameters<Session.Interface["create"]>[0]) =>
Effect.acquireRelease(
Session.use.create(input),
(created) => Session.use.remove(created.id).pipe(Effect.ignore),
)
Effect.acquireRelease(Session.use.create(input), (created) => Session.use.remove(created.id).pipe(Effect.ignore))
describe("session diff with missing patch (#26574)", () => {
it.instance(