Skip to content

v0.1.0

Choose a tag to compare

@whutzefengxie-ops whutzefengxie-ops released this 29 Aug 01:59
· 46 commits to main since this release
c101d9a

v0.1.0 — first release

The first standalone release of the Shadow Mind bundle for DeepSeek Harness: probabilistic background Shadow agent reviews with a single-Shadow settings card, four-tool runtime surface (list_shadows / update_default_shadow / get_shadow_config / update_shadow_config), anchored report cards, and credential-redacting diagnostics.

Baseline

  • Tag: v0.1.0 — commit c101d9a50c88d7b7c2bd64c93cd5331c449d526a on main
  • Tested against DeepSeek Harness 0.1.2-alpha.1 (pinned harness commit cd5ef8148158c3a752a658978873241fdf8e2bbc); compatible with 0.1.1-rc.2 host surfaces
  • Verification: pnpm run check green — 24 test files / 143 tests, typecheck, build, and smoke checks; GitHub Actions green on the merge commit; npm pack --dry-run passed

Install

Pin the reviewed commit (see SECURITY.md):

dsh plugin --profile web add github:whutzefengxie-ops/dsh-shadow-mind#c101d9a50c88d7b7c2bd64c93cd5331c449d526a

What changed for this release

  • Documentation no longer describes the removed command-gate capability; the pre-release verification instructions reference only tests that exist
  • Development setup documented: the pinned ../deepseek-harness checkout required by the link: devDependencies
  • Committed lib/client.js refreshed so the bundle installed from GitHub matches a fresh build (CSS-module hash drift from a lightningcss bump; cosmetic only)
  • Removed the orphan tests/fixtures/fixture-service.cs; scripts/deploy-live.ps1 now derives its default profile path from $env:DSH_HOME

Known limits

  • npm registry publish is deferred: the peer dependency @deepseek-ai/dsh-client-ui-chat >=0.1.2-alpha.1 is not on npm yet. Install from GitHub (above); the npm route will be enabled once the dsh-0.1.2 client packages are published.