chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-14 23:46:57 +00:00
parent 4e143e3a3e
commit 78769010a1
+2 -1
View File
@@ -186,7 +186,8 @@ yield* prompt.cancel(chat.id)
// Fix — wait for a published readiness signal // Fix — wait for a published readiness signal
yield * prompt.shell({ command: "sleep 30" }).pipe(Effect.forkChild) yield * prompt.shell({ command: "sleep 30" }).pipe(Effect.forkChild)
yield* pollWithTimeout( yield *
pollWithTimeout(
Effect.gen(function* () { Effect.gen(function* () {
const s = yield* (yield* SessionStatus.Service).get(chat.id) const s = yield* (yield* SessionStatus.Service).get(chat.id)
return s.type === "busy" ? (true as const) : undefined return s.type === "busy" ? (true as const) : undefined