Dashboard › opencode › Distillation
a5bedb6b-5b16-40be-89f2-c877b72865a1["lore_tm_v1_QO98f92RRLOUHRO9olLeTN5YWBFihvgSYfQGKt2ACeI","lore_tm_v1_9L_mZ3Qfu-FItjttROVkBUwuSagYAte-qBrQyqN_XI4"]
Date: Sep 15, 2026
/home/byk/Code/opencode/packages/schema/src/session-event.ts lines 145–192. Step.Started defines event type "session.next.step.started" with ...options and schema fields ...Base, assistantMessageID: SessionMessage.ID, agent: Schema.String, model: Model.Ref, and optional snapshot. Step.Ended defines "session.next.step.ended" with ...stepSettlementOptions and schema fields ...Base, assistantMessageID, finish: Schema.String, cost: Schema.Finite, finite tokens.input, tokens.output, tokens.reasoning, tokens.cache.read, tokens.cache.write, optional snapshot, and optional files: Schema.Array(RelativePath). Step.Failed begins at line 185, defines "session.next.step.failed" with ...stepSettlementOptions, ...Base, assistantMessageID, and error: UnknownError./home/byk/Code/opencode/packages/schema/src/session-event.ts: line 38 const options = {, line 44 const stepSettlementOptions = {, line 164 ...stepSettlementOptions,, and line 187 ...stepSettlementOptions,.