v0.1.0
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— commitc101d9a50c88d7b7c2bd64c93cd5331c449d526aonmain - Tested against DeepSeek Harness
0.1.2-alpha.1(pinned harness commitcd5ef8148158c3a752a658978873241fdf8e2bbc); compatible with0.1.1-rc.2host surfaces - Verification:
pnpm run checkgreen — 24 test files / 143 tests, typecheck, build, and smoke checks; GitHub Actions green on the merge commit;npm pack --dry-runpassed
Install
Pin the reviewed commit (see SECURITY.md):
dsh plugin --profile web add github:whutzefengxie-ops/dsh-shadow-mind#c101d9a50c88d7b7c2bd64c93cd5331c449d526aWhat 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-harnesscheckout required by thelink:devDependencies - Committed
lib/client.jsrefreshed 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.ps1now 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.1is not on npm yet. Install from GitHub (above); the npm route will be enabled once the dsh-0.1.2 client packages are published.