DeepSeek Harness plugin

gateway-core

DSH-side remote session driver for the dsh-overdrive chat gateway: exposes sessions, trajectory replay and tap-to-approve to Telegram / Discord / Slack / WhatsApp / Feishu / DingTalk / WeCom bridges. Requires running @dsh-overdrive/gateway alongside.

Jump to install

Source facts

Repository
temotee2103/dsh-overdrive
Latest update
Aug 20, 2026
Category
Notifications & Integrations
GitHub stars
0

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/temotee2103/dsh-overdrive~23gateway-core
GitHub: https://github.com/temotee2103/dsh-overdrive/tree/main/packages/gateway-core
Plugin: dsh-overdrive#gateway-core
Author: temotee2103
Install command: dsh plugin --profile web add github:temotee2103/dsh-overdrive#path:/packages/gateway-core

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer1 file
package.jsonSource · read only
{
  "name": "@dsh-overdrive/gateway-core",
  "version": "0.1.2",
  "type": "module",
  "scripts": {
    "build": "tsc"
  },
  "dependencies": {
    "@dsh-overdrive/sdk": "0.1.2",
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-agent": "^0.1.0-rc.6",
    "@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
    "@deepseek-ai/dsh-session": "^0.1.0-rc.6"
  },
  "devDependencies": {},
  "license": "MIT",
  "description": "dsh-overdrive: DeepSeek Harness plugin — multi-platform chat bridge core (trajectory / approval / multi-agent)",
  "repository": {
    "type": "git",
    "url": "https://github.com/temotee2103/dsh-overdrive.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  }
}