yan9651688/dsh-file-checksum ↗★ 0
dsh-file-checksum
用于 DeepSeek Harness 的原始文件 SHA-256 和 SHA-512 校验和验证工具。
AI 分析
核心用途是让 DSH 能够对本地文件进行哈希值校验。适合需要在 Agent 工作流中验证文件完整性或进行安全比对的任务,默认限制文件大小为 64 MiB。
安装
$
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.