Skip to content

dsh-dashboard v0.1.0

Choose a tag to compare

@Uddoo Uddoo released this 14 Aug 04:27
· 8 commits to main since this release

dsh-dashboard v0.1.0

The first public release of dsh-dashboard, a Symphony-compatible issue orchestrator and native operations dashboard for DeepSeek Harness.

Install from npm

dsh plugin --profile web add dsh-dashboard@0.1.0

The package is available at https://www.npmjs.com/package/dsh-dashboard/v/0.1.0.

Highlights

  • Runs eligible Linear issues as isolated, native Harness Agent sessions.
  • Adds a Dashboard entry inside the existing Harness sidebar and shell.
  • Provides Board, Runtime, and Configuration views for task state, sessions, workspaces, turns, token usage, retries, blockers, and recent Agent events.
  • Implements Symphony-compatible polling, scheduling, concurrency limits, retry handling, persistent task workspaces, lifecycle hooks, and workflow prompts.
  • Keeps Linear credentials on the trusted Host side and applies fail-closed workspace path checks.

Compatibility

  • Supports DeepSeek Harness Web profile 0.1.0-rc.5 and 0.1.0-rc.6.
  • Built, type-checked, and integration-tested against the npm-published 0.1.0-rc.6 Harness packages.

Alternative installations

Install this prebuilt Release asset without running package build scripts:

dsh plugin --profile web add ./dsh-dashboard-0.1.0.tgz

The pinned GitHub source can also be installed with:

dsh plugin --profile web add github:Uddoo/dsh-dashboard#v0.1.0

The GitHub source route executes the reviewed prepare build. Follow the exact allowBuilds guidance in the installation documentation before enabling it. Prefer npm or the prebuilt Release asset when an install-time build is not desired.

Verification

  • TypeScript type-check passed.
  • Production host and client builds passed.
  • 21 tests across 7 test files passed.
  • Production dependency audit reported no known vulnerabilities.
  • Pinned public GitHub installation was loaded by the official @deepseek-ai/dsh@0.1.0-rc.6 web runtime and returned HTTP 200.
  • Published npm metadata exposes latest as 0.1.0 with MIT licensing and the expected GitHub repository.

Release asset checksum

SHA-256  7FDBA89BC1FFF10F327AA53D35527826B3202F7B2EB5FF22BC52D7BCBF2FCB09  dsh-dashboard-0.1.0.tgz

See the English documentation or 中文文档 for configuration, credentials, workflow semantics, runtime behavior, and troubleshooting.