Plugins
Browse, filter, and install DeepSeek-Harness plugins.
586 plugins found
dsh-lsp-packs (dsh-lsp-ts)
988hj7tczd-oss/dsh-lsp-packs
TypeScript and JavaScript LSP configuration plugin for DeepSeek Harness using typescript-language-server.
dsh-lsp-packs (dsh-lsp-swift)
988hj7tczd-oss/dsh-lsp-packs
Swift LSP configuration plugin for DeepSeek Harness using sourcekit-lsp.
dsh-lsp-packs (dsh-lsp-rust)
988hj7tczd-oss/dsh-lsp-packs
Rust LSP configuration plugin for DeepSeek Harness using rust-analyzer.
dsh-lsp-packs (dsh-lsp-ruby)
988hj7tczd-oss/dsh-lsp-packs
Ruby LSP configuration plugin for DeepSeek Harness using ruby-lsp.
dsh-lsp-packs (dsh-lsp-pyright)
988hj7tczd-oss/dsh-lsp-packs
Python LSP configuration plugin for DeepSeek Harness using Pyright.
dsh-lsp-packs (dsh-lsp-php)
988hj7tczd-oss/dsh-lsp-packs
PHP LSP configuration plugin for DeepSeek Harness using Intelephense.
dsh-lsp-packs (dsh-lsp-lua)
988hj7tczd-oss/dsh-lsp-packs
Lua LSP configuration plugin for DeepSeek Harness using lua-language-server.
dsh-lsp-packs (dsh-lsp-kotlin)
988hj7tczd-oss/dsh-lsp-packs
Kotlin LSP configuration plugin for DeepSeek Harness using kotlin-language-server.
dsh-lsp-packs (dsh-lsp-java)
988hj7tczd-oss/dsh-lsp-packs
Java LSP configuration plugin for DeepSeek Harness using the Eclipse JDT language server.
dsh-lsp-packs (dsh-lsp-go)
988hj7tczd-oss/dsh-lsp-packs
Go LSP configuration plugin for DeepSeek Harness using gopls.
dsh-lsp-packs (dsh-lsp-csharp)
988hj7tczd-oss/dsh-lsp-packs
C# LSP configuration plugin for DeepSeek Harness using OmniSharp.
dsh-lsp-packs (dsh-lsp-cpp)
988hj7tczd-oss/dsh-lsp-packs
C/C++ LSP configuration plugin for DeepSeek Harness using clangd.
dsh-swarm-panel (dsh-swarm-plugin)
stephenlzc/dsh-swarm-panel
Conversation Flow observability for DeepSeek Harness swarms, with topology, routed-message inspection, HITL pauses, Live follow, and child-session navigation.
dsh-hebrew-rtl
kfirsch/dsh-hebrew-rtl
Hebrew RTL rendering for the web GUI: per-block direction by dominant script, bidi-safe input fields, and RTL-aware Cmd+Left/Right line navigation.
relay-dsh-plugin-claude
yangbobo2021/relay-dsh-plugin-claude
Claude Code integration plugin for DeepSeek Harness, providing native Claude conversations powered by the Claude Agent SDK, with model selection, approvals, questions, tools, and session continuation.
relay-dsh-plugin-codex
yangbobo2021/relay-dsh-plugin-codex
Codex conversation backend for DeepSeek Harness, powered by the Codex App Server with approvals and DSH tool support.
dsh-custom-instructions
huanghai-lab/dsh-custom-instructions
Manage global AGENTS.md in DSH Web with Markdown preview, reusable templates, version history, import/export, failed-import rollback, and revision-conflict protection.
claude-in-dsh
geekricardo/claude-in-dsh
Hand a DSH web session to the locally installed Claude Code CLI: a per-session engine selector (DSH | Claude Code), Claude models and reasoning effort in the model seat, Claude permission modes in place of the access-mode selector, and permission requests, AskUserQuestion and ExitPlanMode routed to the native DSH approval, question and plan-review cards. The stream is written as native DSH session events, so the built-in transcript, tool cards and nested subagents render it; Claude slash commands merge into the command palette; the CLI is held by a detached broker, so plugin updates and DSH restarts do not interrupt a running turn.
dsh-auto-translate
qwert702/dsh-auto-translate
Full-pipeline Chinese translation for the dsh web GUI: live translation of the model reasoning as it streams, in-place Chinese below each English reply, and one-line Chinese summaries for tool outputs and tool-call glosses — a standalone provider request that never enters the session transcript.
mosaic-memory-compress
turingcorp-net/mosaic-memory-compress
Forgetting-curve in-place dialogue compression for DeepSeek Harness: recent turns stay verbatim, middle turns are structurally dehydrated (zero-LLM), ancient turns fold into a bounded summary pair — unbounded conversations on a bounded memory budget.
dsh-session-guard
drscrewdriver/dsh-session-guard
Peak-hour auto session gate: weekend mode + global peak auto-pause + session-level freeze/resume + backend auto-retry, auto-resume on off-peak.
data-format-translator
tianbuyu-wwx/data-format-translator
FormatForge for DeepSeek Harness: forge any file format (pdf/docx/xlsx/pptx/eml/toml/...) into AI-readable structured data. Thin bundle that spawns the local Python CLI (python -m formatforge) and returns protocol JSON; enhancement is delegated to the cur
dsh-subagent-library
mari23333/dsh-subagent-library
Named subagent roster: manage role entries (model, persona, tool filter, depth, background mode) from a hot-reloaded settings page; the model picks one with list_subagents and dispatches by id with delegate — foreground, background, or continuable.
dsh-llm-verifier
web0926/dsh-llm-verifier
Runs 3 or 5 coding-agent candidates in detached Git worktrees, validates their patches with project commands, ranks only passing candidates, and requires separate approval before applying the winner.