プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
10 件のプラグインが見つかりました
dsh-auto-continue
hsiangnianian/dsh-auto-continue
中断された DSH Web リクエストを自動再開: ネットワーク障害・タイムアウト・ホストクラッシュ後にキューされた「继续」を送信。エラー分類、適応的バックオフ、テンプレート化された継続テキスト、ブラウザ通知に対応。
my-dsh-plugins (dsh-task-reliability)
baosfeng/my-dsh-plugins
タスク信頼性:モデルのタイムアウト/失敗時の自動リトライ、未完了タスクの自動継続、完了検証、思考ループの中断、スリープや再起動後の再開、オートパイロットモード、リモートトリガーエンドポイント(npm: `dsh-task-reliability`)。
dsh-llm-retry-settings
zeng6125-rgb/dsh-llm-retry-settings
DSH の LLM 自動再試行エンジン向け設定カード。Settings -> General から再試行回数、backoff、jitter をライブ調整でき、retryableCodes のチップも設定可能。既定では INVALID_REQUEST を追加し、thinking mode における OpenAI 風の HTTP 400 reasoning_text エラーも自動で再試行される。
dsh-mic-input
qt-chen/dsh-mic-input
コンポーザー向けのマイク音声入力機能。ブラウザの Web Speech API によるリアルタイム文字起こし、重複排除/自動継続、スマート句読点、言語と自動送信の設定に対応します。
dsh-auto-continue-429
haochi72/dsh-auto-continue-429
RATE_LIMIT(429)および QUOTA(insufficient_quota)エラーから回復するため、自動的に「continue」を送信する。セッションごとの連続失敗カウンター(デフォルト20、1~100で設定可能)、ツールバーのオン/オフ切替、設定ページカードを備える。
dsh-compact-agents
zhuto666/dsh-compact-agents
Model-callable compact_agents tool that force-compacts context in every live session (main session, ordinary sub-agents and AgentTeams members alike), queues busy targets and compacts them when the turn ends, reports the shadowed node count and estimated tokens per target, and ships a browser form for the trigger ratio, retained ratio, controlled-phase output budget, auto-continue budget and an end-of-turn pre-compaction ratio that compacts near the trigger line once a turn ends, so a reply no longer opens with a wait for the summarizer.
dsh-continue
juwanxu/dsh-continue
Fail-closed network recovery, recommended answers, and safe unattended continuation for DeepSeek Harness.
dsh-session-resilience
hasan-aghayev/dsh-session-resilience
Adds DSH restart and stop controls with token-aware reconnect and policy-based recovery for interrupted web sessions.
dsh-auto-continue
zhou1736948757-cpu/dsh-auto-continue
Automatically sends a "continue" prompt when a reply is cut off at the output token limit, resuming long answers without manual input; aimed at self-hosted Ollama deployments with small output caps.
dsh-continue-on-limit
qwert702/dsh-continue-on-limit
Auto-continue for the dsh web GUI: when a local model hits its output-token cap and the max-tokens notice appears, the plugin automatically queues a short continue message so the reply keeps flowing — dual-source truncation detection, loop protection, and no UI.