liuGuanYi-hub/dsh-turn-jump0

dsh-turn-jump

DSH web 插件:ChatGPT 同款右侧悬浮会话轮次跳转条。极简刻度线 + 悬浮提问摘要气泡 + 平滑跳转导航。A ChatGPT-style right-side floating session-turn jump bar for DeepSeek Harness (DSH) web GUI.

包名
dsh-turn-jump
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:liuGuanYi-hub/dsh-turn-jump

📦 安装与使用

方式一:通过 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