Skip to content

DSH Plugin Store v0.1.0 Preview 2

Pre-release
Pre-release

Choose a tag to compare

@denial123789 denial123789 released this 19 Aug 22:36
· 5 commits to main since this release

Install the preview

dsh plugin --profile web add github:sandbaseai/dsh-plugin-store#v0.1.0-preview.2

The explicit tag keeps the installed source pinned to this reviewed preview instead of following later changes on main. Restart DSH Web, open Settings, and select Store.

GitHub-installable preview

Preview 2 includes the verified Host and Web client build artifacts in the repository so GitHub-source installs can resolve the declared entry points. This addresses the ERR_MODULE_NOT_FOUND advisory reported by the DSH 1024Store static review.

Changes since Preview 1

  • Commit lib/index.js for the Host plugin entry point.
  • Commit lib/client.js for the native Web Settings client.
  • Commit the exported Host and client type declarations.
  • Publish SECURITY.md with catalog, installation, and enterprise trust boundaries.
  • Enable GitHub Private Vulnerability Reporting.
  • Add the project to the DSH 1024Store curated source catalog.

Verification

The committed artifacts are byte-for-byte identical to the output produced in the DeepSeek Harness 0.1.0-rc.5 workspace:

pnpm --filter @sandbaseai/dsh-plugin-store typecheck  # passed
pnpm --filter @sandbaseai/dsh-plugin-store bundle     # passed
Host ESM: lib/index.js
Web client: lib/client.js

Compatibility boundary

This remains a prerelease targeting the Harness 0.1.0-rc.5 integration APIs. Review third-party plugin source before installation and use organizational allowlists, isolation, credential controls, and audit logs for enterprise deployment.

If this improves your DSH workflow, star the repository and report the next compatibility case we should verify.