Releases: w2112515/dsh-plugin-development
Releases · w2112515/dsh-plugin-development
Release list
DSH Plugin Development v0.2.0 beta 1
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
Initial public beta of the installable DSH Plugin Development bundle.
- Installs through
dsh plugin --profile <name> add <spec>. - Registers the
dsh-plugin-developmentSkill throughctx.skills. - Covers dynamic Cordis, DSH workspace, and installable bundle development.
- Ships plain JavaScript with no
prepare,install, orpostinstallscript. - 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.