Pheobe-Southwood/dsh-acp-paseo--packages-dsh-acp-paseo ↗★ 1
dsh-acp-paseo
dsh ⇄ Paseo integration bundle: an enhanced ACP bridge exposing DeepSeek Harness (dsh) agents to Paseo with auto-discovered model catalog, plan/execute modes, thinking levels, and native dsh slash commands.
AI Analysis
核心用途是将 DSH 的智能体能力无缝接入 Paseo 客户端。适合使用 Paseo 作为日常工作流界面、并希望直接调用 DSH 强大 Agent 能力的用户;需本机已安装 DSH CLI。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Pheobe-Southwood/dsh-acp-paseo#9e734a0d3ab60620a910d7aa051e2c83d6305a52&path:packages/dsh-acp-paseoREADME
Read the full README ↗手动配置(可选)
注册脚本等价于向 ~/.paseo/config.json 的 agents.providers.dsh 写入:
{
"extends": "acp",
"label": "DSH (DeepSeek Harness)",
"command": ["/dsh-acp-paseo-launch.mjs"],
"params": { "supportsMcpServers": false },
"enabled": true
}
不声明 models/env——目录与凭据全部自动发现。