플러그인
DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.
플러그인 29개 찾음
dsh-recall-unread
hg1048596-pixel/dsh-recall-unread
컴포저 상단에 스트립을 추가하여 모델이 읽기 전에 전송되었지만 아직 읽히지 않은 (스티어링용) 텍스트 메시지를 리콜할 수 있습니다.
dsh-background-agents
perrylink/dsh-background-agents
공식 서브에이전트 체계를 활용한 지속적인 백그라운드 자식 에이전트: 어떤 세션에서든 시작하고, Web UI 사이드바에서 진행 상황을 확인하며, 언제든 메시지 전송과 중단이 가능하고, 자식별 도구 범위 제한, 페르소나, 위임 깊이 제한을 제공합니다.
dsh-queue-plus
starslittle/dsh-queue-plus
편집, 제거, 조정, 순서 변경, 일괄 삭제를 지원하는 간단한 DSH 대기열 패널.
dsh-improved-inline-edit
xiaosurongjia/dsh-improved-inline-edit
DeepSeek Harness Web용 중간 실행 조정 입력: 에이전트가 작업하는 동안 composer 위에 입력 바가 나타나며, 대화를 멈추지 않고 agent.steer()를 통해 다음 판단에 수정 요청을 주입합니다. 초안은 세션별로 유지되고, 읽지 않은 주입 메시지는 bubble에서 다시 불러올 수 있으며, 선택적 guiding prefix를 지원합니다.
dsh-pause
better-er/dsh-pause
DSH Web 일시정지 플러그인입니다. 에이전트가 한 턴의 도구 상호작용을 마치고 다음 모델 요청을 보내기 직전에 일시정지하며 composer 입력창은 계속 사용할 수 있습니다. 사람이 Enter/전송으로 재개하고 추가 텍스트를 함께 전달할 수 있습니다. 이 일시정지는 진행 중인 API 호출을 방해하지 않으므로 모델 컨텍스트는 항상 완전하고 에이전트는 이를 인지하지 못합니다. 순수 플러그인으로 자체 완결되며 DSH 소스 코드를 수정하지 않습니다.
dsh-literature
aik358/dsh-literature
Zotero 내보내기를 지원하는 DSH용 독립형 문헌 라이브러리: 전체 텍스트 PDF 가져오기(Unpaywall/arXiv/사용자 정의 URL 템플릿), Crossref 기반의 느슨한 검색, APA/GB-T 7714/MLA/Chicago 인용 생성, 하이라이트와 노트가 있는 사이드 패널 PDF 리더, 현재 대화로 연결되는 AI 지원 Q&A/번역을 제공합니다.
dsh-pua
michengai/dsh-pua
/pua 명령을 추가하여 에이전트가 완료를 주장하기 전에 다른 접근 방식을 시도하고 결과를 검증하도록 유도합니다. 15가지 회사 스타일, 페르소나 모드, 전역 및 대화별 설정, 검증 명령이 통과하거나 반복 한도에 도달하거나 사용자가 취소할 때까지 계속되는 선택적 루프를 제공합니다.
dsh-answer-reviewer
bycall/dsh-answer-reviewer
DeepSeek Harness용 에이전트형 답변 리뷰어: 각 최종 어시스턴트 턴을 별도의 LLM이 1-100점으로 재검토하고, 기준 미달 점수는 구체적 피드백과 함께 에이전트를 되돌립니다. 점수는 답변의 액션 행에 칩으로 표시됩니다(초록 통과/빨강 개선 필요, 호버 시 재시도 횟수와 사유). 127.0.0.1 HTTP 서버를 통한 실시간 게이트 구성, 컴포저 위의 접힌 독, dsh-better-sidebar를 통한 선택적 오른쪽 사이드바 탭을 제공합니다.
stalegreen (dsh-plugin-stalegreen)
pavangupta352/stalegreen
에이전트의 테스트·타입체크·lint·빌드 주장에 대한 신선도 게이트: 각 검증 실행이 tools/post-execute에서 영수증이 되고 파일 편집이 추적되며, agent/turn-stopping 시 최신 영수증이 오래되었거나 실패했거나 읽을 수 없는 주장은 영수증과 그 이후 편집된 파일을 명시해 한 단계 더 진행하도록 유도합니다.
deepseeh-harness-ultra-slash
loadingvx/deepseeh-harness-ultra-slash
Web UI 작성기에 별도 슬래시 명령 그룹을 추가합니다. /steer는 턴을 중단하지 않고 에이전트의 다음 단계에 텍스트를 주입하고, /new는 빈 세션을 시작하며, /skill과 /docs는 턴 후 스킬 또는 문서 작업을 포함해 /steer를 감쌉니다. 사용자 지정 /steer 별칭은 설정에서 구성할 수 있습니다.
dsh-session-explorer
zn-dk/dsh-session-explorer
FTS5 trigram 인덱스를 통한 DSH 세션의 메시지 단위 전문 검색입니다(user/assistant/steering/tool 및 종류별 필터). 포크·이어가기 세션 간 중복이 제거된 결과, 해당 메시지로 자동 스크롤되는 읽기 전용 컨텍스트 미리보기, 실제 세션으로의 원클릭 이동, 상태 점검이 포함된 증분/전체 인덱스 재구축을 제공하며, zh/en i18n은 Host 로케일 서비스를 따릅니다.
dsh-loop-continue
yunxiyang/dsh-loop-continue
Resumes an agent turn that ended after narrating its next action without calling a tool: the guard replays the turn log on agent/turn-stopping, asks a judge model one true/false question, and steers the same turn to run one more step.
dsh-quality-review
cai-mh/dsh-quality-review
Audit each finished assistant turn with an independent reviewer model and steer the agent to fix failed output, with at most 2 review rounds per turn and SOP-folder standards injected as an extra review dimension.
dsh-plugin-task-coordinator
kayungko/dsh-plugin-task-coordinator
최상위 세션에 대한 슈퍼바이저 스타일 워크플로 오케스트레이션: 확인 게이트가 있는 일괄 디스패치, 팀 워크스트림, 실행 중인 작업 조정, 유휴 대기 수집, 11개의 task_* 도구 및 /tasks 슬래시 명령에 걸친 실시간 모델 경로 검색.
dsh-quick-replies
idoall/dsh-quick-replies
Manageable one-tap text chips above the session composer; idle sessions queue the message and running sessions steer at the next safe boundary without rewriting the draft.
dsh-session-bridge
heartmove/dsh-session-bridge
Session bridge for DeepSeek Harness: drive other real DSH sessions straight from your prompt — create top-level sessions in any workspace, message or steer any session, wait for replies and stream them segment-by-segment (chain-of-thought included), resume offline sessions, find sessions across workspaces, run a background watchdog that monitors and schedules a main task (nudge when stalled, correct drift, cancel when stuck), and archive sessions with one command.
dsh-messenger-gateway
goodandready/dsh-messenger-gateway
Telegram bridge for DeepSeek Harness: bidirectional sessions, conversation steering, home-channel routing, and TTS voice notes sent as Telegram audio messages.
dsh-maestro
junqingv587/dsh-maestro
Planner/executor delegation with named roles: a strong planner steers, disposable executor sub-agents (per-role routes and prompts) implement. Default role plus per-delegation override, a global reasoning-effort knob in the composer chip, and a settings page for role management.
dsh-reasoning-cn
william123666/dsh-reasoning-cn
DeepSeek Harness plugin that steers reasoning toward Simplified Chinese and translates eligible reasoning blocks.
dsh-discord-bot
oliver0804/dsh-discord-bot
Map dsh workspaces onto Discord — watch every session live, drive and steer agents, and reach the harness's own commands from anywhere, with no inbound port.
dsh-proof
evilirving/dsh-proof
독립적인 읽기 전용 승인 레이어: 최상위 턴이 종료되기 전 읽기 전용 검증자를 실행하고, 통과하지 못한 부분을 다시 에이전트로 돌려보냄
dsh-plugin-forge
cai-mh/dsh-plugin-forge
Scaffold DSH local bundles in the dph format from any workspace and keep a pitfall experience library to steer later development.
dsh-steer
cai-mh/dsh-steer
Inject steering or correction into a running session while the model is thinking, or cancel the current turn, from a floating browser panel.
dsh-mama-cheer
vvilliam-qwq/dsh-mama-cheer
Keyboard shortcut that injects an encouraging message into the running dsh-TUI conversation: steer when a tool is in flight, interrupt-and-deliver when the model is only streaming text