mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
The paragraph claimed later child output reaches only the scrollback. Output after a settle still reaches the scrollback and whichever send is active when it arrives — appendOutput writes both (session.ts:302-307), and settleActive clears `active` rather than suppressing delivery. Only the settled operation stops receiving it, which is what the timing bound protects.