Dashboard › opencode › Distillation
a753c987-703f-40f4-84c7-8df6507f4ec7["lore_tm_v1_Wf8tbHLmgZ7GTy6NDF_ICbvr6-qIDPV3ypik1Hx8eg8","lore_tm_v1_9lBd_n-i2CMfeQhaBh2qbYCwt9bSff7bu-TmxHxImco","lore_tm_v1__zBuiTJwr0OeTxDuuczuQ_BKljOndeWRp4LHeZL92Zs","lore_tm_v1_zQ7jFUyVqpTpc2umgr7A2aIIG1uhLOdV70BL6cvX8BM","lore_tm_v1_LAXMF_jqI-kCbFa5SruDO5QqNiDL3NcuxnLcB55QFCg","lore_tm_v1_18dXB95DeqPHOdRtG7nSTymxNaxXfwT_KfZMm9zA-Mg","lore_tm_v1_jXRyVIFptBYf5guyhGa455MJFYIJVr-S69WMYiWsQnI"]
Date: Sep 15, 2026
packages/schema/src/durable-event-manifest.ts:7-10 defines SessionDurable with definitions: Event.durable(SessionEvent.DurableDefinitions) and schema: SessionEvent.Durable.packages/schema/src/durable-event-manifest.ts:12-15 defines the combined Durable manifest from durable-filtered SessionV1.Event.Definitions followed by all SessionEvent.DurableDefinitions.packages/sdk/openapi.json already contains 4 matches related to prompt execution requests: session.next.prompt.execution_requested at lines 17919, 28622, and 34831, plus versioned session.next.prompt.execution_requested.1 at line 25740.session.next.prompt.execution_requested at packages/sdk/openapi.json:17910-17941 requires top-level id, type, and properties; id must match ^evt_; properties requires numeric timestamp, sessionID matching ^ses, and messageID matching ^msg_; additional properties are disallowed at both levels.session.next.prompted, then session.next.prompt.admitted, then session.next.prompt.execution_requested; the neighboring schemas show Prompted requires timestamp, sessionID, messageID, prompt, and delivery, while PromptAdmitted requires those same fields and exposes optional boolean requestExecution.Event union in packages/sdk/openapi.json:15261-15315 includes $ref entries in order for EventSessionNextPrompted, EventSessionNextPromptAdmitted, EventSessionNextPromptExecution_requested, and EventSessionNextContextUpdated.SessionDurableEvent union in packages/sdk/openapi.json:23796-23839 includes $ref entries in order for SessionNextPrompted, SessionNextPromptAdmitted, SessionNextPromptExecution_requested, and SessionNextContextUpdated, confirming the execution-request event is represented in the durable session API schema.