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
← Plugins
S

@sha2kyou/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#ed3bfe2c87c217a231be9a3283d5d0936cf524bc
READMECompatibilityVersions
Settings → About

Compatibility and provenance

Settings About is published as @sha2kyou/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/24/2026

Versions

0.1.8stable
8/24/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

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 bundleWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editin

README

@sha2kyou/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 '@sha2kyou/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 '@sha2kyou/dsh-settings-about'

If you previously installed the unscoped name dsh-settings-about, remove that first, then reinstall.

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