Releases: shaokeyibb/dsh-plugin-product-subagents
Releases · shaokeyibb/dsh-plugin-product-subagents
Release list
v0.3.1
What's New
- One-step install via
dsh plugin add— the plugin now declaresdsh.bundle, sodsh plugin --profile web add dsh-plugin-product-subagentsautomatically wires it as a profile layer. No manualcordis.patch.ymlediting, nodeclares no dsh.bundlewarning.
Changed
package.json: adddsh.bundledeclaration + shipcordis.patch.ymlbundle patch; include it infiles.- README (EN + zh): recommend
dsh plugin addas the primary install method; manual fallback switched fromnpm itopnpm add.
Notes
Issue #3's code fix shipped in 0.3.0 (dsh-tools moved to peerDependencies), but dsh plugin add still resolved to 0.2.0 on pnpm 11 because of the default minimumReleaseAge supply-chain gate — 0.3.0 was too new, so pnpm fell back to 0.2.0 (which has dsh-tools in dependencies and reproduces the crash). Once 0.3.1 ages past the threshold the problem disappears; until then pin explicitly with dsh plugin --profile web add dsh-plugin-product-subagents@0.3.1.
v0.3.0 Bugfix
Bugfix
- #1 修复 Windows 下
cmd /S /C剥离首尾引号导致product_delegate报'claude" -p ...' is not recognized(报告 @danzenghuajue,PR #2 @sheldon) - #3 修复
@deepseek-ai/dsh-tools作为 dependencies 破坏 harness 单例、工具调用崩在reading 'prepare'(报告 @haibara-brownie)
其他修复
- 发布工作流升级 npm 至 ≥ 11.5.1 以满足 OIDC trusted publishing,
package-lock.json改用官方 registry 生成 - winArgs 测试更新至外层引号契约,并新增
cmd /S /C剥引号模拟测试 - 0.3.0 已发布至 npm(
latest,含 SLSA provenance)