fix(sdk): wake embedded session execution (#33992)

This commit is contained in:
Kit Langton
2026-06-25 23:04:14 -04:00
committed by GitHub
parent a1f093a748
commit 40ecfceec2
9 changed files with 53 additions and 19 deletions
@@ -697,8 +697,7 @@ noLLMServer.instance.skip(
})
const messages = yield* SessionV2.Service.use((session) => session.messages({ sessionID: chat.id })).pipe(
Effect.provide(SessionExecution.noopLayer),
Effect.provide(SessionV2.defaultLayer),
Effect.provide(SessionV2.defaultLayer.pipe(Layer.provide(SessionExecution.noopLayer))),
)
const { db } = yield* Database.Service
const row = yield* db