Dashboard › opencode › Distillation
8a5d3b01-6901-420a-aa4d-4029743b234a["lore_tm_v1_6Sk18PH30l438Rg0Jqm_06nF1Ae8wsRi97qSKAjeIHk"]
Date: Sep 15, 2026
it.effect("never starts a second owner while the lease is live", ...) and it.effect("never re-enters its own uncertain live lease", ...), exercising session wake/claim behavior with first.wake(sessionID), scoped ownership via Scope.make(), and execution identity passed as executionID.packages/core/src/session/runner/publish-llm-event.ts to publish structured session events including SessionEvent.Reasoning.Ended, SessionEvent.Reasoning.Delta, and SessionEvent.Tool.Failed; it tracks assistantMessageID, timestamps, tool ownership, and assistantFailed = true.runTurnAttempt(sessionID, executionID, promotion, step, compaction.compactAfterOverflow), preserving the execution lease identity through each attempt.session_execution table and index session_execution_owner_idx on owner_id.