sky-unicorn/dsh-referenced-file ↗★ 1
dsh-referenced-file
Workspace file references for DeepSeek Harness prompts using #
AI 분석
核心用途是允许用户在输入框中通过 # 快捷键搜索并引用本地项目文件内容。适合需要频繁向 Agent 关联上下文文件的开发任务。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sky-unicorn/dsh-referenced-fileConfiguration
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 |