Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 8
dsh-permission-rules
perrylink/dsh-permission-rules
Декларативные правила разрешений в стиле Claude Code: упорядоченные YAML-правила allow/deny/ask, сопоставляемые с именами инструментов, аргументами, путями рабочего пространства и идентичностью агента на каскаде tools/pre-execute, с полным аудитом журнала сессии, режимом пробного прогона (dry-run) и горячей перезагрузкой.
dsh-lark-link
amlyczz/dsh-lark-link
Высоконадёжный мост Feishu/Lark для DeepSeek Harness: авторизация в один клик по QR-коду, команды на основе карточек и карточки подтверждения намерения, исходящая очередь с гарантией доставки не менее одного раза без потерь, отправка/приём медиа, ZIP-архив журналов сессии через /doctor, а также многократно используемый веб-интерфейс DSH, размещающий сессии в нужном рабочем пространстве.
dsh-web-mobile-fix
acidgr/dsh-web-mobile-fix
Исправления мобильной вёрстки веб-интерфейса для узких экранов: полноэкранная панель настроек, однострочная навигация по плагинам, полноэкранный сайдбар, центрированные всплывающие окна, кнопка журнала сессии только с иконкой.
dsh-web-preview-float
wjnct55555/dsh-web-preview-float
Google AI Studio-style floating preview for the Web UI: a draggable/resizable iframe preview with aspect-ratio and resolution presets, plus a VS Code-style code window with direct editing, confirmed writes, and session-log recording.
dsh-session-repair-ui
semidia/dsh-session-repair-ui
Session repair button in the conversation header: detects & fixes session-log corruption — tool-call id swaps, empty call ids (`message must have tool source`), unknown event types from disabled plugins (marks `ignorable`), torn zstd tails, missing final-frame newlines; ghost-style UI, auto-backup before writes.
dsh-timesheet
zoahdev/dsh-timesheet
Turn-based time tracking from dsh session logs: totals, per-day/project/provider/source rollups, tool-call counts, failure rates, and time-to-first-token — CLI plus an agent-callable timesheet tool, dsh-timesheet/v1 reports, zero runtime deps.
dsh-disk-audit
zoahdev/dsh-disk-audit
Disk-usage audit for dsh data directories: total size, per-directory breakdown, largest files, oversized-file warnings (session logs can hit hundreds of MB) and cleanup suggestions — CLI plus an agent-callable disk_audit tool, dsh-disk-audit/v1 reports, zero runtime deps, read-only.
dsh-single-instance-guard
tang-mm95/dsh-single-instance-guard
Aborts startup when another live dsh instance holds the same DSH_HOME data directory, preventing the concurrent session-log writes that corrupt transcripts.