chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-14 16:42:18 +00:00
parent 22de34c4de
commit 756488d534
5 changed files with 80 additions and 45 deletions

View File

@@ -107,7 +107,10 @@ export const layer = Layer.effect(
}),
)
export const defaultLayer = layer.pipe(Layer.provide(BackgroundJob.defaultLayer), Layer.provide(SessionStatus.defaultLayer))
export const defaultLayer = layer.pipe(
Layer.provide(BackgroundJob.defaultLayer),
Layer.provide(SessionStatus.defaultLayer),
)
const cancelBackgroundJobs = Effect.fn("SessionRunState.cancelBackgroundJobs")(function* (
background: BackgroundJob.Interface,