@vidge/dsh-omniloop
Run Claude Code, Codex, Pi, or the built-in loop side by side in one dsh — pick the engine per session, switch without restarting, keep one session store, history, and trace.
AI 분석
核心用途是支持在同一个 DSH 实例中并存运行并免重启切换不同的 Agent 引擎。适合需要统一管理会话历史、Trace 且频繁切换执行引擎的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vidgewong/dsh-omniloopUsage
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-omniloop
Then restart dsh web.