mouliangyu/dsh-plugins
Community plugins for DeepSeek Harness
これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。
上流で中国語 README が提供されていないため、リポジトリのオリジナルコンテンツを表示しています。
DSH Community Plugins
Community-maintained plugins for DeepSeek Harness. Each plugin is an independent package and can be installed separately, while this repository shares build conventions, documentation, and compatibility checks.
Packages
| Package | Purpose |
|---|---|
session-control | Global session and workspace management, with a Web settings switch. |
dsh-remote | Persistent top-level remote projects and live root sessions over SSH. |
The repository is intentionally independent from the upstream
deepseek-harness repository. Upstream currently does not accept external PRs;
use GitHub Discussions for proposals and add the dsh-plugin topic to make a
plugin discoverable.
Layout
packages/
session-control/
remote/
shared/ # future shared helpers; keep runtime-free where possible
Every package should retain a normal DSH package boundary: its own
package.json, dsh.client declaration when it has a browser face, host and
client build outputs, README, and focused tests.
Local Development
Install the package directly from its monorepo path:
pnpm dsh plugin --profile web add \
link:/absolute/path/to/dsh-plugins/packages/session-control
Replace the final path with packages/remote to develop dsh-remote.
Build one package from its directory, or run pnpm -r run build after all
packages have adopted the shared build scripts.
セキュリティとインストールエビデンス
このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。
公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。
リポジトリは MIT ライセンスを宣言しています。
過去180日以内にコードの更新があります。
再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。
確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。