Dashboard › opencode-lore › Distillation
6a9eb321-bf49-4104-8d33-71e358bd6840["lore_tm_v1_-BMRxdC7DDy7kDQtTUvrmw7CnlyufJ03NxT4RO2uZHs","lore_tm_v1_aKpOR1mcxpJD9P1e8sWFlWpdrIHYmUC8uHfsC8g4Tag","lore_tm_v1_DlxiiFjk_fuEx9CUPpjxFjGQ-2dJnFcdxWLG1TIaNiY","lore_tm_v1_16l8VqhhSY33uCp0O0pMsc8Sub97wgcJQIWbiGPJ1Qk","lore_tm_v1_3SPMtw1cw3Wx3969PAe2wYt9KEcMciQLbWsbiPTfA-g","lore_tm_v1_hLtZ_kR1EOHbPxSlkqcNNsjgDMU8FfuLOB3r4zlr2mE","lore_tm_v1_NuNcczQVCjzEmEh6shUDLoAesHBtumllDYe2WmvcN3Y"]
Date: Sep 16, 2026
@loreai/gateway@0.40.0 typecheck completed with tsc --noEmit, and all 9 selected tests passed with 213 skipped out of 222 in packages/gateway/test/openai-responses-recall-aware-stream.test.ts; duration was 5.70s.packages/gateway/src/pipeline.ts was updated to implement the bounded incremental projection-ledger approach.fails closed when a lower-index recall follows visible output at packages/gateway/test/openai-responses-recall-aware-stream.test.ts:5882-5919. Its stream places visible textItem(1, "already visible", "msg_dense_visible") before lower-index recallCall(0, { query: "private query" }, "fc_dense_late_recall"); expected behavior includes the public PUBLIC_GATEWAY_ERROR, no private query/result, zero recall executions, exactly one response.failed, no response.completed, and failed terminal output [].PUBLIC_GATEWAY_ERROR (Gateway request failed). Instead, it retained the already-emitted visible message and emitted one sanitized response.failed whose error message was Lore could not continue the response after recall; logs classified the failure as follow_up_setup at packages/gateway/src/pipeline.ts:11572, 11712, and 11841.private query or private result, but its failed response still contained the completed visible item msg_dense_visible in response.output, conflicting with the testβs expected output: [].packages/gateway/src/pipeline.ts was updated again after inspecting the failing lower-index-recall test; no subsequent validation result was shown.