flaricy/herdr-bridge
Report DeepSeek Harness agent activity to the herdr pane hosting the dsh process. herdr's status bar then shows the pane as an agent with live working / blocked / idle states. No herdr changes required.
これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。
上流で中国語 README が提供されていないため、リポジトリのオリジナルコンテンツを表示しています。
dsh-herdr-bridge
Report DeepSeek Harness agent activity to the herdr pane hosting the dsh process. herdr's status bar then shows the pane as an agent with live working / blocked / idle states. No herdr changes required.
How it works
herdr injects HERDR_SOCKET_PATH and HERDR_PANE_ID into every pane command. This plugin reads them, listens to dsh's agent/status, agent/created, agent/disposed, and approval/request events, and reports the aggregated state over that socket. Outside a herdr pane it is a no-op.
Install
cd ~/.dsh/profiles/web
pnpm add github:flaricy/herdr-bridge # or: pnpm add dsh-herdr-bridge (once on npm)
Add one row to the profile's cordis.patch.yml (or ~/.dsh/cordis.patch.yml to apply to every profile):
- insert:
- id: herdr-bridge
name: dsh-herdr-bridge
Restart dsh. Any dsh run inside a herdr pane then shows up as dsh.
Config
All fields are optional and fall back with a log line when invalid.
| Field | Default | Meaning |
|---|---|---|
agentLabel | deepseek-harness | agent label reported to herdr |
source | herdr:deepseek-harness | report source |
displayAgent | dsh | short label shown in herdr's sidebar |
debounceMs | 250 | state-change report debounce (ms) |
heartbeatMs | 15000 | heartbeat period (ms) |
Limits
- herdr shows one agent per pane, so multiple agents/subagents aggregate into that pane's row. Split them by running one dsh per pane.
- A graceful exit clears the reported state; a SIGKILL/crash cannot, so herdr keeps the last state until the pane reopens.
- Editing the plugin file needs a dsh restart (the module cache is not hot-reloaded).
Develop
npm test
License
MIT
セキュリティとインストールエビデンス
このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。
公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。
リポジトリは MIT ライセンスを宣言しています。
過去180日以内にコードの更新があります。
再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。
確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。