Neplich/dsh_plugin
Neplich★ 1TypeScript最后同步: 2026-08-15
—
README 摘要
dsh plugin 中文版 · English A collection of DeepSeek Harness plugin bundles. Each package under packages/ is one installable dsh plugin; this repository only manages them together — it is not itself a plugin. Layout A package becomes an installable bundle by declaring "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } in its manifest; the patch rows reference the package by name so Node resolution finds the installed build. See the official Package and install a plugin tutorial for the full bundle/profile model. Plugins Package Description README @neplich/dsh-auto-fold Web GUI plugin: when the assistant starts outputting body text, auto-collapse the thinking and tool-call records above it behind one persistent expand/collapse bar (bilingual zh/en bar copy following dsh's UI language) README @neplich/dsh-file-mention Web GUI plugin: @ file mentions in the composer (cached local substring filter, icon-marked chips, multi-file references); mentioned files are inlined into the prompt as ... README @neplich/dsh-config-skills Web GUI plugin: a Skills settings section — read-only browser of personal ( /.dsh / /.agents ) and project ( /.dsh / /.agents ) skills with source badges and shado…
在 GitHub 查看完整 README →