liuGuanYi-hub/dsh-turn-jump0

dsh-turn-jump

DSH Web 插件:ChatGPT 同款右侧悬浮会话轮次跳转条。提供极简刻度线、悬浮提问摘要气泡与平滑跳转导航。

AI 分析

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

套件
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