插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 60 个插件
dsh-vscode-shell
lonebone/dsh-vscode-shell
VS Code-style workbench inside DeepSeek Harness Web: activity bar, explorer file tree, source-control (Git) panel and editor tabs — backed by real filesystem & Git routes.
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
dsh-desktop
reachga0/dsh-desktop
dsh plugin: launch the dsh-desktop Windows shell (region screenshot, tray, session manager) from the DSH conversation via a desktop_launch tool.
windows-bash
bainianlaoyao/windows-bash
Make Git Bash the only terminal tool for DeepSeek Harness on Windows: enables the bash executor and tool on win32, disables PowerShell (pwsh) everywhere, ships standard-bash/code-bash/cordis-bash agent presets, and sets the sandbox/approval defaults Git B
safety-net
johnxu22786/safety-net
dsh 破坏性命令拦截闸门:解析 shell 语义、依据 41 条内置规则判定风险,将 rm -rf、git reset --hard、git push --force 等不可逆命令挡在确认关卡之前。
hooks-adapter
johnxu22786/hooks-adapter
把 Claude Code、Codex、opencode 配置里声明的 hooks 原样复用到 dsh,执行 shell、webhook、oracle、proxy 四类 handler,零运行时依赖。
bash-on-windows
bainianlaoyao/bash-on-windows
让 Windows 上可用的 bash 工具限制为 Git Bash,并禁用 PowerShell。
dsh-dual-agent-presets
qlzqqlzq/dsh-dual-agent-presets
安装两个可选 Agent Preset:默认不暴露 Shell 的通用 Agent,以及面向真实代码仓库的 Coding Pro。
dsh-mobile
tecfancy/dsh-mobile
DSH Web 移动端适配插件:侧边栏/详情抽屉浮层化、输入栏与设置页响应式适配,桌面零回归。
dsh-desktop (plugin)
reachga0/dsh-desktop
dsh 插件(dsh-desktop-launcher):在对话中一键启动 dsh-desktop Windows Electron 桌面壳——双击即用、无需终端;支持选区截图提问(GPU 实时框选、自动粘贴到聊天框、配合识图插件 AI 直接看图回答)、系统托盘、会话管理、环境自动引导、可换端口、单实例锁。
terminal
giiiiiithub/terminal
DSH Web UI 终端面板:宿主端 node-pty 真实 PTY(Windows 默认 cmd.exe)+ 浏览器 xterm.js 渲染;多标签会话、停靠/浮动窗口、复制粘贴。
dsh-plugin-hooks
truelove-dreamer/dsh-plugin-hooks
Claude Code 风格生命周期 hooks:工具调用前后自动执行 shell 命令(stdin 收 JSON payload),pre-tool 非零退出即阻断调用。