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.

AI 分析

核心用途是长对话的快速定位导航。适合在进行多轮长对话时,需要通过右侧悬浮条快速预览历史提问并平滑滚动到对应位置的用户。

パッケージ
dsh-turn-jump
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/19

インストール

$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