플러그인
DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.
플러그인 137개 찾음
dsh-cognition
scd13150/dsh-cognition
Project memory for coding agents on DeepSeek Harness: similar past edits surface as precedents, out-of-scope edits are blocked, and cognition persists across sessions (47 upstream-verified fixes, gold-free 20-task run).
dsh-project
lanyun077/dsh-project
Organize folders and sessions into projects with shared PROJECT.md memory and AGENTS.md instructions injected into every session, plus a project tree sidebar.
context-pruner
johnxu22786/context-pruner
Session context triage for long DeepSeek Harness sessions: deterministic screeners trim stale, duplicate, failed, and oversized content through the official ctx.compaction seam.
dsh-native-memory
highland0971/dsh-native-memory
Native per-workspace memory on the harness's own seams: facts and a bounded always-on profile on the storage-domain JSON unit, approval-gated writes with `(sessionId, seq)` citations, deterministic recall plus session-query FTS over past sessions — no external server, no custom SQLite.
dsh-plugin-focus
863683348/dsh-plugin-focus
Focus board for DeepSeek Harness agents: durable, model-maintained notes in the session workspace that pin the objective, constraints, and decisions across compaction and sessions, with automatic context injection, archive on clear, and an optional web panel.
dsh-session-manager
wuxiangru915/dsh-session-manager
Session manager for the DSH Web UI: browse all and archived sessions, restore/unarchive, delete with two-step confirmation, and preview conversation content from the Settings panel.
dsh-plugin-hub (dsh-idle-archive)
wingsky-1/dsh-plugin-hub
Idle session reminder: prompts to archive sessions untouched for N hours, with a snooze window after each refusal, using the official archiveSession API.
dsh-session-unarchive
dylan121322/dsh-session-unarchive
Restore archived sessions to their original workspace from the Web GUI sidebar.
dsh-local-share
chuantianml/dsh-local-share
Export complete Web Sessions to local Markdown or self-contained HTML, with stable rendered previews, default redaction, and opt-in bounded tool-call details.
dsh-assistant-message-forge
anweat/dsh-assistant-message-forge
Create/modify/inject test assistant messages and import/repair session.jsonl(.zstd) session logs into new sessions.
dsh-archived-conversations
aks1st/dsh-archived-conversations
Archived conversations list in the sidebar footer with read-only previews of the most recent messages, for sessions the product deliberately keeps hidden and unreopenable.
dsh-usage-meter
v-dev-388/dsh-usage-meter
Settings-page usage dashboard: per-provider/model token summary across all sessions, with today/7-day/30-day CSS-bar trends and a cache-hit rate.
dsh-input-history
sunshaobei/dsh-input-history
Standalone arrow-key input history for the DSH web composer: ↑/↓ recalls sent prompts from one global ring shared across all sessions and workspaces, persisted to localStorage with an overridable cap.
terminal
giiiiiithub/terminal
Real PTY terminal panel for the DSH Web UI: host half spawns shells with node-pty (cmd.exe default on Windows), rendered in the browser with xterm.js; multi-tab sessions, dock/floating window, clipboard support.
dsh-lan-pass
x2802490130-prog/dsh-lan-pass
Web UI용 LAN 비밀번호 게이트: 같은 네트워크의 휴대폰과 태블릿이 공유 키로 로그인해 동일한 세션을 실시간으로 볼 수 있음, 일반 HTTP 오리진용 randomUUID 폴리필 내장
dsh-plugins
kazecreator/dsh-plugins
DeepSeek Harness IM 브리지 플러그인: Telegram 및 WeChat 메시지를 상대별 에이전트 세션으로 라우팅하고 답장 전송
dsh-plugin-recall
truelove-dreamer/dsh-plugin-recall
모델을 위한 세션 간 메모리: 과거 모든 세션을 전문 검색(ctx.sessionQuery를 통한 SQLite FTS5)하고 가장 잘 일치하는 발췌를 현재 컨텍스트로 가져옴