liuGuanYi-hub/dsh-turn-jump ↗★ 0
dsh-turn-jump
DSH web 插件:ChatGPT 同款右侧悬浮会话轮次跳转条。极简刻度线 + 悬浮提问摘要气泡 + 平滑跳转导航。A ChatGPT-style right-side floating session-turn jump bar for DeepSeek Harness (DSH) web GUI.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:liuGuanYi-hub/dsh-turn-jump说明文档
阅读完整 README ↗📦 安装与使用
方式一:通过 GitHub 仓库安装(推荐)
在 DSH 环境中直接运行:
dsh plugin --profile web add github:liuGuanYi-hub/dsh-turn-jump
重启 DSH Web 服务即可生效:
dsh --profile web
方式二:本地开发模式关联(Local Link)
如果您克隆了本仓库进行本地修改调试:
git clone https://github.com/liuGuanYi-hub/dsh-turn-jump.git
dsh plugin --profile web add ./dsh-turn-jump
dsh --profile web