Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

10 plugins found

H

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.

11016 hours agoUI EnhancementsMIT
B

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`).

88 hours agoWorkflow & AutomationMIT
Z

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.

86 days agoModels & ProvidersMIT
Q

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.

3last monthVision, Voice & MultimodalMIT
H

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.

2last monthWorkflow & AutomationMIT
Z

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.

122 hours agoSessions & MessagesApache-2.0
J

dsh-continue

juwanxu/dsh-continue

Fail-closed network recovery, recommended answers, and safe unattended continuation for DeepSeek Harness.

126 days agoWorkflow & AutomationMIT
H

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.

05 days agoSessions & MessagesMIT
Z

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.

027 days agoSessions & MessagesBSD-3-Clause
Q

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.

016 days agoTools & Capabilities