Dashboard › opencode-lore › Distillation
7d0d1ddd-b074-4d2a-92e3-adad1da4b710["lore_tm_v1_Zy_yKu7nZFb7R_-AcGOA83qjDFTCFdyaaHNu5JPaW_U","lore_tm_v1_GWekR9jgLusm32-WfH52GJkLUDMMZqIpVs1Sw5xbjyw"]
Date: Sep 16, 2026
streamResponsesRecallAware() is “never emitted to the client” (packages/gateway/src/pipeline.ts:7854).packages/gateway/src/pipeline.ts:201-218 imports these exact artifacts from ./stream/openai-responses: accumulateResponsesSSEStream, streamResponsesPassthrough, translateAnthropicStreamToResponses, applyResponsesEvent, finalizeResponsesAcc, formatResponsesEvent, makeResponsesAccState, mapStatusFromStopReason, isSupportedResponsesOutputItemType, isValidResponsesOutputItemStatus, isValidResponsesReasoningEncryptedContent, responsesDoneItemMatchesAdded, responsesTerminalItemMatches, normalizeCodexResponsesEvent, ResponsesTerminalError, and ResponsesAccState.packages/gateway/src/pipeline.ts:7781 states that the terminal response.completed reflects only client-visible output.streamResponsesRecallAware() implementation tracks lifecycle state including deltaSeen, content parts in Map<number, TextPartLifecycle>, frame count via const frameCounter = { count: 0 }, transaction rollback callbacks executed in reverse order, and recall timing through opts.recallDeadlineAt.streamResponsesRecallAware() rejects unknown properties with invalid recall function arguments: unknown property "${unknown}", rejects a non-string query, and rejects unsupported scope with invalid recall function arguments: unsupported scope.