Releases: XiaHouSheng/dsh-token-tracker
Releases · XiaHouSheng/dsh-token-tracker
Release list
dsh-token-tracker 0.1.0
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 viadsh plugin add.