Plugins
Navegue, filtre e instale plugins do DeepSeek-Harness.
283 plugins encontrados
dsh-windows-tray
gzmuldy/dsh-windows-tray
Controlador de baleia na bandeja do sistema para o DeepSeek Harness (Windows): inicie / pare / reinicie o serviço dsh web e abra a Web UI a partir de um ícone na bandeja
anywhere-claude-mem
bleed00/anywhere-claude-mem
Um plugin do DeepSeek Harness que transforma a sincronização git do anywhere-claude-mem em um peer do DSH: puxa memória entre máquinas no início da sessão e envia novos prompts/observações assim que chegam ao worker do claude-mem
dsh-docker
jesse-njx/dsh-docker
Controle de contêineres tipado e protegido: ps/logs/inspect/exec/start/stop e compose up/down com saída em JSON, direcionamento com reconhecimento de projeto e operações destrutivas condicionadas a aprovação
dsh-zen
john-walks-slow/dsh-zen
Zen Mode view tab and foreground time tracker for DeepSeek Harness: while the agent works, a calm conversation view shows running/done status, your latest user message, live activity hints and the final AI reply in markdown with one-line turn stats, plus screen-watching (focus) time tracking with daily/weekly Zen scores, a chat-hide toggle that hides tool calls and reasoning rows, auto enter/exit Zen on task start/complete, an Alt+Z shortcut and a Zen settings panel — pure client-side, stored in localStorage, no network.
dsh-global-context
zzjq678/dsh-global-context
Adds a Global Prompt tab to the conversation view: text you write there is prepended to the top of every session system prompt, and saving takes effect on the next message without a restart.
dsh-restart
dwjz/dsh-restart
Adds a Restart page to the DSH Web settings panel. The page shows the PID, port, start time and uptime of the running host and restarts it through a detached helper that waits until the port stops answering before replaying the same launch invocation; the page reloads itself once the replacement host answers with a new boot id.
dsh-plugin (dsh-auto-trust-all)
mzzsfy/dsh-plugin
Dynamically trusts every Host header that actually arrives and flips the default web binding to 0.0.0.0: wildcard or unenumerable entry domains work without editing the start command, the authentication layer is untouched, and hosts are evicted by LRU beyond a capacity cap.
dsh-plugin (dsh-maintain)
mzzsfy/dsh-plugin
Version and maintenance suite for DSH itself: detects new host releases from npm dist-tags, upgrades with one click, restarts safely, and the web page auto-recovers once the host is back.
dsh-bash-terminal-ts
drscrewdriver/dsh-bash-terminal-ts
Shell tool with four Windows backends (PowerShell / Git Bash / WSL / MSYS2) plus an interactive PTY terminal; the MSYS2 backend starts bash.exe with -lc so /etc/profile puts /usr/bin and /mingw64/bin on PATH, and injects MSYSTEM=MINGW64 into the PTY environment. Written in TypeScript, targets DSH 0.1.2+.
dsh-session-resilience
hasan-aghayev/dsh-session-resilience
Adds DSH restart and stop controls with token-aware reconnect and policy-based recovery for interrupted web sessions.
dsh-xswt-tauriapp (dsh-desktop-app)
xswt442-cmd/dsh-xswt-tauriapp
Installer entry for the dsh-xswt-tauriapp desktop shell, a Tauri desktop shell for DeepSeek Harness: on the first dsh start after installation it downloads this platform's installer from the release, checks it against the release SHA256SUMS before writing it, and opens it with the system installer. It installs nothing itself and adds no UI to dsh.
dsh-agent-group-panel
cai-mh/dsh-agent-group-panel
Feishu multi-agent robot console: start, stop and reconnect the daemon, view status and recent activity, and jump to the task workspace.
dsh-step-clock
wste47/dsh-step-clock
Shows the running agent step above the web composer as a Chinese sentence: its step number, the tools it is running, and how long it has been going. A finished step keeps its duration on screen until the next one starts, so a slow step can be identified after the fact.
dsh-simple-restart
yizhixiaokong/dsh-simple-restart
Adds a restart row to Settings → General that relaunches dsh web with the same invocation through a detached helper, refuses under a detected systemd supervisor unless allowRestart is true, and tests whether the listening port is free by connecting to it rather than binding it.
dsh-compose-panel
yizhixiaokong/dsh-compose-panel
Lists the Docker Compose projects of your DSH workspaces in the right sidebar, one group per project directory, with container status, project- and service-level up/stop/restart, and streamed per-service logs.
dsh-about-plugin
yaways/dsh-about-plugin
About panel and self-upgrade facade for DeepSeek Harness: version facts, channel-aware update checks, and a supervised source upgrade with restart, exposed to the Web Settings dialog over Typert Remote
dsh-restart
zhengjy01/dsh-restart
One-click restart for DeepSeek Harness: a web button (plus a dsh_restart agent tool) hands the relaunch to a detached helper that waits for the port to free, relaunches the exact same command, streams the new host's output, auto-reconnects the page — and
dsh-gme-workflow
nuaaweixinye/dsh-gme-workflow
Drives the GME Test Agent from inside Harness: three tools list interface catalogs, start and repair autonomous test generation in a local Python backend, poll the task until review, and keep PR, skip and cleanup actions behind explicit user consent.
dsh-desktop-shell
ringolink/dsh-desktop-shell
Turn the DeepSeek Harness Web UI into a real desktop application from inside DSH: one plugin that provisions a portable launcher (native WebView2 window, tray residency, silent backend start, readiness gating, debug console) plus desktop/start-menu shortc
dsh-plugin-idle-new-session
zg2017/dsh-plugin-idle-new-session
Starts a fresh session automatically when the app is opened (page load or tab/PWA foregrounded) 30+ minutes after the last time it was opened - avoids dropping the user back into a stale, possibly unrelated conversation after a real gap.
dsh-todo-continuity
apex-mochen/dsh-todo-continuity
Keeps an unfinished task list visible across turns. DSH clears the todos projection at the start of every turn and expects the model to rewrite the whole list, so when a turn is interrupted the plan is durably in the session log but permanently gone from the UI — and todo_write is write-only, so neither the user nor the model can read it back. This plugin registers one ordinary session/event listener, remembers the last list per session, and when a turn/start arrives whose remembered list still has unfinished work, re-appends that list so the projection stops reporting an empty plan. No fork of tool-todo and no waterfall: a plugin cannot replace the projection (the registry throws on a stateVersion mismatch), so appending the event the fold reacts to is the reachable seam. Deliberately narrow — only unfinished lists, at most one event per turn start, fails open. Verified by a controlled A/B on real sessions: identical runs differing only in whether the plugin was installed, folded through the real projection definition. Zero dependencies.
dsh-web-url-view
1032740078/dsh-web-url-view
Adds a View URL page to Settings showing the running session tokenized Web address plus a stable fixed address that survives desktop restarts and is reachable from other devices on the same LAN.
dsh-bat2exe
nirvanaslash/dsh-bat2exe
Compiles a Windows .bat/.cmd launcher into a real .exe from inside DSH: renders an icon from a built-in bitmap font, emits a C# wrapper that runs the batch file next to it, compiles with csc.exe (or dotnet build), and can write Start Menu / Desktop shortcuts.
dsh-substrate (plugin)
anweat/dsh-substrate
Diagnose duplicate DSH loader entry IDs before startup, report version-locked repair status in a read-only settings card, and apply or revert audited loader repairs through an external CLI.