mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
master introduced AttachmentStore.saveImages as the batch admission (count/aggregate-byte/media-type limits, validate-all-before-save, ordered commit). admitEncodedImages narrows to the shared wire entry: canonical-base64 enforcement plus delegation to saveImages, keeping one home for batch policy while both wire endpoints (prompt RPC and the command executor) still call one function. Test doubles gain saveImages; batch-limit error texts follow saveImages' wording.