dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:Memory455/dsh-jump-rail
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
简体中文 | English
为 DSH Web GUI 提供轻量的对话轮次导航:在聊天区域左侧显示一列短横线,帮助你快速确认当前位置,并在长对话中一键跳转到任意轮次。

推荐从 npm 安装:
dsh plugin --profile web add @memory455/dsh-jump-rail
也可以直接从 GitHub 安装:
dsh plugin --profile web add https://github.com/Memory455/dsh-jump-rail
如果希望拉取源码后在本地构建并安装:
# 拉取源码
git clone https://github.com/Memory455/dsh-jump-rail.git
cd dsh-jump-rail
# 安装依赖并构建
pnpm install
pnpm build
# 链接到 DSH Web profile
dsh plugin --profile web add link:$PWD
安装完成后,重启 DSH Web 即可生效。
打开一个包含至少两轮对话的聊天会话,轮次跳转条会自动出现在聊天区域左侧:
切换到轨迹等非聊天视图时,跳转条会自动隐藏。
# 安装依赖
pnpm install
# 类型检查、测试与构建
pnpm typecheck
pnpm test
pnpm build
# 监听源码变化
pnpm watch
本地构建后,可以将当前目录链接到 DSH Web profile:
dsh plugin --profile web add link:$PWD
完成链接后重启 DSH Web。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: ui-plugin。