Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 10
dsh-auto-continue
hsiangnianian/dsh-auto-continue
Автоматически возобновляет прерванные запросы DSH Web: ставит в очередь и отправляет «继续» («продолжить») после сбоев сети, таймаутов или падения хоста, с классификацией ошибок, адаптивным backoff, шаблонным текстом продолжения и уведомлениями браузера.
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: настраивайте число повторов, backoff и jitter прямо из Settings -> General, с настраиваемыми чипами retryableCodes — по умолчанию добавлен INVALID_REQUEST, чтобы ошибки reasoning_text в стиле OpenAI с HTTP 400 в режиме thinking автоматически повторялись.
dsh-mic-input
qt-chen/dsh-mic-input
Голосовой ввод с микрофона для composer: транскрипция в реальном времени через Web Speech API браузера, дедупликация/автопродолжение, умная пунктуация, настройки языка и автоотправки.
dsh-auto-continue-429
haochi72/dsh-auto-continue-429
Автоматически отправляет "continue" для восстановления после ошибок RATE_LIMIT (429) и QUOTA (insufficient_quota). Счётчик последовательных сбоев для каждой сессии (по умолчанию 20, настраивается от 1 до 100), переключатель в toolbar и карточка на странице настроек.
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.