플러그인
DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.
플러그인 16개 찾음
dsh-win-gitbash
buhuikongpan/dsh-win-gitbash
Windows용 Git Bash 셸 도구: Git for Windows와 번들된 bash를 통해 명령을 실행하며, 타임아웃, 샌드박스, 출력 잘림, 백그라운드 작업을 갖추고 느린 pwsh 도구와 WSL 전용 bash 도구를 대체합니다.
dsh-capability-panel
pure-craft/dsh-capability-panel
에이전트가 지금 실제로 도달할 수 있는 스킬과 도구를 확인 — 컨텍스트 내 실제 상태(로드됨/잘림/축출됨)와 세션별 스위치.
dsh-at-any
hatsuyuki0103/dsh-at-any
웹 GUI용 Codex 스타일 `@file` 멘션: 인덱스 잘림 없이 모든 형식(.java, .vue, PDF, 이미지, 확장자 없음, 숨김)의 워크스페이스 파일을 검색하고 참조합니다. dsh-at-file 대체.
dsh-sidebar-mode
meredith2328/dsh-sidebar-mode
"New Session" 버튼에 내장된 프리셋 모드 배지: 클릭하여 다음 세션의 기본 에이전트 프리셋을 선택(긴 이름은 줄임표로 잘려 레이블이 읽기 쉽게 유지됨).
dsh-cache-precision
cheng-cheng9669/dsh-cache-precision
기본 제공 캐시 적중률을 소수점 셋째 자리까지 표시하고 잘림을 방지하기 위해 Composer 통계 줄의 너비를 넓힙니다.
dsh-rollback
domitor-syh/dsh-rollback
TRAE-style conversation rollback — per-turn checkpoints (10-turn sliding window) roll back touched files and truncate model context in place, keeping the same session id. Human-initiated only: a /rollback command or a per-turn Web button (works on interrupted turns too), with a preview listing each affected file and its action — restore, recover, delete, or skip.
dsh-token-saver
shaw529/dsh-token-saver
DeepSeek Harness plugin that aggressively saves tokens without affecting task quality: lossless head/tail truncation of tool results (default), grep-result folding, pressure-triggered dsh-compaction-basic delegation, and an LLM-summary CompactionEngine subclass for the aggressive mode. Saves 97.6% of input tokens on an 8-scenario synthetic suite, with all reductions routed through dsh event flow so model-visible = logged stays intact.
dsh-shell-card-plus
antnesswcm/dsh-shell-card-plus
Replaces the stock bash/pwsh terminal rows in the DSH web UI with shell command cards: long commands soft-wrap with line numbers instead of truncating, plus separate copy-command and copy-output buttons.
dsh-wide-stats-footer
thomasvvugt/dsh-wide-stats-footer
Un-clamps the composer stats footer: long turn and token stats lines span the full composer width instead of truncating with an ellipsis.
dsh-context-compressor
rootkiller6788/dsh-context-compressor
An Agent-safe context compressor for DeepSeek Harness. It semantically preserves critical tool outputs such as errors, file paths, JSON payloads and command results, instead of mechanically truncating the context.
dsh-redaction
l-ingqin12/dsh-redaction
Preventive content policy for DeepSeek Harness tool results: rewrite matched text with regex rules, or drop/truncate unpredictable payloads by field path before they are normalised, rendered, or persisted. The upstream counterpart to dsh-plugin-redact.
dsh-redaction (dsh-plugin-content-policy)
l-ingqin12/dsh-redaction
Preventive content policy for tool results: rewrites matched text, and drops or truncates whole fields by path before a result is normalised, rendered or persisted, so an unreviewed payload never enters it. Ships inert with no built-in category or domain blocklist.
dsh-plugin-runcat-inventory
runcat-tommy/dsh-plugin-runcat-inventory
Plugin inventory manager for DeepSeek Harness Web: table view of installed plugins with status filters, enable/disable switches applied via HMR, config viewer/copy, uninstall and npm update reminders.
dsh-toolkit (dsh-at-file)
simon-world/dsh-toolkit
A @-file reference tool for DSH: registers an at_file_read tool that injects workspace-file contents into the session, with traversal protection and a 50KB truncation cap (MIT).
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.
dsh-shell
qianwenxue1/dsh-shell
dsh-shell for DeepSeek Harness: runs cmd / PowerShell commands on Windows (and bash-like shells on POSIX) with a bash-inspired safety model — timeouts, output truncation, exit codes, background jobs and a cwd allowlist