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.

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

dsh-settings-about

Settings About

dsh Settings → About: runtime version, env, and installed plugin inventory (requires @deepseek-ai/dsh@0.1.1-rc.1)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:sha2kyou/dsh-settings-about#a0b286f602558774b911e8989c55b7023d038982
READMECompatibilityVersions
Settings → About

Compatibility and provenance

Settings About is published as dsh-settings-about and currently resolves to version 0.1.8. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.8stable
8/21/2026
0.1.7stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.8
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/24/2026
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

Related plugins

More verified plugins in ui-customization.

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 rClient 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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-settings-about

English | 中文

DeepSeek Harness (dsh) plugin that adds Settings → About: verified runtime facts from the currently running dsh process, plus an installed-plugin inventory (id, module, version, enabled, fiber phase).

Settings → About

Version requirements (important)

RequirementConstraint
dsh@deepseek-ai/dsh@0.1.1-rc.1 only (the 0.1.1-rc.* line with credentials document version 1)
Not supported@deepseek-ai/dsh@0.1.0-rc.* and older (flat .credentials.yaml without version / refs)
Profileweb only (this package ships a browser dsh.client UI)
Node.jsWhatever that dsh release requires (typically Node ^22.19 || >=24; verify with your install)
pnpmRequired on PATH — dsh plugin forwards to pnpm

Install / upgrade dsh first:

npm install -g @deepseek-ai/dsh@0.1.1-rc.1
dsh --version   # must print 0.1.1-rc.1

Credentials must use the v1 layout (version: 1 + refs:). If you still have a pre-release flat file, start dsh web once on 0.1.1-rc.1 and let it migrate, or convert manually — do not use a 0.1.0 parser against a v1 file (or the reverse).

Install

dsh plugin --profile web add github:sha2kyou/dsh-settings-about
dsh web

Local checkout:

git clone https://github.com/sha2kyou/dsh-settings-about.git
dsh plugin --profile web add ./dsh-settings-about

Then open Settings → About.

Update (GitHub install):

dsh plugin --profile web update dsh-settings-about
# same effect for this github: spec:
# dsh plugin --profile web add github:sha2kyou/dsh-settings-about

Local checkout: git pull in the clone, then restart dsh web (a link:/path install already points at that directory).

Uninstall:

dsh plugin --profile web remove dsh-settings-about

Optional: About nav icon

Settings sidebar icons are hard-coded in @deepseek-ai/dsh-client-ui-settings-general by section id (unknown ids use the gear). To map about → IconWarningOutline16:

node scripts/patch-about-nav-icon.mjs
# restart dsh web

Re-run after upgrading the global dsh install.

What the page shows

Values are collected from the running process only — missing data is omitted or listed under notes, never invented.

ItemSource
dsh version / license / description / package namedirname(realpath(process.argv[1]))/../package.json (same as dsh lib/bin.js)
Repository linkThat package.json repository.url when convertible to http(s)
DSH_HOME@deepseek-ai/dsh-home-paths from the same install
Node / platformprocess.version / platform / arch
Profile / bundlesargv / profile path / $DSH_HOME/profiles/<name>/package.json
ListenLive webServer.host:port
Installed pluginsCordis Loader entries (+ package.json version when resolvable). builtin is derived from profile dependencies only (no Loader provenance). UI can hide builtin: true.

Layout

FileRole
index.jsHost plugin — GET /dsh-about/info
collect.jsSnapshot builder
client.jsBrowser ModuleLoader bundle — settings.section about
cordis.patch.ymlBundle insert
scripts/patch-about-nav-icon.mjsOptional shell icon patch

License

MIT