dsh-wikilink
Obsidian-style [[wikilink]] mentions for the DeepSeek Harness web GUI: type [[ in the composer to fuzzy-search note titles and attach their contents to the prompt
AI 분석
核心用途是快速关联和引用本地笔记内容。适合习惯使用双链笔记(如 Obsidian)并希望在对话中随时引用笔记作为上下文的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhaoscsc/dsh-wikilinkConfiguration
Host-side tunables on the plugin row in the profile patch layer:
- id: dsh-wikilink
config:
maxIndexedFiles: 100000 # hard cap on indexed entries (large vaults need this)
maxFileBytes: 262144 # hard cap on one attached note; larger files are refused
ignoreDirs: ['.git', 'node_modules'] # directory basenames the walk skips
The index is cached per session for 30 seconds; an index-status strip above the composer reports indexing in progress / done (with the note count) / failed.