ryanyujazz-dev/dsh-plugins
ryanyujazz-dev★ 0TypeScriptLast synced: 2026-08-16
Long-term plugin library for DeepSeek Harness (dsh): installable plugin packages and patch-layer bundles.
README excerpt
dsh-plugins Long-term plugin library for DeepSeek Harness (dsh). Every plugin here is installable with dsh plugin --profile add , survives restarts, and follows the family release rules of the official dsh project (one version line, one git tag per release, prereleases publish under the next npm dist-tag). Plugins Plugin Bundle (install unit) Forked packages What it does Tested dsh range ExecFlow chat @ryanyujazz/dsh-execflow-chat @ryanyujazz/dsh-client-ui-conversation , @ryanyujazz/dsh-client-ui-tool Native chat tab with a render-mode ring: 原生 / 经典 (execution-flow aggregation) / 思考 (inline thinking), picked from the tab-bar menu ^0.1.0-rc.5 Install Restart dsh web . Uninstall: Repository layout - packages/ — forked dsh packages (each publishable under the @ryanyujazz scope). - bundles/ — patch-layer bundles: the user-facing install unit that disables the stock rows a fork replaces and mounts the fork packages in their place. - scripts/release/ — family release machinery (see below). - VERSION — the single family version; every package and bundle carries it. Adding a plugin 1. Add its fork packages under packages/ (import with scripts/import-plugin.mjs , or copy and rewrite the man…
View full README on GitHub →