dsh plugins中文
← Back to popular plugin directory

DeepSeek Harness’s turn-based dialogue timeline

7A7K/DSH-Timeline-Navigator · skills

A turn-based conversation timeline for DeepSeek Harness with bookmarks, history loading, keyboard controls, and mobile support.

★ 1GitHub stars
0Forks
2026-08-17Last updated
JavaScriptLanguage
MITLicense

Project overview

源码在 src/,lib/ 是生成产物。修改后先运行 npm run bundle,不要直接编辑 lib/client.js。npm run check 检查版本元数据、生成 bundle 的语法和核心测试;npm run test:ui 在模拟 Harness 页面中运行 Playwright 交互测试。

UI 冒烟测试需要本地 Harness 正在运行并有非空会话: English DeepSeek Harness Timeline Navigator

The package declares the required dsh.bundle.patch manifest and includes the built lib/ artifact, so end users do not need to clone the repository or run npm:

Install command

dsh plugin --profile web add github:7A7K/DSH-Timeline-Navigator
View GitHub repository ↗Back to popular plugin directory