sky-unicorn/dsh-referenced-file ↗★ 1
dsh-referenced-file
Workspace file references for DeepSeek Harness prompts using #
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sky-unicorn/dsh-referenced-file说明文档
阅读完整 README ↗Configuration
The Host Loader entry id is referenced-file. Its schema defaults are below. When overriding that entry's config, specify the complete config because later DSH patch layers replace an entry's config rather than deep-merging it.
| Field | Default | Purpose |
|---|---|---|
maxCandidates | 40 | Maximum candidates returned by one query |
maxScannedEntries | 5000 | Maximum directory entries inspected per query |
maxDepth | 12 | Maximum candidate traversal depth |
maxReferences | 8 | Maximum referenced files in one direct prompt batch |
maxFileBytes | 131072 | Per-file byte limit |
maxTotalBytes | 524288 | Combined reference byte limit |
excludeDirectories | .git, .cache, .next, .turbo, build, coverage, dist, node_modules | Directory basenames omitted from candidate traversal |