f-infinite-z/dsh-plugin-ops--packages-bundle ↗★ 0
dsh-plugin-ops-bundle
Embedded dsh bundle for dsh-plugin-ops: a settings-page health panel (scan, plugin rows, diagnosis chat) over the shared engine
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:f-infinite-z/dsh-plugin-ops#558cf3de7a684fb914ea52c0b7323a9d54e31b22&path:packages/bundle说明文档
阅读完整 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-bundle
Then 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