Dashboard › opencode-lore › Distillation
7e559fe9-71bc-42c6-98c8-f2026df2db84["lore_tm_v1_YPKgAjg8zpENAgf_iAdPd4swJh6C5qEMGo6lsaBioDE","lore_tm_v1_YZ540Cp6dacPSo0itf3LTn40KL6eluy4XqVdFZsLKkE","lore_tm_v1_ATkVLipLZY_r00No3KpM170ziUYDJE_NQUnMPX18pNU","lore_tm_v1_9H5BV4UIlrgNEgyCG4r3r48LDBT9FkloQFQr3JzSFVs","lore_tm_v1_G0suvUwRYExG5PYX2xDmnaSbZ-bXJgPMPj1uU2qvgqQ","lore_tm_v1_QehJbYVhh6Qzgg5rUX0Xmxp0YCPOM3vMlixMQ0Q5IRQ"]
Date: Sep 16, 2026
1ff66d14757b98d3ec7bdb8012104d1f10b292b8 (Change ID uyznyvwtuxrkvnppulnwlpryssrywsrt) is titled fix(responses): validate Codex reasoning summaries; authored by Burak Yigit Kaya <ben@byk.im> on Sep 12, 2026 at 18:34:41 and committed on Sep 16, 2026 at 16:44:49. It changes packages/gateway/src/pipeline.ts and packages/gateway/test/openai-responses-recall-aware-stream.test.ts: 868 insertions and 56 deletions across 2 files.b9feb17a1feb58a72a080cca0e493130427c506f (Change ID rtwyxzrrqnqspzypxtymnolzwmpnnumv) is titled fix(responses): reject untracked Codex reasoning; bookmarks are fix/codex-sparse-reasoning and fix/codex-sparse-reasoning@git. Burak Yigit Kaya <ben@byk.im> authored it on Sep 16, 2026 at 15:58:16 and committed it at 16:44:49. It changes packages/gateway/src/pipeline.ts and packages/gateway/test/openai-responses-recall-aware-stream.test.ts: 321 insertions and 47 deletions across 2 files.packages/gateway/test/openai-responses-recall-aware-stream.test.ts defines reasoningSummaryEvents(outputIndex, itemId, summaries, firstSummaryIndex = 0), which emits, in order for each summary, response.reasoning_summary_part.added, response.reasoning_summary_text.delta, response.reasoning_summary_text.done, and response.reasoning_summary_part.done; reasoningSummaryParts() maps strings to { type: "summary_text", text }.uses completed reasoning ciphertext in a recall continuation verifies that a reasoning item’s terminal encrypted_content: "completed-ciphertext" supersedes provisional encrypted_content: "provisional-ciphertext" when constructing a recall continuation.retains reasoning items in the rebuilt terminal streams reasoning item rs_0 with summary text "reasoned", performs recallCall(1, { query: "architecture" }), and checks that the reasoning item remains in acc.rawOutputItems while rebuilding the terminal response.packages/gateway/test/openai-responses-recall-aware-stream.test.ts contains 9,346 lines; displayed diff hunks included @@ -11,7 +11,7 @@, @@ -205,6 +205,45 @@, @@ -2088,6 +2127,927 @@, and @@ -8286,6 +9246,7 @@.