Dashboard › opencode › Distillation
9b68823f-70f8-453b-b157-7695ae7ab737["lore_tm_v1_whNlO9WdENtpZKoqjLltMArjdo6qmURXofvuNvN2EmQ"]
Date: Sep 15, 2026
session_execution table and related columns, indexes, and foreign-key metadata to packages/core/schema.json.packages/core/src/database/migration/20260914222526_session-execution-phase.ts.session_input_session_pending_delivery_seq_idx on session_input columns session_id, promoted_seq, delivery, and admitted_seq, in that order.and, eq, inArray, lt, and or, and changes SessionExecution.Service.of(...) service construction and execution-claim handling.SessionMessageTable, decode the latest assistant message with decodeMessage({ ...latest.data, id: latest.id, type: latest.type }), and match recovery claims using SessionRecoveryTable.session_id and claim.session_id.toolChoice: isLastStep ? "none" : undefined and process emitted events through Stream.runForEach((event) => ...).