22-ai-00/dsh-enhanced--plugins-personal-wiki ↗★ 2
@dsh-enhanced/personal-wiki
A safe, searchable, approval-gated Markdown knowledge vault for DeepSeek Harness.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/personal-wiki说明文档
阅读完整 README ↗配置上限
| 字段 | 默认值 | 作用 |
|---|---|---|
maxPageBytes | 1048576 | 单页 Markdown 最大 UTF-8 字节数 |
searchLimit | 20 | 默认搜索命中上限(硬上限 100) |
maxSnippetBytes | 2048 | 单条搜索片段字节上限 |
readMaxBytes | 8192 | 单次读取总字节上限 |
readMaxParagraphs | 40 | 单次读取段落上限 |
lintLimit | 200 | 默认 lint finding 上限 |
defaultProposalTtlMs | 900000 | 默认提案有效期(15 分钟) |
toolProposalAuthority | curated | 可信部署为所有模型 wiki_upsert 固定的 curated/derived 分类;模型不可覆盖 |
reconcileIntervalMs | 15000 | 提交“会话结束后才被批准”的提案的轮询间隔;0 关闭定时器 |
reconcileLimit | 50 | 每轮 reconcile 检查的本地待决提案上限 |