플러그인
DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.
플러그인 8개 찾음
dsh-permission-rules
perrylink/dsh-permission-rules
Claude Code 스타일의 선언적 권한 규칙: tools/pre-execute 워터폴 상에서 도구 이름, 인수, 워크스페이스 경로, 에이전트 식별자와 매칭되는 순서 있는 allow/deny/ask YAML 규칙. 전체 세션 로그 감사, 드라이런 모드, 핫 리로드를 지원.
dsh-lark-link
amlyczz/dsh-lark-link
DeepSeek Harness를 위한 고신뢰성 Feishu/Lark 브리지: QR 원클릭 인증, 카드 기반 명령과 의도 확인 카드, 최소 1회 무손실 아웃박스, 미디어 송수신, /doctor 세션 로그 ZIP, 그리고 세션을 올바른 워크스페이스에 배치하는 재사용 가능한 DSH Web GUI를 제공합니다.
dsh-web-mobile-fix
acidgr/dsh-web-mobile-fix
좁은 화면에서 Web UI의 모바일 레이아웃 수정: 전체화면 설정 패널, 한 줄 플러그인 내비게이션, 전체화면 사이드바, 중앙 정렬 팝업, 아이콘 전용 세션 로그 버튼
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.