Skip to content

SandBase Harness v0.3.1 — safe install and verified metadata

Choose a tag to compare

@denial123789 denial123789 released this 15 Aug 02:31
· 5 commits to main since this release
29194f6

SandBase Harness v0.3.1 is a documentation and distribution-safety release.

Highlights

  • Replaces unscoped npm quick-start commands with a pinned tagged-source installation path
  • Explicitly warns that the unscoped managed-agents package on npm is unrelated to this project
  • Adds direct DeepSeek Harness Handbook and SandBase CLI ecosystem paths
  • Adds community discovery badges and discussion access
  • Replaces the abbreviated license notice with the canonical Apache License 2.0 text, now correctly detected by GitHub

Install

git clone --branch v0.3.1 --depth 1 https://github.com/sandbaseai/sandbase-harness.git
cd sandbase-harness
npm ci
npm run build
mkdir ../my-agents && cd ../my-agents
node ../sandbase-harness/dist/index.js init
node ../sandbase-harness/dist/index.js start

The unscoped managed-agents npm package is not SandBase Harness. No official npm package for this repository is being announced in this release.

Verification

  • Source and test typechecks passed
  • 76 test files passed; 2 skipped
  • 572 tests passed; 15 skipped
  • Runtime and console builds passed
  • Package dry-run passed: 44 files, 732.4 kB
  • Release smoke passed