HYY-King/dsh-plugin-auditor
HYY-King★ 0JavaScript最后同步: 2026-08-14
DSH plugin auditor: pre-flight compatibility check for profile plugin combinations. DSH 插件审核器:安装新插件前扫描组合兼容性,预防启动崩溃。
README 摘要
dsh-plugin-auditor Audit your DSH plugin combination before adding a new one — predict whether it will crash the harness on boot. DeepSeek Harness loads every bundle in the profile at startup. Third-party plugins that are unconfigured or conflicting (duplicate tool registrations, entry-id collisions, peer version mismatches, missing tokens/app ids) can fail the whole plugin tree. This plugin turns those lessons into a read-only pre-flight check. Install Usage After restart, ask the agent to call the audit plugins tool: - Full audit : call with no arguments to scan every bundle in the current profile. - New-plugin preview : pass newPlugins: ["package-name"] for a name-level conflict preview. Checks Check What it catches Duplicate tool registration Two plugins registering the same tool name (e.g. two memory plugins both registering memory forget ) Entry-id collision Multiple bundles mounting the same id in cordis.patch.yml Peer version mismatch A plugin requiring a @deepseek-ai/ version that differs from the installed one Memory-plugin uniqueness More than one memory plugin enabled at once — keep exactly one Channel-plugin credentials telegram/lark/im-style plugins enabled without to…
在 GitHub 查看完整 README →