Dashboard › opencode › Distillation
8a1f2871-661c-4dc6-8e3f-53eb259c9ef2["lore_tm_v1_lRhqDYHwDbpxIm4nDz81vaxOcgI2tRTi1zmh8N1hBhg"]
Date: Sep 15, 2026
packages/schema/src/session-event.ts:185-194 defines SessionEvent.NextStep.Failed via Event.define() with event type "session.next.step.failed", ...stepSettlementOptions, and schema fields ...Base, assistantMessageID: SessionMessage.ID, and error: UnknownError; exports type Failed = typeof Failed.Type.packages/schema/src/session-event.ts:196-205 defines SessionEvent.NextStep.Interrupted via Event.define() with event type "session.next.step.interrupted", ...options, and schema fields ...Base, assistantMessageID: SessionMessage.ID, and error: UnknownError; exports type Interrupted = typeof Interrupted.Type.packages/schema/src/session-event.ts:207-219 defines SessionEvent.NextStep.Recovered via Event.define() with event type "session.next.step.recovered", ...options, and schema fields ...Base, executionID: Schema.String, recoveryMessageID: SessionMessage.ID, optional assistantMessageID: SessionMessage.ID.pipe(optional), continuationMessageID: SessionMessage.ID, and phase: Schema.Literals(["ready", "unknown"]); exports type Recovered = typeof Recovered.Type.packages/schema/src/session-event.ts:222-224 begins the Text namespace and its Started event definition with event type "session.next.text.started".