mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
The review's two remaining non-blocking items: (1) a case where the run ends with a SEALED open hold (past MAX_PENDING_CHUNKS) — finish() must commit the sealed prefix, verified to fail if finish drops openSealed. (2) openSealed is now a block ARRAY (one joined block per seal) matching the fd-3 reader's blocks and the stray capture's seal, instead of one repeated string concat that leaned on V8 ConsString amortization.