PerryLink/dsh-plugin-upgrade0

dsh-plugin-upgrade

Plugin-author upgrade skill for DeepSeek Harness: a version-locked 0.1.3-alpha.1 -> 0.1.5-alpha.1 version card plus a zero-dependency seam scanner (V3 session format, assistant/message.stream, SessionHandleReadResult, ctx.agent, Inbox, SubprocessHandle.pid, SystemPrompt persona, PTC rename, EpochHeader.system, and the tsconfig stale-path false green), packaged as a bundle skill and an npx CLI.

AI 분석

用于 DeepSeek Harness 插件版本升级与缝隙扫描。适合需要将插件从 0.1.3 升级至 0.1.5 版本的开发者,便于处理会话格式和接口重命名等兼容性任务。

패키지
dsh-plugin-upgrade
버전
0.1.2
라이선스
Apache-2.0
최근 업데이트
2026. 9. 9.

설치

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

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-015Directory 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
      name: dsh-plugin-upgrade
      config:
        skillName: plugin-upgrade-015

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.