@vidge/dsh-agent-hub
DSH 单会话 Agent 运行引擎路由插件
AI 分析
核心用途是允许在单个 DSH 统一基底上,为每个会话独立选择和运行不同的 Agent 引擎(如 Claude Code、Codex 等)。适合需要多引擎并存测试的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vidgewong/dsh-agent-hub说明文档
阅读完整 README ↗Usage
Choose an engine in the composer when starting a session. To change engines, start a new session — the current one keeps its engine, and anything still running on it is undisturbed.
Settings → Loop engine sets the default for new sessions and controls whether the composer picker is shown.
To remove the plugin:
dsh plugin --profile web remove @vidge/dsh-agent-hub
Then restart dsh web.