Plugin
Sfoglia, filtra e installa i plugin di DeepSeek-Harness.
10 plugin trovati
dsh-auto-continue
hsiangnianian/dsh-auto-continue
Riprende automaticamente le richieste DSH Web interrotte: invia in coda un messaggio 「继续」 (continua) dopo errori di rete, timeout o crash dell'host, con classificazione degli errori, backoff adattivo, testo di continuazione basato su template e notifiche del browser.
my-dsh-plugins (dsh-task-reliability)
baosfeng/my-dsh-plugins
Affidabilità delle attività: nuovo tentativo automatico su timeout/errori del modello, continuazione automatica delle attività non finite, verifica di completamento, interruzione dei cicli di pensiero, ripresa dopo sospensione o riavvio, modalità autopilota e endpoint di attivazione remota (npm: `dsh-task-reliability`).
dsh-llm-retry-settings
zeng6125-rgb/dsh-llm-retry-settings
Scheda impostazioni per il motore di auto-riprova LLM di DSH: regola in tempo reale numero di retry, backoff e jitter da Settings -> General, con chip configurabili per retryableCodes - i default aggiungono INVALID_REQUEST così gli errori reasoning_text HTTP 400 in stile OpenAI in thinking mode vengono ritentati automaticamente.
dsh-mic-input
qt-chen/dsh-mic-input
Input vocale da microfono per il composer: trascrizione live tramite Web Speech API del browser, deduplicazione/auto-continuazione, punteggiatura intelligente, impostazioni di lingua e invio automatico
dsh-auto-continue-429
haochi72/dsh-auto-continue-429
Invia automaticamente "continue" per recuperare da errori RATE_LIMIT (429) e QUOTA (insufficient_quota). Contatore dei fallimenti consecutivi per sessione (predefinito 20, configurabile 1-100), interruttore on/off nella toolbar e scheda nella pagina impostazioni.
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.