@lihuu/dsh-about
v0.1.3
Published
DeepSeek Harness plugin: adds an About page to the web GUI settings showing the running version and build date.
Maintainers
Readme
@lihuu/dsh-about
A DeepSeek Harness plugin that adds an About page to the web GUI settings panel.
What it does
- Shows the running version of DeepSeek Harness
- Shows the build date of the currently running build
- Values are read live on every page open, so they always reflect the current build
Requirements
- DeepSeek Harness 0.1.2+
Install
The package is a bundle: it ships its own configuration layer, so installing it into a profile activates the plugin automatically.
dsh plugin --profile web add @lihuu/dsh-aboutdsh plugin add appends the bundle to the profile's layer stack (dsh.profile.bundles), and the bundle's patch file mounts the plugin row. No manual patch editing is needed.
If you previously mounted this plugin by hand (a
dsh-aboutrow in~/.dsh/cordis.patch.yml), remove that row before installing the bundle — the duplicate row id fails the boot.
Restart the web service once after installing (bundle layers are composed at boot). Later edits to your own patch files hot-reload on profiles with patchReload: live.
Then open Settings → About in the GUI.
License
MIT
