Dashboard › opencode › Distillation
f61336d9-7cc6-439c-85af-84329dd4f408["lore_tm_v1_Ue6e-grpR0-2TYTYgS64jTkFuoAn-OC8hoJg8X4kmrA","lore_tm_v1_msIZ7mownVCL__NIa-KtTfszN2iIeo9eISc1-iVPBeA","lore_tm_v1_Ee7M5T2-PtfWMxDJDof4T1HflyNobFO86GMzkXm89e0","lore_tm_v1_OPomwFTyKGJ5ndpJUTS6VfY8QGiE-QuLBkdS7vCUy-E","lore_tm_v1_aKs005e2sDIh-HoCYpHCVaeC-I_mVm8DSTTtxmoghDI","lore_tm_v1_mBOiFxLBvfu21PSwnUasvKgNebLoxet9-GTIxoHOvJ4","lore_tm_v1_kDkdh9KhYtIvIQi47ZfX-32QswYEQWzA9Jf7dLOSV9U"]
Date: Sep 15, 2026
packages/schema/src/session-event.ts defines PromptAdmitted at line 94 via Event.define({ type: "session.next.prompt.admitted", ...options, schema: PromptFields }); it exports PromptAdmitted and its type, with additional references at lines 476 and 509.packages/core/test/session-prompt.test.ts test "durably admits one user message before transcript promotion" resets wakeCalls at line 147, prompts with text "Fix the failing tests" and resume: false, expects no promoted session messages, and verifies the admitted record has the returned message ID, sessionID, prompt text, and delivery: "steer".packages/core/test/session-prompt.test.ts test "resolves attachment MIME before admission" resets wakeCalls, submits image.png using data:image/png;base64,aGVsbG8= with resume: false, and expects admission to preserve the resolved MIME type image/png.packages/core/test/session-prompt.test.ts was updated successfully.requestExecution has 9 matches: packages/core/src/session.ts:373 sets requestExecution: input.resume !== false; packages/core/src/session/input.ts declares the boolean at line 49 and conditionally requests wake at lines 54, 68, and 89; tests reference it in packages/core/test/session-runner.test.ts:683 and packages/core/test/session-projector.test.ts:381, :568, and :860.v1.3.14 (0d9b296a) passed with 26 pass, 0 fail, and 60 expect() calls across 1 file in 2.08s.