Skip to content

Releases: w2112515/dsh-plugin-development

DSH Plugin Development v0.2.0 beta 1

Pre-release

Choose a tag to compare

@w2112515 w2112515 released this 14 Aug 10:37

Portable Agent Skill release for developing and auditing DeepSeek Harness plugins.

  • Uses one canonical Agent Skill with compatible installation paths for Codex, Claude Code, and DSH.
  • Keeps the DSH bundle as an optional thin adapter for profile-managed installation and removal.
  • Covers dynamic Cordis plugins, source-backed workspace plugins, installable bundles, Loader exports, lifecycle, configuration, and verification.
  • Ships plain JavaScript and Markdown with no prepare, install, or postinstall script.
  • Includes the exact release tarball and SHA-256 checksum.

Verified from the packed artifact with isolated DSH profile installation, --dump-config, installed-entry registration, Fiber disposal, and removal.

Unofficial community project; DeepSeek Harness remains in developer preview.

DSH Plugin Development v0.1.0 beta 1

Pre-release

Choose a tag to compare

@w2112515 w2112515 released this 14 Aug 09:28

Initial public beta of the installable DSH Plugin Development bundle.

  • Installs through dsh plugin --profile <name> add <spec>.
  • Registers the dsh-plugin-development Skill through ctx.skills.
  • Covers dynamic Cordis, DSH workspace, and installable bundle development.
  • Ships plain JavaScript with no prepare, install, or postinstall script.
  • Includes the exact release tarball and SHA-256 checksum.

Verified against the current DeepSeek Harness checkout with isolated profile installation, --dump-config, installed-entry registration, Fiber disposal, and removal.

Unofficial community plugin; DeepSeek Harness remains in developer preview.