daifuyang/dsh-plugin
daifuyang★ 0JavaScript最后同步: 2026-08-15
Community plugins for dsh (DeepSeek Harness) — login, metrics, and other cordis bundles.
README 摘要
🛡️ dsh-plugins Community plugins for dsh — the DeepSeek Harness Independent npm packages that extend your dsh profile with login walls, metrics, logging, custom commands, and anything else the cordis plugin system can mount. dsh-auth-plugin · Add your plugin · Upstream to dsh English · 简体中文 👋 Hi dsh is open source and built around one idea: everything is a plugin . The core ships the runtime; everything else — commands, web routes, tool gates, auth walls — is a cordis bundle you add to a profile. dsh-plugins is a community-curated collection of those bundles. Each one lives as its own npm package under plugins/ / , installable per-profile: No forking the harness. No patching core. Add and go. 📦 Plugins name version status what it adds dsh-auth-plugin 0.1.0 🟡 POC Login overlay for the Web GUI + /login /logout /whoami slash commands + tools/pre-execute permission gate See each plugin's README.md for install steps, config schema, and known limits. 🚀 Quick start (someone using a plugin) pnpm dsh plugin --profile demo remove dsh-auth-plugin rolls it back. 🧩 Add a plugin (contributor) Fork the repo, drop your bundle in, open a PR. Full guide in CONTRIBUTING.md; the gist: Every plug…
在 GitHub 查看完整 README →