プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
78 件のプラグインが見つかりました
dsh-native-memory
highland0971/dsh-native-memory
Native per-workspace memory on the harness's own seams: facts and a bounded always-on profile on the storage-domain JSON unit, approval-gated writes with `(sessionId, seq)` citations, deterministic recall plus session-query FTS over past sessions — no external server, no custom SQLite.
dsh-plugins (dsh-memories)
damonkoy/dsh-plugins
Project-scoped persistent key-value memories with set/get/list/delete/search model tools and JSON-file storage.
dsh-shelf
zoahdev/dsh-shelf
Session lifecycle CLI: export (md/json/jsonl), archive/restore, trash, search, and stats. Read-only by default; nothing is ever deleted by the engine.
dsh-projection-guard
damonkoy/dsh-projection-guard
Guards the persisted session-projection cache: per-row JSON degradation so one misbehaving projection unit (e.g. a third-party plugin storing a Map) can never stall session titles or the whole cache again, plus a startup self-heal that backfills missing titles.
dsh-assistant-message-forge
anweat/dsh-assistant-message-forge
Create/modify/inject test assistant messages and import/repair session.jsonl(.zstd) session logs into new sessions.
dsh-plugin-hooks
truelove-dreamer/dsh-plugin-hooks
Claude Code 風のライフサイクルフック。設定したシェルコマンドが、モデルのツール呼び出しの前後に stdin 経由の JSON ペイロード付きで実行されます。pre-tool フックが非ゼロで終了すると、その呼び出しはブロックされます。