DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Upgrade Rc1 — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
P

dsh-plugin-upgrade-rc1

Plugin Upgrade Rc1

面向 DeepSeek Harness 插件作者的升级技能:一张版本锁定的 0.1.5-alpha.1 -> 0.1.5-rc.1 迁移卡,以及一个零依赖的接缝扫描器(已移除的裸 `conversation` 客户端槽位、侧边栏 textpreview -> documentpreview 包重命名、新的全局主面板模型和 usePanelInfo 标准属性、新的 `present` 工具键、两种新的会话事件类型,以及仅使用 >=0.1.2-rc.1 <0.2.0 的对等依赖范围会拒绝 0.1.5-rc.1 的陷阱),以技能包和 npx CLI 形式提供。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:PerryLink/dsh-plugin-upgrade-rc1#26ac537ab490cb1dc6701902b7e4a1845a4fa566
README兼容性版本

兼容性与来源证明

Plugin Upgrade Rc1 以 dsh-plugin-upgrade-rc1 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/10

版本

0.1.0stable
2026/9/10

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
已声明 sideEffects: false
解包体积
未提供
文件数
未提供
Surface
any
许可证
Apache-2.0
发布源
github
周下载
0
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Automation@michengai/dsh-automation在独立 DSH Session 中按计划执行编码任务,支持 Web 设置页与 Agent 双入口管理。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Market Plusdsh-market-plusDSH 插件市场增强版:dsh-market 基座 + dsh-store 的 npm 权威源/质量验证/GitHub 热度/代理注入/回退安装(MIT,融合 dsh-market 与 dsh-store)

README

⬆️ dsh-plugin-upgrade-rc1

  • 1024 store channel: npm i -g dsh1024 once, then dsh1024 plugin --profile web add dsh-plugin-upgrade-rc1 (counts toward the deepseek1024.com install ranking).

Version-locked plugin upgrade skill for DeepSeek Harness — 0.1.5-alpha.1 → 0.1.5-rc.1.

A corridor card plus a zero-dependency seam scanner, so a client half that stopped mounting silently is never mistaken for "typecheck is green".

Official repository. This is the only official repository of dsh-plugin-upgrade-rc1, maintained by PerryLink. Same-name repositories under other accounts are not affiliated.

English · 简体中文 · Español · Português · हिन्दी


Compatibility

SurfaceStatus
HarnessDeepSeek Harness 0.1.5-rc.1 (tag dsh-v0.1.5-rc.1 = 183f08e9c6dd; corridor start dsh-v0.1.5-alpha.1 = 5dda764ed3aa). Peer band @deepseek-ai/dsh-skill >=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0, @deepseek-ai/cordis ^4.0.2, @deepseek-ai/schemastery ^3.18.2.
Node^22.19.0 || >=24.0.0
PlatformsAnywhere Node runs; the scanner is filesystem-only and platform-neutral
ModelText-only models fully supported; the skill is a Markdown body, no tool or vision requirement
ScopeOne corridor only: 0.1.5-alpha.1 → 0.1.5-rc.1. It is not a general migration framework.
Sibling corridor0.1.3-alpha.1 → 0.1.5-alpha.1 is dsh-plugin-upgrade. Read that card first if your peer band is below 0.1.5-alpha.1; this package does not re-cover those seams.

What you get

Two halves, one seam catalog:

  • A bundled agent skill (plugin-upgrade-015rc1) — the corridor card and a fix-and-verify loop. The model loads it only when a task actually needs it; the package contributes no system-prompt paragraph and no tool.
  • A zero-dependency CLI (dsh-plugin-upgrade-rc1-scan) — reports file:line facts for ten seams (C1–C5, H1–H4, P1) re-read from the harness tag range on 2026-09-10. Exit 1 on any error-severity hit, so it drops straight into CI.

The point is the failure mode this corridor exists to kill: this hop's breakage is silent. The bare conversation client slot was deleted with no alias, and ctx.slots.inject() only runs its callback when the declaration exists — so a client half that still targets it stops mounting with no error, no log line and no failed build. Two classes of breakage survive typecheck + test:

  1. the type line is stale, so the repo compiles against the old slot catalog (seam C3);
  2. the tests are mocked against the old shape, so they pass while the host drops the contribution.

Honest sizing: this package's own workspace sweep found that the family's client halves use only 8 slot keys, all of which survive in rc.1 — for them the breakage is latent, not actual. Third-party client plugins that targeted the bare conversation key are the ones that break, and they break quietly.

Quick start

# 1. install the bundle into your profile
dsh plugin --profile web add dsh-plugin-upgrade-rc1

# 2. verify the row mounted
dsh --profile web --dump-config | grep -A3 'id: dsh-plugin-upgrade-rc1'

# 3. scan the plugin you are upgrading
npx dsh-plugin-upgrade-rc1-scan --repo ../my-plugin

Then ask the agent to use the plugin-upgrade-015rc1 skill, or drive the loop yourself with the card at skills/plugin-upgrade-015rc1/references/v0.1.5-alpha.1-to-v0.1.5-rc.1.md.

Install & uninstall

dsh plugin --profile web add dsh-plugin-upgrade-rc1            # from npm
dsh plugin --profile web add "github:PerryLink/dsh-plugin-upgrade-rc1#main"   # from source
dsh plugin --profile web remove dsh-plugin-upgrade-rc1         # uninstall (reversible)

Installing the bundle only registers a skill; removing the row removes the skill. The CLI is a normal npx target and needs no profile at all.

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 <skillName>/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.

Surfaces

Skill — plugin-upgrade-015rc1 (model- and user-invocable by default). Body: the 6-step loop. References: the corridor card. Scripts: the detector, shipped inside the skill directory so relative paths resolve.

