プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
14 件のプラグインが見つかりました
dsh-chat-import
nwflower/dsh-chat-import
13 種のコーディングエージェント(Claude Code、Codex、ChatGPT、Cursor、Gemini、opencode ほか)のチャット履歴を完全な忠実度で取り込み、再開可能な DeepSeek Harness セッションに変換。Claude Code への逆エクスポートにも対応。
qiushi-dsh-evidence-audit
030611/qiushi-dsh-evidence-audit
プロンプト・ツール引数・結果テキスト・生のセッション ID を保存せず、ツール結果とセッションイベントのハッシュチェーン付き JSONL レシートをローカルに追記。
dsh-verification-receipt
030611/dsh-verification-receipt
プロンプト・ツール引数・結果テキストを保存せず、ターンごとのツール呼び出し件数と大まかな検証シグナルのみをローカル JSONL として記録。
dsh-token-usage
laoyuehanni/dsh-token-usage
リクエストごとのモデル token 使用量を日別 JSONL ファイルに記録。Web 設定内の統計ページで、日次トレンドチャート、モデル別内訳、日付/モデルによるフィルタを提供。
dsh-log-memory
says693/dsh-log-memory
Popup guardian for session logs: opens with the Web UI on a configurable reminder interval (10 min-3 h), with one-click incremental backup of every session.jsonl(.zstd) under ~/.dsh/sessions in raw or readable chat-log format.
dsh-usage-dashboard-plus
1helloman1/dsh-usage-dashboard-plus
DeepSeek Harness(dsh)の Web プラグイン。API 残高と本日の消費額を表示するサイドバーウィジェット、/api/dsh-usage ルート、外部ビジョン呼び出しの記録(JSONL 利用ログ)に加え、呼び出しログ・モデル別統計・キャッシュ率・CSV エクスポートを含む、セッション単位の利用状況ダッシュボードを提供します。
dsh-egress-guard
tancheng33/dsh-egress-guard
Runtime security gate on the tool pipeline: denies calls naming hosts outside an egress allowlist, redacts credentials from results at the canonical value rather than only the rendered content, and appends every decision to a JSONL audit log; ships in monitor-only mode.
claude2dsh
kirkchinese/claude2dsh
Import Claude Code sessions, skills and plugin assets into DSH as native resumable sessions, and export or sync DSH sessions back to Claude Code JSONL.
dsh-logger-panel
linglambda/dsh-logger-panel
DeepSeek Harness 向けのランタイムログパネル。設定画面での SSE によるリアルタイムログ表示に加え、日付/サイズでローテーションする上限付きの JSONL ファイルを提供します。
dsh-agent-run-logger
bluefateludi/dsh-agent-run-logger
Local JSONL run traces for DeepSeek Harness sessions
dsh-gov
863683348/dsh-gov
Agent governance suite: policy-based tool gating (allow/deny/ask with wildcards and priorities), a structured JSONL audit trail, and per-agent token quotas against the host token meter, with state under $DSH_HOME/gov.
dsh-plugin-call-trace
huang-zhishi/dsh-plugin-call-trace
Persistent model tool-call trace recorder: every tool call is durably written to a JSONL file that survives restarts, queryable via a structured call_trace tool and a callTraceHistory service, with size rotation and an optional floating canvas UI add-on.
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-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.