Dashboard › opencode-lore › Distillation
45bc1908-60b1-4b90-8273-4e2da89bd5c5["lore_tm_v1_xcodggEcfj5uJDbEpL0jvby8G8LWQiuMY7LZr1Ugljc","lore_tm_v1_HnFlbpCHsNNIgZVembnHM96N2EAaxiV1fdviAFzIsXI"]
Date: Sep 16, 2026
packages/gateway/src/pipeline.ts candidate introduces projection helpers/state including visibleOutputIndices, visibleOutputSources, syncVisibleOutputIndex(sourceIndex), enqueueProjectedPrincipal(...), assertForwardedProjectionStable(), projectionChanged, and projectionInvalid."response.done" and validates response statuses against terminalStatuses.newlyPrivateRecallIndex, invokes assertForwardedProjectionStable(), and includes otherToolSeen when determining terminal stream behavior.packages/gateway/test/openai-responses-recall-aware-stream.test.ts expands its Vitest imports to include afterEach and vi, and adds response-event parsing plus expectVisibleOutputIndicesToMatchTerminal(output) consistency checks."msg_sparse_terminal_visible", "fc_lower_terminal_recall", and "resp_deferred_sparse_late_recall", use model "gpt-5.6-terra", and include a function-call argument delta of "{}".recalls and followUps counters; at least one terminal-recall case asserts followUps is 0, and another follow-up callback throws new Error("must not run follow-up") if invoked.response.failed, expects a response.completed event in another case, and exercises response.refusal.done.