@vidge/dsh-omniloop
DSH 多引擎并存运行插件:单会话存储下免重启切换引擎
AI 分析
核心用途是支持在同一个 DSH 实例中并存运行并免重启切换不同的 Agent 引擎。适合需要统一管理会话历史、Trace 且频繁切换执行引擎的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vidgewong/dsh-omniloop说明文档
阅读完整 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-omniloop
Then restart dsh web.