Skip to content

v0.3.1

Latest

Choose a tag to compare

@shaokeyibb shaokeyibb released this 17 Aug 10:33

What's New

  • One-step install via dsh plugin add — the plugin now declares dsh.bundle, so dsh plugin --profile web add dsh-plugin-product-subagents automatically wires it as a profile layer. No manual cordis.patch.yml editing, no declares no dsh.bundle warning.

Changed

  • package.json: add dsh.bundle declaration + ship cordis.patch.yml bundle patch; include it in files.
  • README (EN + zh): recommend dsh plugin add as the primary install method; manual fallback switched from npm i to pnpm 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.