deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
Community client-UI plugins for DeepSeek Harness (dsh) — 社区开发的 DeepSeek Harness 客户端 UI 插件。
两个即装即用的 Web UI 插件。当前从 GitHub 源码安装(npm 包稍后发布):
git clone https://github.com/Horizon215/dsh-plugins.git
cd dsh-plugins
pnpm install && pnpm build
dsh plugin --profile web add file:./packages/prompt-templates file:./packages/token-stats
装完重启 dsh web 即可(插件声明了 dsh.bundle,会自动装配进 profile,无需手动改配置)。

输入 · 输出 | 缓存命中率 | 耗时 | ≈成本

0.1.0-rc.5(在 0.1.0-rc.5 / 0.1.0-rc.6 上验证通过)dsh web),TUI/headless 不受影响dsh plugin --profile web remove @your-scope/dsh-prompt-templates @your-scope/dsh-token-stats
pnpm install
pnpm typecheck # 类型检查(对齐官方 monorepo 的严格度)
pnpm build # 产出 packages/*/lib/client.js
构建预设 build/client-bundle.mjs 提取自官方仓库的 packages/client/tsdown.client.ts(MIT),
包含模块表 externals、纯净性检查和 CSS Modules 内联,与官方插件的构建产物结构完全一致。
Two drop-in client-UI plugins for the DeepSeek Harness web UI. Install from source (npm packages coming soon):
git clone https://github.com/Horizon215/dsh-plugins.git
cd dsh-plugins
pnpm install && pnpm build
dsh plugin --profile web add file:./packages/prompt-templates file:./packages/token-stats
Restart dsh web afterwards — the packages declare dsh.bundle, so they join the profile automatically (no manual config edits).
input · output | cache hit | duration | ≈cost0.1.0-rc.5 (verified on rc.5/rc.6), web UI onlypnpm install && pnpm typecheck && pnpm build
The build preset (build/client-bundle.mjs) is extracted from the upstream repo's
packages/client/tsdown.client.ts (MIT) — module-table externals, the bundle-purity
gate, and CSS Modules inlining included, producing byte-structure-identical artifacts
to first-party plugins.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。