DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

About — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@yannzhou/dsh-about

About

DeepSeek Harness settings center “About” section: DeepSeek icon + version information + check for updates (optional npm sources: official/npmmirror/local configuration, dropdown source selection, click to test latency for each source, expand/collapse animation) + one-click update and automatic resta

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @yannzhou/dsh-about@1.6.2
READMECompatibilityVersions

Description

DeepSeek Harness settings center “About” section: DeepSeek icon + version information + check for updates (optional npm sources: official/npmmirror/local configuration, dropdown source selection, click to test latency for each source, expand/collapse animation) + one-click update and automatic restart + GitHub version update history

Compatibility and provenance

About is published as @yannzhou/dsh-about and currently resolves to version 1.6.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/8/2026

Versions

1.6.2stable
9/8/2026
1.6.1stable
9/4/2026
1.6.0stable
9/3/2026

Related plugins

Loading related plugins…

Latest
1.6.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
351.6 kB
Files
17
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

README

dsh-about

DeepSeek Harness 设置中心「关于」分区插件:查看版本、检查更新、一键更新、看版本更新记录。

dsh-about 设置中心「关于」分区

功能

  • 版本信息:当前 dsh 版本、Web 前端、Node 版本与平台信息,一目了然。
  • 检查更新:自动对比官方最新版和预发布版,带分级提示,不盲目推荐。
  • 一键更新:选定更新源直接安装,装完自动重启 dsh web;Windows / macOS / Linux 都能用,无常驻进程。
  • 更新源切换:官方源 / 国内镜像 / 跟随本地配置,下拉即切,点击即可实测延迟。
  • 版本更新记录:官方发布的最新 10 条记录,中文显示,默认收起,每天自动拉取并缓存到本地。
  • 发布同步检测:代码已发布而 npm 还没跟上时明确提示,npm 发布后提示自动消失。

安装

前提:已安装 DeepSeek Harness(npm i -g @deepseek-ai/dsh,Node ≥ 18)。

[!IMPORTANT] npm ≥ 12 用户注意:npm 12 默认拦截依赖的安装脚本。dsh 带有原生模块 (fs-ext、koffi、node-pty 等),被拦截会缺编译产物,装完 dsh 打不开 (报 Cannot find module '.../build/Release/fs_ext.node')。安装或升级 dsh 请用:

npm install -g --dangerously-allow-all-scripts @deepseek-ai/dsh@latest

本插件「一键更新」已内置同样处理并带自动校验重装,直接用即可,无需手动。 另外插件每次启动会自动扫描 dsh 实际依赖树,把其中的原生模块以白名单形式 追加进你的 ~/.npmrc(只追加、不动其它配置,写前自动备份)——手动执行 npm install -g @deepseek-ai/dsh 升级同样安全。 若 dsh 已经打不开,用 --force 重装当前版本即可修复:

npm install -g --dangerously-allow-all-scripts --force @deepseek-ai/dsh@latest

[!IMPORTANT] 最省事的装法:把仓库地址直接扔给你的 AI,让它帮你装。 你只需要说一句"帮我装这个插件"。 想自己动手的话,下面二选一:

# 方式一:GitHub 安装
dsh plugin --profile web add "git+https://github.com/YannZhou/dsh-about.git"

# 方式二:npm 安装(已发布到 npm)
dsh plugin --profile web add @yannzhou/dsh-about

装完刷新 dsh web(默认 http://127.0.0.1:3080),打开 设置 → 关于 就能看到。

卸载

dsh plugin --profile web remove @yannzhou/dsh-about

改名前的旧安装请用裸名卸载:dsh plugin --profile web remove dsh-about。 运行期数据由卸载钩子自动清理,卸载后零残留。

更多文档

文档内容
安装手册完整安装 / 验证 / 卸载 / 故障排查
架构说明架构简介与安全性设计
发布说明发布到 npm(维护者向)

License

MIT © YannZhou

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and r