Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
10 Plugins gefunden
dsh-auto-continue
hsiangnianian/dsh-auto-continue
Setzt unterbrochene DSH-Web-Anfragen automatisch fort: sendet nach Netzwerk-, Timeout- oder Host-Crash-Fehlern ein in die Warteschlange gestelltes „继续“ (Fortsetzen), mit Fehlerklassifizierung, adaptivem Backoff, vorlagenbasiertem Fortsetzungstext und Browser-Benachrichtigungen.
my-dsh-plugins (dsh-task-reliability)
baosfeng/my-dsh-plugins
Aufgabenzuverlässigkeit: automatischer Neuversuch bei Modell-Timeouts/-Fehlern, automatische Fortsetzung unerledigter Aufgaben, Abschlussprüfung, Unterbrechung von Denkschleifen, Wiederaufnahme nach Schlafmodus oder Neustart, Autopilot-Modus und Remote-Trigger-Endpunkt (npm: `dsh-task-reliability`).
dsh-llm-retry-settings
zeng6125-rgb/dsh-llm-retry-settings
Einstellungs-Karte für die DSH LLM-Autowiederholungs-Engine: Wiederholungsanzahl, Backoff und Jitter live unter Settings -> General anpassen, mit konfigurierbaren retryableCodes-Chips – die Standardwerte fügen INVALID_REQUEST hinzu, sodass OpenAI-ähnliche HTTP-400-reasoning_text-Fehler im thinking mode automatisch erneut versucht werden.
dsh-mic-input
qt-chen/dsh-mic-input
Mikrofon-Spracheingabe für den Composer: Live-Transkription über die Web-Speech-API des Browsers, Deduplizierung/automatisches Fortsetzen, intelligente Zeichensetzung sowie Einstellungen für Sprache und automatisches Senden.
dsh-auto-continue-429
haochi72/dsh-auto-continue-429
Sendet automatisch „continue“, um sich von RATE_LIMIT-(429)- und QUOTA-(insufficient_quota)-Fehlern zu erholen. Pro Sitzung ein Zähler für aufeinanderfolgende Fehler (Standard 20, konfigurierbar 1–100), ein Ein-/Aus-Schalter in der Werkzeugleiste und eine Karte auf der Einstellungsseite.
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.