Dashboard › opencode-lore › Distillation
Distillation
ID: 13ec2b55-a74a-468b-8bd0-c7f68b492381
Generation: 0
Tokens: 356
R_compression: 3.164
C_norm: 0.000
Archived: No
Created: 2026-09-16 18:17:40
Source IDs:
["lore_tm_v1_F1QApaFD3g7BLtqEnYNGz3p_o-ZzF7p1eldzcSYY-9Q","lore_tm_v1_gxPPShLKid1OopwGw-psFYKzrgZb_RR33sYcX7LhSyY"]
Observations
Date: Sep 16, 2026
- π΄ (14:08) User asserted that the stream βnever forwards response-side item_reference lifecycle events,β expressed as the test name
test("never forwards response-side item_reference lifecycle events", async () => {.
- π‘ (14:08) Provided diff adds extensive response-stream tests covering sparse output/content indices, reasoning summary and reasoning text lifecycle events, terminal-only principal events, continuation behavior, recall/follow-up suppression, final materialization, and public gateway error handling.
- π‘ (14:08) Sparse-content tests expect finalized text
"sparse finalized text" at content_index: 2, with Object.keys(rawContent ?? []) equal to ["2"].
- π‘ (14:08) A sparse continuation test uses response ID
resp_sparse_continuation_principal, model gpt-5.6-terra, and an onRecall callback.
- π‘ (14:08) A terminal-only principal test uses item ID
rs_terminal_only_principal, validation mode "codex", and expects both recallCalls and followUps to remain 0.
- π‘ (14:08) Added privacy-oriented assertions require streamed output not to contain
"private gap".
- π‘ (14:08) Added failure-path coverage expects a server error payload
{ type: "server_error", message: PUBLIC_GATEWAY_ERROR }.
- π‘ (14:08) The tests spy on
responsesStream.finalizeResponsesAcc via vi.spyOn(responsesStream, "finalizeResponsesAcc") and inspect completed GatewayResponse values, including rawOutputItems.