zhaoscsc/dsh-wikilink2

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)并希望在对话中随时引用笔记作为上下文的用户。

パッケージ
dsh-wikilink
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/13

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhaoscsc/dsh-wikilink

ドキュメント

README 全文を読む ↗

Configuration

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.