プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
8 件のプラグインが見つかりました
dsh-permission-rules
perrylink/dsh-permission-rules
Claude Codeスタイルの宣言的パーミッションルール:ツール名、引数、ワークスペースパス、エージェントIDにマッチする、tools/pre-executeウォーターフォール上での順序付きallow/deny/ask YAMLルール。完全なセッションログ監査、ドライランモード、ホットリロードに対応。
dsh-lark-link
amlyczz/dsh-lark-link
DeepSeek Harness 向けの高信頼性 Feishu/Lark ブリッジ:QR コードによるワンクリック認証、カード形式のコマンドと意図確認カード、少なくとも1回配信・ゼロロスのアウトボックス、メディアの送受信、/doctor によるセッションログの ZIP 出力、そしてセッションを適切なワークスペースに配置する再利用可能な DSH Web GUI を備えています。
dsh-web-mobile-fix
acidgr/dsh-web-mobile-fix
狭い画面向けの Web UI モバイルレイアウト修正: フルスクリーンの設定パネル、1行のプラグインナビ、フルスクリーンのサイドバー、中央寄せのポップアップ、アイコンのみのセッションログボタン。
dsh-web-preview-float
wjnct55555/dsh-web-preview-float
Google AI Studio-style floating preview for the Web UI: a draggable/resizable iframe preview with aspect-ratio and resolution presets, plus a VS Code-style code window with direct editing, confirmed writes, and session-log recording.
dsh-session-repair-ui
semidia/dsh-session-repair-ui
Session repair button in the conversation header: detects & fixes session-log corruption — tool-call id swaps, empty call ids (`message must have tool source`), unknown event types from disabled plugins (marks `ignorable`), torn zstd tails, missing final-frame newlines; ghost-style UI, auto-backup before writes.
dsh-timesheet
zoahdev/dsh-timesheet
Turn-based time tracking from dsh session logs: totals, per-day/project/provider/source rollups, tool-call counts, failure rates, and time-to-first-token — CLI plus an agent-callable timesheet tool, dsh-timesheet/v1 reports, zero runtime deps.
dsh-disk-audit
zoahdev/dsh-disk-audit
Disk-usage audit for dsh data directories: total size, per-directory breakdown, largest files, oversized-file warnings (session logs can hit hundreds of MB) and cleanup suggestions — CLI plus an agent-callable disk_audit tool, dsh-disk-audit/v1 reports, zero runtime deps, read-only.
dsh-single-instance-guard
tang-mm95/dsh-single-instance-guard
Aborts startup when another live dsh instance holds the same DSH_HOME data directory, preventing the concurrent session-log writes that corrupt transcripts.