brzvsk/dsh-plugins
brzvsk★ 0JavaScript最后同步: 2026-08-17
—
README 摘要
dsh-plugins Out-of-tree plugins for DeepSeek Harness (dsh). Each subdirectory is one installable plugin bundle ( dsh.bundle.patch + its own cordis.patch.yml ), so dsh plugin --profile add registers it as a profile layer automatically. Plugins Plugin npm What it does visualize dsh-visualize visualize html tool + sandboxed HTML preview card in the Web chat (Codex /vizualize analogue) Install (published npm package) Then restart the profile (the shipped web surface disables HMR, so layer changes are not picked up live): Local development (link, live rebuilds) Adding a new plugin 1. Create / with a package.json declaring "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } and a cordis.patch.yml that inserts your rows (the workspace glob packages: [' '] picks the directory up automatically). 2. For a Web UI half, add dsh.client (platform web , inject list) and an exports["./client"] bundle in the window. ModuleLoader .load({ id, factory }) format (see visualize/scripts/build-client.mjs ). 3. pnpm install , build, test, then dsh plugin --profile add -w . License MIT
在 GitHub 查看完整 README →分类
DeepSeek Harness: Everything is a Plugin.
★ 145,755
anywhere-labs/deepseek-harness-desktop为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
★ 11,175
awesome-dsh-plugin/awesome-dsh-pluginA curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表
★ 7,291