Skip to content

v0.1.0-preview.4 — verified rc.8 install

Pre-release
Pre-release

Choose a tag to compare

@denial123789 denial123789 released this 20 Aug 01:28
· 2 commits to main since this release

Preview 4 fixes the bundle patch for the public DeepSeek Harness 0.1.0-rc.8 schema and provides a lower-friction prebuilt install path.

Verified in an isolated DSH_HOME with the public rc.8 CLI:

  • tarball installs into the web profile and is reconciled into dsh.profile.bundles
  • composed config contains the stable sandbase-plugin-store row
  • DSH Web boots on a random loopback port
  • the plugin client module is served
  • /api/plugin-store/catalog returns live catalog data (3,498 entries and 14 tag categories at verification time)

Install:

curl -fL https://github.com/sandbaseai/dsh-plugin-store/releases/download/v0.1.0-preview.4/sandbaseai-dsh-plugin-store-0.1.0-preview.4.tgz -o /tmp/sandbaseai-dsh-plugin-store-0.1.0-preview.4.tgz
dsh plugin --profile web add -w /tmp/sandbaseai-dsh-plugin-store-0.1.0-preview.4.tgz

Restart DSH Web, then open Settings → Store.