xiaoso456/dsh-turn-navigator ↗★ 1
@xiaoso/dsh-turn-navigator
Turn navigator panel (current turn / total turns with up/down jump) for the DeepSeek Harness web GUI
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaoso456/dsh-turn-navigator说明文档
阅读完整 README ↗@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