vidgewong/dsh-omniloop2

@vidge/dsh-omniloop

DSH 多引擎并存运行插件:单会话存储下免重启切换引擎

AI 分析

核心用途是支持在同一个 DSH 实例中并存运行并免重启切换不同的 Agent 引擎。适合需要统一管理会话历史、Trace 且频繁切换执行引擎的用户。

包名
@vidge/dsh-omniloop
版本
0.1.0-rc1
许可证
MIT
最近更新
2026年9月8日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vidgewong/dsh-omniloop

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.