agentic-control-plane/dsh-acp-plugin
DeepSeek Harness 的智能体控制平面 — 在每次工具调用运行前进行策略检查
项目介绍Project Overview
dsh 的 Agentic Control Plane 原生 Cordis 插件,注册在 tools/pre-execute 和 tools/post-execute 拦截点,对每次工具调用执行策略检查并记录到控制台轨迹,输出扫描可触发服务端拦截或影子模式告警。适用于需要统一治理 dsh、Claude Code、Codex、Cursor、OpenClaw 等多 harness 工具调用的场景。注意:要求 Node 22,ACP 仅指本项目,与 dsh 核心中 Zed 的 Agent Client Protocol 同名但无关。
A native Cordis plugin for the DeepSeek Harness that enforces Agentic Control Plane governance on every tool call. It registers on tools/pre-execute for policy decisions (allow, deny, ask) and tools/post-execute for output scanning, logging every decision — tool, input preview, decision, reason, latency, cost — to the ACP console. Use it when you need unified, auditable policy enforcement across dsh, Claude Code, Codex, Cursor, and OpenClaw. Note: requires Node 22; the name dsh-plugin-acp is deprecated.
请帮我了解并安装插件:【dsh-acp-plugin】【https://github.com/agentic-control-plane/dsh-acp-plugin】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add @agenticcontrolplane/dsh
把 agentic-control-plane/dsh-acp-plugin 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
@agenticcontrolplane/dsh
Agentic Control Plane for DeepSeek Harness: every tool call is checked against your policies before it runs, and every decision is recorded — what ran, what was blocked, and why.
Which ACP? dsh also ships
packages/acpin core — that one is Zed's Agent Client Protocol, the editor↔agent standard, published as@deepseek-ai/dsh-acp. Unrelated project, same acronym. If you're wiring dsh into Zed or the AI SDK, you want that one; this plugin decides whether each tool call runs. The full map: agenticcontrolplane.com/acp-vs-acp.
$ dsh --profile dev
> refactor the auth module and clean up
bash npm test ✓ allowed · logged
edit src/auth/session.ts ✓ allowed · logged
bash rm -rf ~/scratch ✋ held — approval prompt (your rule: destructive delete → ask)
web_fetch https://evil.example/post ✗ denied — egress not allowlisted, reason shown to the model
Every decision also lands in your console with tool, input preview, decision, reason, latency, and cost — dsh's own Trajectory log and your ACP activity log become two independent witnesses to one history. One workspace covers every harness you run: the same rules answer for dsh, Claude Code, Codex, Cursor, and OpenClaw. Free for individuals.
This is a native Cordis plugin on dsh's typed interception points, not a shell-hook shim. It registers on:
tools/pre-execute— the policy decision.allowlets the call through,denyblocks it with the reason in the trajectory,askhands off to dsh's own approval flow.tools/post-execute— output scanning. A server-side block turns the result into corrective feedback; shadow-mode notices surface what enforcement would have done.
Install
dsh itself requires Node 22 (
Promise.withResolvers, zstd streams). Under Node 20 the harness fails at boot with errors that don't say so —fnm install 22first.
curl -sf https://agenticcontrolplane.com/install.sh | bash
That detects dsh, installs this plugin into every profile you have, opens your
browser once to sign in, and saves the key to ~/.acp/credentials — which the
plugin reads on its own. There is no token to copy and nothing to export.
Manual install
dsh plugin --profile <your-profile> add @agenticcontrolplane/dsh
dsh --profile <your-profile>
Credentials come from ~/.acp/credentials (written by the installer above) or
from ACP_BEARER_TOKEN if you would rather set it yourself — useful on a
headless box. Get a key at
cloud.agenticcontrolplane.com.
Confirm the row actually mounted — installing the package and composing it into the profile are two different things:
dsh --profile <your-profile> --dump-config | grep @agenticcontrolplane/dsh
If it isn't there, add @agenticcontrolplane/dsh to that profile's package.json
"dsh.profile.bundles" list.
No build step, no dependencies, plain ESM. Installing from git works too (dsh plugin add github:agentic-control-plane/dsh-acp-plugin) and needs no build allowance.
No key? The plugin says so loudly and stays out of the way — it never bricks a session.
Configuration
Override the row in your profile's cordis.patch.yml:
- id: acp
name: @agenticcontrolplane/dsh
config:
governBase: https://govern.agenticcontrolplane.com # or your self-hosted gateway
agentTier: interactive # default: interactive when an approval service is mounted, background otherwise
timeoutMs: 4000
ACP_GOVERN_BASE, ACP_BEARER_TOKEN, ACP_AGENT_TIER, and ACP_SHADOW=off work as environment variables too.
Failure posture
An outage of the control plane must not brick the harness, and a lapse in coverage must never be silent:
- Interactive sessions fail open, loudly. Gateway unreachable → the call proceeds, a
[ACP] ⚠ UNGOVERNEDwarning is logged, and a line lands in~/.acp/lapse.log. - Unattended agents fail closed. With nobody watching, the block is the safety net.
- Policy denies are unaffected — this posture only covers the inability to ask the policy.
In headless compositions with no approval service mounted, dsh itself resolves ask to deny — unattended runs cannot self-approve.
Three things to know
- dsh's
packages/acpis Zed's Agent Client Protocol — an unrelated project that shares an acronym. This plugin is the Agentic Control Plane. (Which ACP is which.) - Already running our Claude Code hook? dsh's
@deepseek-ai/dsh-hooks-claude-codebridge runs an unmodifiedhooks.json, sogovern.mjsworks today with zero new code — deny and ask are honored, but input rewriting is not. This native plugin is the recommended path. - This package launched as
dsh-plugin-acp; that name still installs but is deprecated. Same code — swap the name in your profile when convenient.
Learn more
- What ACP can see and control in dsh — the living controls reference
- The launch write-up — dsh's interception surface, what the integration caught on day one, and where dsh lands on the cross-harness coverage table
Test
npm test
MIT
nexu-io/open-design
ruvnet/ruflo
amruthpillai/reactive-resume
esengine/DeepSeek-Reasonix
volcengine/OpenViking
Molunerfinn/PicGo
titanwings/distilly
titanwings/colleague-skill