dsh-plugin-check
v0.1.0 · 2 天前发布
Check the dsh plugins you already installed against a registry of verified packages: which ship a broken package, which are pinned to a dsh version that no longer exists, and which run code on your machine at install time. Drafts the issue that fixes each
README
dsh-plugin-check
Check the DeepSeek Harness plugins you
already installed, and draft the issue that fixes each problem.
Every plugin marketplace answers what could I install. None of them answers *is what I
installed still working* — which is the question that decays: dsh went 0.0.1-rc.1 →0.1.0-rc.6 in its first five days, so a plugin that installed cleanly last week can be
pinned to a range that no longer resolves.
Install
sh
dsh plugin --profile web add dsh-plugin-check
Use
Ask the agent to check your plugins. It calls the plugin_check tool, which reads the
profiles under $DSH_HOME, asks dshplugins.co what it knows about
each installed package, and reports the difference.
```
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-plugin-check
- Repo
- https://github.com/omdsh-dev/dsh-plugin-check
- Engines
{"node":"^22.19.0 || >=24.0.0"}- Weekly DL
- 0
- Monthly DL
- 0
- Stars
- ★ 23
- Open Issues
- 5
- GH License
- [object Object]
- Archived
- 否
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"plugin":{"schemaVersion":1,"category":"devtools","displayName":{"en":"Plugin Check","zh-CN":"插件体检"},"summary":{"en":"Checks the plugins you already installed against the public registry and reports what is broken, stale, or risky.","zh-CN":"拿你已装的插件去公开注册表比对,报告哪些坏了、哪些版本过期、哪些有风险。"}}}