Skip to content

Releases: XiaHouSheng/dsh-token-tracker

dsh-token-tracker 0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 15:36

Install

Two-step install (install the harness first, then this plugin):

git clone --depth 1 https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness
pnpm install
# back in a terminal that has `dsh` (or use ./node_modules/.bin/dsh):
dsh plugin --profile web add ./dsh-token-tracker-0.1.0.tgz

Verify the layer is present, then boot the web server:

dsh --profile web --dump-config
dsh --profile web
# open /dsh-token-tracker (overview) and /dsh-token-tracker/api (JSON)

Files

  • dsh-token-tracker-0.1.0.tgz — self-contained installable bundle (host + browser + types + cordis.patch.yml + LICENSE). Installed via dsh plugin add.