Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
8 Plugins gefunden
dsh-permission-rules
perrylink/dsh-permission-rules
Deklarative Berechtigungsregeln im Claude-Code-Stil: geordnete Allow/Deny/Ask-YAML-Regeln, die Toolnamen, Argumente, Arbeitsbereichspfade und Agentenidentität in der tools/pre-execute-Kaskade abgleichen, mit vollständigem Sitzungsprotokoll-Audit, Trockenlaufmodus und Hot Reload.
dsh-lark-link
amlyczz/dsh-lark-link
Hochzuverlässige Feishu/Lark-Brücke für DeepSeek Harness: QR-Ein-Klick-Authentifizierung, kartenbasierte Befehle und Absichtsbestätigungskarten, verlustfreie „At-least-once“-Ausgangswarteschlange, Medienversand und -empfang, /doctor-Sitzungsprotokoll-ZIP sowie eine wiederverwendbare DSH-Web-GUI, die Sitzungen im richtigen Workspace ablegt.
dsh-web-mobile-fix
acidgr/dsh-web-mobile-fix
Mobile Layout-Korrekturen für die Web-UI auf schmalen Bildschirmen: Vollbild-Einstellungspanel, einzeilige Plugin-Navigation, Vollbild-Sidebar, zentrierte Popups, reiner Icon-Button für das Sitzungsprotokoll.
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.