Pheobe-Southwood/dsh-acp-paseo--packages-dsh-acp-paseo1

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 분석

核心用途是将 DSH 的智能体能力无缝接入 Paseo 客户端。适合使用 Paseo 作为日常工作流界面、并希望直接调用 DSH 强大 Agent 能力的用户;需本机已安装 DSH CLI。

패키지
dsh-acp-paseo
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Pheobe-Southwood/dsh-acp-paseo#9e734a0d3ab60620a910d7aa051e2c83d6305a52&path:packages/dsh-acp-paseo

手动配置(可选)

注册脚本等价于向 ~/.paseo/config.jsonagents.providers.dsh 写入:

{
  "extends": "acp",
  "label": "DSH (DeepSeek Harness)",
  "command": ["/dsh-acp-paseo-launch.mjs"],
  "params": { "supportsMcpServers": false },
  "enabled": true
}

不声明 models/env——目录与凭据全部自动发现。