mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
The master merge added a web card whose renderBody content narrow checked only card === 'generic', so a read card fell through to the raw result content and rendered the full <path>/<type>/<content> envelope instead of the envelope-stripped text. Include card === 'read' in that narrow, mirroring the markdownContent selection in render(); the parallel-file-reads terminal golden is byte-for-byte unchanged.