dsh-milestone: DeepSeek Harness Session Milestone Navigation Bar
dsh-milestone is a DSH client plugin maintained by SnowCrescenter-tech, featuring a Git-style dot timeline on the right side of the session view. Each question corresponds to a dot, with hover interactions revealing metadata such as time, turn count, duration, and TTFT. Clicking allows navigation to any message. It supports full question lists, on-site and cross-session search, bookmark deep linking, and keyboard navigation. The installation command is `dsh plugin --profile demo add dsh-milestone`, requiring Node.js >= 24 and compatible with DSH 0.1.1-rc.2.
Read MoreAdd Git-style milestone navigation bar to DeepSeek Harness sessions with dsh-milestone
`dsh-milestone` is a DeepSeek Harness Web plugin maintained by SnowCrescenter-tech. It draws a Git-style dot timeline on the right side of the conversation: each dot represents one query, and you can hover to view details such as the round, time consumption, TTFT, model and tokens, and click to jump. It supports search, bookmarks, keyboard navigation and `#msg=` deep links. The directory installation command is `dsh plugin add github:SnowCrescenter-tech/dsh-milestone`. The current version is 0.6.0, under MIT license. The plugin runs with the permissions of the current dsh process, and the search scope is limited to the loaded message windows.
Read More