EveGoodEvening/dsh-llmwiki0

@evegoodevening/dsh-llmwiki

Local-first, evidence-backed Markdown wiki plugin for DeepSeek Harness

AI 분석

核心用途是构建本地 Markdown 知识库并提供检索。适合需要让 Agent 检索本地文档、提供证据支持的知识管理任务,支持自定义搜索限制。

패키지
@evegoodevening/dsh-llmwiki
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EveGoodEvening/dsh-llmwiki

Configuration

All keys are optional; defaults are shown.

keytypedefaultconstraintmeaning
rootstring.llmwikinon-emptyWiki root directory, resolved from the process working directory
maxSourceBytesinteger2097152 (2 MiB)>= 1Maximum UTF-8 byte length of a single source content
maxPageBytesinteger524288 (512 KiB)>= 1Maximum rendered byte length of a page body
maxResultsinteger201..100Cap on llmwiki_search hits
maxSnippetBytesinteger120064..16384Cap on per-hit snippet length
commandDiagnosticLimitinteger201..100Diagnostics printed by /wiki lint before an omission notice

Unknown config keys are rejected at load time.