PerryLink/dsh-plugin-upgrade-rc10

dsh-plugin-upgrade-rc1

专为 DeepSeek Harness 插件作者设计的升级工具,支持 0.1.5-alpha.1 到 0.1.5-rc.1 的版本锁定升级,并提供无依赖的缝隙扫描器。

AI 分析

用于 DeepSeek Harness 插件版本过渡与缝隙扫描。适合需要将插件升级至 0.1.5-rc.1 版本的开发者,便于处理客户端插槽移除和组件重命名等变更。

套件
dsh-plugin-upgrade-rc1
版本
0.1.0
授權
Apache-2.0
最近更新
2026年9月10日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-plugin-upgrade-rc1

Configuration

Every key is optional and lives in the profile patch:

KeyDefaultMeaning
enabledtrueRegister the packaged skill. Set false to keep the dependency mounted but silent.
skillNameplugin-upgrade-015rc1Directory under skillsRoot to register, and the name shown in the catalog.
skillsRootthe package's own ./skillsWhere /SKILL.md lives. Point it at your own card to reuse the plumbing.
userInvocabletrueWhether a human can invoke the skill by name in addition to the model.
- insert:
    - id: dsh-plugin-upgrade-rc1
      name: dsh-plugin-upgrade-rc1
      config:
        skillName: plugin-upgrade-015rc1

The plugin mounts loud: a missing SKILL.md, an empty body, or a frontmatter without name fails the mount instead of registering an empty skill.