Plugins
Browse, filter, and install DeepSeek-Harness plugins.
10 plugins found
dsh-auto-continue
hsiangnianian/dsh-auto-continue
Auto-resumes interrupted DSH Web requests: sends a queued 「继续」 after network, timeout or host-crash failures, with error classification, adaptive backoff, templated continue text and browser notifications.
my-dsh-plugins (dsh-task-reliability)
baosfeng/my-dsh-plugins
Task reliability: auto-retry on model timeouts/failures, auto-continue unfinished tasks, completion verification, thinking-repeat interruption, resume after sleep or restart, autopilot mode and a remote trigger endpoint (npm: `dsh-task-reliability`).
dsh-llm-retry-settings
zeng6125-rgb/dsh-llm-retry-settings
Settings card for the DSH LLM auto-retry engine: tune retry count, backoff and jitter live from Settings -> General, with configurable retryableCodes chips - defaults add INVALID_REQUEST so OpenAI-style HTTP 400 reasoning_text errors in thinking mode get retried automatically.
dsh-mic-input
qt-chen/dsh-mic-input
Microphone voice input for the composer: browser Web Speech API live transcription, dedupe/auto-continue, smart punctuation, language and auto-send settings.
dsh-auto-continue-429
haochi72/dsh-auto-continue-429
Automatically sends "continue" to recover from RATE_LIMIT (429) and QUOTA (insufficient_quota) errors. Per-session consecutive-failure counter (default 20, configurable 1-100), a toolbar on/off switch, and a settings-page card.
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.