sky-unicorn/dsh-referenced-file1

dsh-referenced-file

Workspace file references for DeepSeek Harness prompts using #

AI Analysis

核心用途是允许用户在输入框中通过 # 快捷键搜索并引用本地项目文件内容。适合需要频繁向 Agent 关联上下文文件的开发任务。

Package
dsh-referenced-file
Version
0.1.0
Last updated
Aug 18, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sky-unicorn/dsh-referenced-file

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.

FieldDefaultPurpose
maxCandidates40Maximum candidates returned by one query
maxScannedEntries5000Maximum directory entries inspected per query
maxDepth12Maximum candidate traversal depth
maxReferences8Maximum referenced files in one direct prompt batch
maxFileBytes131072Per-file byte limit
maxTotalBytes524288Combined reference byte limit
excludeDirectories.git, .cache, .next, .turbo, build, coverage, dist, node_modulesDirectory basenames omitted from candidate traversal