Dashboard › opencode-lore › Distillation
9df5fe5f-377e-41b1-b84d-6ada9191127f["lore_tm_v1_bIVtUEmZz_eChsgVTQcsdfHz7pvELQVumldDHOI1eTo","lore_tm_v1_BT_6WhllLARtPTlo_WQ1Fc149aFaHt3uH7G_DabiCkg","lore_tm_v1_XsTPagBx6yiXqF6BvW6z2oY6OIYrpSrBqj2Je6Zv9ws"]
Date: Sep 16, 2026
committed remaining 0 and rolledBack becoming 1.reader.cancel() must resolve as "cancelled" before the next setImmediate, even when onRecall returns new Promise<never>(() => {}).reader.cancel() must resolve as "cancelled" before the next setImmediate, even when runFollowUp returns new Promise<never>(() => {}).response.failed must remain a failure rather than become a successful completion.setRecallContinuationFailureHook() callback throwing "private telemetry failure", must not change the public error response."answer", invoking transaction?.commit() can throw "recall persistence failed" and must leave persisted at 0 while invoking rollback once (rolledBack === 1)."rolls back deferred persistence when a recall-only continuation fails"; its runFollowUp throws "follow-up failed", and persistence exposes separate commit and rollback callbacks.visibleItemCount = 1_500, maxRetainedStateBytes = 64 * 1024 * 1024, a frame-count ceiling of 100_000, and a 60_000 ms test timeout. It proxies accumulated items and counts reads of id and call_id, requiring identityReads <= visibleItemCount * 40.maxSparseIndex = 32, principalRecallIndex = maxSparseIndex - 2 (30), and maxSSEFrames: maxSparseIndex. With extraRecall=false, it expects success and a shifted continuation output_index of maxSparseIndex - 1 (31); with extraRecall=true, it expects exactly one public response.failed, PUBLIC_RECALL_ERROR, no leaked "call_omitted_first_invalid", and only one recall and one follow-up."accounts for terminal Codex continuation usage once when candidate flush exceeds the transaction limit": principal usage is { input_tokens: 2, output_tokens: 3, total_tokens: 5 }, continuation usage is { input_tokens: 5, output_tokens: 7, total_tokens: 12 }, and private function-call arguments contain private-terminal-flush- followed by 4,096 "x" characters.