Dashboard › opencode-lore › Distillation
d2756f69-519b-44f4-aca4-0a5aff05d82c["lore_tm_v1_nWzS10hQogCV3W8Yn34JZ_ZHh64klvA9pHmmiWEvmgU","lore_tm_v1_1U-bqhU_KyNMZNjqJpV1vC9FWcnkuUjGPX1mbZehncY","lore_tm_v1_uZbr2Uxn1E4AgGcrR5-bpD79YZm6-U53byhRo5A-ho8","lore_tm_v1_WyuQh2Hks8nP_edzRfYovU3ElOrfDSy2JYJK_R3qevM","lore_tm_v1_Gb23YCDILbLeYdM-5fzjEXWZVt0C5wlhc8tiFbr8vzI","lore_tm_v1_SM53OfoeG0OVINf01vP-vl3wEB2IS1AvV6m-4UTD5i0","lore_tm_v1_Mp8GFVS5gZvmwaxjmE7ASZ4m7jOojhvR4S_3LKE3OHM","lore_tm_v1_IV3871nptnDAbcWx17vMcbAGcu6XhmjbCFTrclougws","lore_tm_v1_p6UVXvfeb9M_4CuhuNZI8DE5nbl9kWgij4mvMbZGHnM","lore_tm_v1_Sj7nA2nPQoa8D6ajrCQwVjS2HQjiFUFHptfZXMd9zTs","lore_tm_v1_DpsmQY-L8c6CR_WWgoK8sTu1W5k7HanuLwyrkA61Y6o","lore_tm_v1_JwC2VTG107pQwm3OkeOwwpoOyFiFR0w5mSUICPPbtok","lore_tm_v1_0LcktoVcGHkZo5_QSZ03egwukzi_ZG8kYy44bf57vIg","lore_tm_v1_c_-zVoyFbPNBM0-5eOkySIm5jS8Ea3KGs4IN3ibWUgM","lore_tm_v1_2xTKCdH__n1Es1q_lymSLRHVWIXMBvguHo07N9-hDPw"]
Date: Sep 16, 2026
packages/gateway/test/openai-responses-recall-aware-stream.test.ts failed 4 tests with 214 skipped out of 218 in 6.99s: 1. "fails closed when a continuation terminal references visible output", 2. "rejects reference identities reused by later output items", 3. "rejects reference identities colliding with synthetic markers", and 4. "rejects continuation references colliding with principal identities".PUBLIC_RECALL_ERROR ("Lore could not continue the response after recall") instead of required PUBLIC_GATEWAY_ERROR ("Gateway request failed"), despite correctly clearing response.output to []; logs classified principal violations as principal_protocol and continuation violations as follow_up_protocol.packages/gateway/src/pipeline.ts was updated twice following the 4 protocol-error classification failures.packages/gateway/src/pipeline.ts found 38 matches, including referenceIdentities, outputIdentities, outputIdentityIndices, and referenceIdentityIndices; key mutation/check locations included lines 8505-8518, 9593-9631, 9690-9695, retry-baseline restoration at 11255-11261, and clearing at 11705-11706.packages/gateway/src/pipeline.ts and packages/gateway/test/openai-responses-recall-aware-stream.test.ts were updated; the test count subsequently increased from 218 to 219.packages/gateway/src/pipeline.ts found Math.max(...acc.rawItems.keys()) near lines 9879-9881, combined state item keys near line 10025, and continuation/merged highest-index calculations near lines 11316-11323.packages/gateway/src/pipeline.ts update, targeted execution passed all 18 selected tests with 201 skipped out of 219 in 8.84s.packages/gateway/src/pipeline.ts after the 18-test targeted pass."fails closed when a continuation terminal changes a private reference type" failed alone, with 218 of 219 tests skipped; it correctly produced response.output: [] and a follow_up_protocol classification but returned PUBLIC_RECALL_ERROR instead of required PUBLIC_GATEWAY_ERROR, while the contract also required no private-identity leakage.packages/gateway/src/pipeline.ts was updated after the private-reference-type classification failure; no subsequent test result was shown."All matched files use the correct format." in 151ms using 4 threads.typescript(no-non-null-assertion) warnings throughout packages/gateway/test/openai-responses-recall-aware-stream.test.ts, including lines 57, 1068, 1177, 1227, 1278, 1316, 2320, 3073, 4847, 5660, 6123, 6219, 7376, 7861, 7943, 8425, and 8814, plus packages/gateway/src/pipeline.ts:13482; no lint error or failed exit was reported.