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/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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.