CLI — dsh-plugin-upgrade-rc1-scan:

dsh-plugin-upgrade-rc1-scan [--repo <path>] [--json <out.json>] [--seams C1,P1] [--quiet]
FlagMeaning
--repo <path>Repository to scan (default: cwd).
--json <out.json>Also write the machine-readable report (repo, scannedAt, files, hits[], bySeam).
--seams C1,P1Restrict to specific seams.
--quietSuppress the human rendering (pair with --json).

Exit codes: 0 no error-severity hit · 1 at least one error-severity hit · 2 usage or scan failure. A clean scan is necessary but not sufficient — this corridor's exit criterion is a real-host smoke and a real browser assertion for the client half.

The ten seams

IdSeverityWhat changed in the 0.1.5-rc.1 line
C1errorThe bare client slot conversation was deleted and replaced by main + main.conversation, with no alias. ctx.slots.inject() only fires when the declaration exists, so a plugin targeting it stops mounting silently.
C2error@deepseek-ai/dsh-client-ui-sidebar-textpreview was renamed …-sidebar-documentpreview; the old name is gone with no shim package.
C3errorClient-side false green: dev/test types pinned at the 0.1.5-alpha.* line, or a tsconfig paths alias pointing at a missing checkout directory, makes TypeScript fall back to the old catalog.
C4warnrc.1 added a global main-panel model (main, sidebar.panellist, ctx.layout.selectPanel(MainPanelId | null)) and appended a usePanelInfo standard prop to almost every slot.
C5warnDocument preview moved to the keyed slot sidebar.right.tab.document (DocumentContent); sidebar.right.pane.tab survives but its parent entry became rightbar.session.
H1warnKNOWN_SESSION_EVENT_TYPES gained deliverables/presented and subagent/catalog — the fail-closed vocabulary grew.
H2warnThe new present tool's row occupies tool.call.toolview key 'present', which was free in alpha.1.
H3infoNew optional capabilities: ctx.sessionFeedback, ctx.layout.beginNavigation(), ctx.workspaces.openSession() / openWorkspace() / forkSession(). Listed on the card; deliberately not auto-detected.
H4infoThe DeepSeek adapter's default advisory catalog now leads with (DeepSeek-V41-Flash).

C4, C5, H1, H2 and H4 are deliberately advisory: they have legitimate matches (a repo that already uses the new API, a documentation snapshot, a plugin's own model-id table), so the scanner reports them as leads for manual review rather than failures.

What this does not cover

  • The earlier corridor. 0.1.3-alpha.1 → 0.1.5-alpha.1 is dsh-plugin-upgrade. Read its card first if your peer band is below 0.1.5-alpha.1; this package does not re-cover those seams.
  • Session-format seams. assistant/message.stream, SessionHandleReadResult, EpochHeader.system, ctx.agent, Inbox and SystemPrompt.persona are unchanged in this hop (the whole packages/core/session/src diff is two added event-type literals and one comment line), so re-stating them here would be drift. They live on the sibling card.
  • Future lines. 0.1.5-rc.1 → final and anything after it are out of scope; the card is version-locked on purpose, because a card that drifts is worse than no card.
  • The DSH user-facing upgrade path. This package upgrades plugin source code, not a user's harness installation.
  • Theme tokens. docs/web-styling.md has zero changes in this range.
  • Proof. A clean scan is a hypothesis. The exit criterion is a real-host smoke (temp DSH_HOME, rc.1 CLI, plugin add <tarball>, --dump-config) plus a real browser assertion for every client-side hit.

Security boundaries

  • Read-only scan. The CLI never writes inside the scanned repository; --json writes only to the path you pass.
  • No network, no shell. The scanner imports nothing beyond Node's standard library and never spawns a process.
  • No secrets. Nothing in the package reads credentials, environment tokens, or session data.
  • Sandboxed smoke recipe. The card's real-host check uses a mkdtemp DSH_HOME; it never touches your real ~/.dsh.

Development

npm install                        # or: pnpm install (the repo ships a pnpm-lock.yaml)
npm test                           # node --test: scanner, card<->catalog parity, real Cordis + SkillRegistry
npm run verify:self-contained      # every import resolves inside the package
npm run verify:artifacts           # the packed tarball carries the skill, CLI and patch, and excludes tests
npm run check:readmes              # five-language README consistency
npm pack

The scanner has its own synthetic fixtures/bad-repo (every error seam present on purpose) and fixtures/good-repo (adapted), plus a live negative on a family repository already pinned to 0.1.5-rc.1, so a regression in the catalog fails the suite rather than a downstream user. test/card.test.mjs asserts that the card and lib/scan.mjs name exactly the same seam ids with the same severities — the evidence-binding rule as a machine gate.

Topics

dsh, dsh-plugin, deepseek-harness, deepseek, cordis, plugin-upgrade, migration, skill, version-card, scanner, client-slots (mirror package.json keywords; dsh-plugin is the ecosystem's visibility channel).

PerryLink DSH Plugin Family

Part of the PerryLink DSH plugin family — 40+ repositories covering sessions, memory, permissions, delivery, observability and developer tooling. Browse the catalog at perrylink-dsh-catalog.perrylink.workers.dev or the dsh-plugin topic.

License

Apache-2.0 — see LICENSE. Install-time dependencies and their licenses are listed in THIRD_PARTY_NOTICES.md; nothing is bundled.

deepseek-flash
P1errorThe peer band must keep its second segment: >=0.1.2-rc.1 <0.2.0 alone rejects 0.1.5-rc.1 under npm semver's prerelease-tuple rule (measured false on semver 7.8.5).