yan9651688/dsh-file-checksum0

dsh-file-checksum

Raw-file SHA-256 and SHA-512 verification tool for DeepSeek Harness

AI 분석

核心用途是让 DSH 能够对本地文件进行哈希值校验。适合需要在 Agent 工作流中验证文件完整性或进行安全比对的任务,默认限制文件大小为 64 MiB。

패키지
dsh-file-checksum
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yan9651688/dsh-file-checksum

Configuration

The bundle defaults to a 64 MiB whole-file limit:

- insert:
    - id: file-checksum
      name: dsh-file-checksum
      config:
        maxBytes: 67108864

Override the row in a later profile patch to choose a different positive integer, up to 256 MiB. The limit exists because the current DSH raw-byte filesystem API returns a complete bounded file rather than a byte stream.