X
dsh-turn-navigator
xiaoso456/dsh-turn-navigator
DeepSeek Harness 웹 GUI용 턴 내비게이터 패널(현재 턴 / 전체 턴, 위아래 이동)
설치
dsh plugin --profile web add github:xiaoso456/dsh-turn-navigatorREADME
@xiaoso/dsh-turn-navigator
English | 中文
DeepSeek Harness Web 的对话轮次导航面板。

安装
从 npm 安装(推荐)
dsh plugin --profile web add @xiaoso/dsh-turn-navigator
dsh web
本地开发
dsh plugin --profile web add link:<本仓库路径>
从 GitHub 安装
dsh plugin --profile web add github:xiaoso456/dsh-turn-navigator
git 安装会跑本包的 prepare 脚本构建产物;pnpm ≥10 会在首次 add 失败并提示在 profile 的 pnpm-workspace.yaml 里允许该构建。
依赖
适用于 DeepSeek Harness dsh v0.1.0-rc.5(pre-release,接口可能变动)。
构建
pnpm install
pnpm build