DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Acp — DSH Plugin for DeepSeek Harness
← Plugins

@jeremy9682/dsh-acp

Acp

DeepSeek Harness ACP bundle for editor delegation: a one-command Agent Client Protocol stdio server profile that shares dsh credentials and session logs.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @jeremy9682/dsh-acp@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Acp is published as @jeremy9682/dsh-acp and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
7.6 kB
Files
4
Surface
any
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
34
Last push
8/20/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

@jeremy9682/dsh-acp

DeepSeek Harness as an Agent Client Protocol agent — one command, sharing $DSH_HOME credentials and session logs with dsh web.

This package is part of dsh-cursor-codex, the Cursor / Codex ↔ DeepSeek Harness integration kit.

Install

Requires Node.js >= 22.15, the dsh launcher, and pnpm (first provisioning only).

dsh plugin --profile acp add @jeremy9682/dsh-acp
dsh --profile acp          # ACP stdio server; stdout = JSON-RPC only

Before the npm publish lands, install from a local checkout of this repo:

dsh plugin --profile acp add file:/path/to/dsh-cursor-codex/acp

Or let the standalone entry provision and boot in one step:

npx -y @jeremy9682/dsh-acp

DSH_ACP_PROFILE overrides the profile name (default acp).

Configure the model

The bundle defaults to deepseek-v4-pro. Override per machine in the profile's patch layer ($DSH_HOME/profiles/acp/cordis.patch.yml) — an id-targeted patch replaces the whole config, so restate kept fields:

- id: acp-agent
  name: '@deepseek-ai/dsh-acp'
  config:
    provider: deepseek-official
    model: deepseek-v4-flash

Register in an ACP client

Zed (Settings > Agents > External Agents > Add Custom Agent):

{
  "agent_servers": {
    "DeepSeek Harness": {
      "type": "custom",
      "command": "dsh-acp"
    }
  }
}

The registry entry (dsh-acp) makes the same server discoverable in registry-backed clients. See docs/integration-guide.md for Cursor / Codex specifics: neither editor is an ACP client today, so they use the MCP server or the headless CLI instead.

What the server supports

Fresh sessions per session/new, text prompts, committed assistant text, permission auto-answer, and cancellation — the official @deepseek-ai/dsh-acp contract. No image input, no session load/resume, no MCP mounting (baseline ACP).

License

MIT