dsh.so

Changelog

Version tracking with dsh.so Analysis — not just replication, but interpretation: what a release means for users, and what it means for plugins.

A note on sources: Note
v0.1.0-rc.6
Released: 2026-08-13 ·Official source

Official Changes

New

  • The dsh package family is published publicly on npm (feat/npm-public).
  • Official docs gain a link to the Cordis design paper (_A Programming Paradigm for Spatiotemporal Composability_).

Changed

  • Repository moved through release(dsh): 0.1.0-rc.3 and 0.1.0-rc.5 in the same cycle.
  • English onboarding copy refreshed for first-time users.

Breaking

  • Still developer preview: breaking changes may land at any time.

dsh.so Analysis

This is the release that matters for new users: the dsh family is now publicly installable from npm without special access. `npx @deepseek-ai/dsh web` serves the Web UI at http://127.0.0.1:3080. GitHub Releases still has no tagged artifacts — the source of truth for version history is the npm registry and the master branch. Expect the plugin surface (dsh.bundle / dsh.client manifests) to evolve.

Plugin Compatibility

PluginStatusNote
modlensunknownDeclares dsh.bundle manifest; not yet verified by dsh.so.
dsh-opencode-usageunknownDeclares dsh.client manifest; not yet verified by dsh.so.
dsh-launcher-windowsunknownExternal Windows launcher; no dsh manifest.
v0.1.0-rc.2
Released: 2026-08-13 ·Official source

Official Changes

New

  • 0.1.0 release train starts on npm.

Changed

  • Version series moves from 0.0.1-rc to 0.1.0-rc.

Breaking

  • Developer preview — expect breaking changes; watch the changelog before upgrading.

dsh.so Analysis

The 0.1.0 series began the same day as the ecosystem explosion: 300+ repositories with the dsh-plugin topic appeared shortly after. dsh.so treats 0.1.0-rc as the first stable-enough baseline for compatibility claims, but nothing has been independently verified yet.

Plugin Compatibility

PluginStatusNote
modlensunknownAuthor-declared bundle manifest; not yet tested by dsh.so.
dsh-launcher-windowsunknownExternal Windows launcher; no dsh manifest.
v0.0.1-rc.1
Released: 2026-08-10 ·Official source

Official Changes

New

  • First npm publish of the DeepSeek Harness CLI (@deepseek-ai/dsh).
  • Developer preview: run the Web UI with `npx @deepseek-ai/dsh web`.

Breaking

  • Developer preview — compatibility-breaking changes are expected between releases.

dsh.so Analysis

The very first public npm artifact. DeepSeek Harness entered developer preview, and `npx @deepseek-ai/dsh web` became a working one-command install. No GitHub Release tag was published for this version — version history is tracked via npm and repository commits.

Plugin Compatibility

PluginStatusNote
modlensunknownPlugin ecosystem had not yet formed.