sky-unicorn/dsh-referenced-file1

dsh-referenced-file

Workspace file references for DeepSeek Harness prompts using #

AI 分析

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

パッケージ
dsh-referenced-file
バージョン
0.1.0
最終更新
2026/08/18

インストール

$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.

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