dsh-plugin-ops-bundle
v0.11.0
Published
Embedded dsh bundle for dsh-plugin-ops: a settings-page health panel (scan, plugin rows, diagnosis chat) over the shared engine
Downloads
2,824
Maintainers
Readme
dsh-plugin-ops-bundle
Embedded dsh-plugin-ops bundle for DeepSeek Harness: installs a dsh-ops health-check section into the harness Web settings page (scan, findings, plugin-row enable/disable, fault timeline, diagnosis chat).
Install
dsh plugin --profile web add dsh-plugin-ops-bundleThen restart the dsh web process. The section appears in Settings.
How it works
- Host half (
lib/index.js): a cordis plugin that waits for the optionalwebServerservice and serves the panel API under the/dsh-opsprefix, reusing the shared engine (dsh-plugin-ops-core). The diagnosis chat prefers the harnessctx.llmseam with the configured default model and falls back to a direct OpenAI-compatible channel when the tree exposes no llm service. - Browser half (
lib/client.js): registers asettings.sectionthroughdsh.clientand fetches the same-origin/dsh-ops/api/*routes. - Profiles without a Web server are unaffected: the host half activates but registers nothing.
License
MIT
