Dashboard › opencode-lore › Distillation
9dc52e66-d023-4206-991d-eda086456d49["lore_tm_v1_6WkeIqJ27-DLcy0obatyvD7TvpF63hkBRpV3ZpfV1qM","lore_tm_v1_BBLEQ49Z4_LYx_MW9oH-_UFUl9qox8RyqrE1S6q5YH8","lore_tm_v1_CNvzC7NYIVH_aJdgEyGzu8L2mThULDhNNH3Nloe-Qbc","lore_tm_v1_AzsVxDeH99KEoKgT2a8SlBOND35WtIZZYJXgDRY7wcQ","lore_tm_v1_u8yK4Ezdg_c0WIef8F1i9-f5GioKSPvopCYgrM7Mag8","lore_tm_v1_Do5j9k94QKKm_QDUNvRuOZy5L_X16F6a31arjqueBTA","lore_tm_v1_8O28DZdIRHWmESpYnXc2RIGWA0WuERRUH9IlFUJ0sYk","lore_tm_v1_sHLqFAH9MkMOqUM7_-X_84i2dGPZzRPLICucROKc4yM","lore_tm_v1_cjOBiiJNVod-mTB1BqER7iG4IFJPawj48bF4o3fp5nc","lore_tm_v1_MtyXdg8-LSHHRMtxb3B-G6y2OpH-qtqaKy-VwxM3-8s","lore_tm_v1_4mxW67qJ4DYcX0HRYOlPy_4zfAaZ6z9MrXlwOIpOYKE","lore_tm_v1_3waylLbNKGwGcWlAiuSTovNkkB6irKwvQR5W2AEzW8k","lore_tm_v1_yF9hqAW5RD5SQebqY3_pZsCPD17qmLSp_Hd0GyZk0A8","lore_tm_v1_C-XKgwBJ_q3nbyICWLhWzX2KJ_F3QDrkfQk6N9h6FV8","lore_tm_v1_GdctbQQ0RSq0qR7Y30cot8XqFsVkPvMfJUDpR-h8LqQ"]
Date: Sep 16, 2026
never exposes non-semantic %s frames after recall interception.output: []; resolving at a higher index must succeed.packages/gateway/src/pipeline.ts:11555-11784 showed deferred continuation frames are flushed at flushHeldContinuation() before mergeContinuation(), terminal output is built through buildOutputItems() and visibleOutputIndexMap(), transactional frames are remapped during delivery, and non-terminal/non-recall principal events are still described and encoded as verbatim at :11729-11749.packages/gateway/test/openai-responses-recall-aware-stream.test.ts include responseEvents() at :72-88, expectVisibleOutputIndicesToMatchTerminal() at :90-112, sparseVisibleFunctionCall() at :149-180, completed() at :182-190, and textItem() at :222-252.buildTerminal(res: GatewayResponse) at packages/gateway/src/pipeline.ts:9840; related visible-output construction and sorted-index logic begins around :9904.isSupportedResponsesOutputItemType() in packages/gateway/src/stream/openai-responses.ts:238-242 accepts only string types present in RESPONSES_OUTPUT_ITEM_TYPES; isValidResponsesOutputItemStatus() at :244-252 validates optional statuses against type- and phase-specific sets.forwards a principal data-only non-recall tool after its name resolves at packages/gateway/test/openai-responses-recall-aware-stream.test.ts:2518-2557 verifies a terminal-resolved function_call named read with arguments {"path":"file"} is publicly delivered, does not invoke recall, and does not emit PUBLIC_RECALL_ERROR.