EveGoodEvening/dsh-llmwiki ↗★ 0
@evegoodevening/dsh-llmwiki
Local-first, evidence-backed Markdown wiki plugin for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EveGoodEvening/dsh-llmwiki说明文档
阅读完整 README ↗Configuration
All keys are optional; defaults are shown.
| key | type | default | constraint | meaning |
|---|---|---|---|---|
root | string | .llmwiki | non-empty | Wiki root directory, resolved from the process working directory |
maxSourceBytes | integer | 2097152 (2 MiB) | >= 1 | Maximum UTF-8 byte length of a single source content |
maxPageBytes | integer | 524288 (512 KiB) | >= 1 | Maximum rendered byte length of a page body |
maxResults | integer | 20 | 1..100 | Cap on llmwiki_search hits |
maxSnippetBytes | integer | 1200 | 64..16384 | Cap on per-hit snippet length |
commandDiagnosticLimit | integer | 20 | 1..100 | Diagnostics printed by /wiki lint before an omission notice |
Unknown config keys are rejected at load time.