deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
The plugin market for DSH Desktop (the Electron desktop app of DeepSeek Harness). Forked from dsh-market (MIT License).
^0.1.0-rc.7 down to ^0.1.0-rc.6, matching the dsh version bundled with DSH Desktop, so the market shows up in Desktop's settings page.ERR_PNPM_LINKED_PKG_DIR_NOT_FOUND (not install from ... as it does not exist) when installing any plugin — if the profile has a stale file:node_modules/<pkg> dependency, the market now rewrites it to link:../node_modules/<pkg> and retries automatically.dsh plugin --profile desktop add github:KokuYu-sysu/dsh-market-desktop
git clone https://github.com/KokuYu-sysu/dsh-market-desktop.git
cd dsh-market-desktop
pnpm install
pnpm build
dsh plugin --profile desktop add .
dsh plugin add dshmarket installs the upstream dshmarket package from npm (rc.7 deps), not this fork.
To offer an npm install, publish this fork under a new package name (e.g. dsh-market-desktop).
The first install needs pnpm; the market prompts at the top and offers one-click setup.
not install from ... as it does not existThe profile has a stale local dependency. This version auto-repairs it; if it still fails, check the file: / link: entries in ~/.dsh/profiles/<name>/package.json.
pnpm ≥10 blocks dependency build scripts by default (usually when installing other plugins that need a build step). Click "Allow build scripts and retry" in the market.
MIT, copyright by the original authors fkysly and dsh-market contributors.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。