Skip to content

DeepSeek Harness Lite v0.1.0

Choose a tag to compare

@sakurarain1213 sakurarain1213 released this 14 Aug 07:16

DeepSeek Harness Lite v0.1.0 is the first public release of this independent, unofficial community distribution. The project is licensed under MIT and is not affiliated with or endorsed by DeepSeek.

Highlights

  • Pins and verifies the official upstream @deepseek-ai/dsh package line at 0.1.0-rc.6.
  • Provides the workspace, shell, and research capability packs.
  • Bundles five reviewed plugins: command-allowlist, health, safe-fetch, session-export, and workspace-notes.
  • Supports Windows, macOS, and Linux with blocking CI on all three platforms.
  • Fixes native Windows profile publication so pnpm absolute junctions remain valid after publication.
  • Keeps concurrent profile publication bounded and preserves valid active/previous versions.

Validation

Both the main branch and the v0.1.0 tag passed the complete blocking CI matrix on Ubuntu, macOS, and Windows. The committed stable report records all ten release gates as passed for the verified source commit, including unit, integration, plugin, build, repository, secret, license, compatibility, and install-size checks.

A bounded real API smoke test also succeeded separately against a DeepSeek-compatible endpoint. Credentials were not persisted, and the real API check is intentionally excluded from public CI.

Install-size evidence

Installation Bytes
Lite checkout with build/test dependencies 144,713,749
Generated Windows chat-only closure 2,443,233
Official @deepseek-ai/dsh@0.1.0-rc.6 aggregate 257,006,438

These are committed Windows x64 measurements, not universal size guarantees.

Distribution model

v0.1.0 installs from a source checkout using the pinned Corepack/pnpm workflow documented in the README. No npm package is published for this release. GitHub automatically provides source archives for this tag.