@vidge/dsh-agent-hub
Per-session agent loop engine router for DSH — run Claude Code, Codex, pi, or the in-process loop per session, all on DSH's unified session, LLM, and tracing substrate
AI 분석
核心用途是允许在单个 DSH 统一基底上,为每个会话独立选择和运行不同的 Agent 引擎(如 Claude Code、Codex 等)。适合需要多引擎并存测试的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vidgewong/dsh-agent-hubUsage
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.