7A7K/DSH-Timeline-Navigator ↗★ 0
@deepseek-ai/dsh-client-ui-timeline-navigator
A discoverable, accessible conversation timeline for DeepSeek Harness with bookmarks, history loading, and mobile support.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:7A7K/DSH-Timeline-Navigator说明文档
阅读完整 README ↗方式二:使用备用 PowerShell 安装脚本
.\install.ps1 `
-Source 'https://github.com/7A7K/DSH-Timeline-Navigator' `
-Version latest
-Version latest 会读取 GitHub 最新 Release;分支名(如 main)和版本 tag 都支持。
安装器会把插件复制到 DSH 的插件目录,创建 Web profile 所需的 junction 和 patch 配置。
如果 DSH 不在默认目录 %USERPROFILE%\.dsh,请显式指定:
.\install.ps1 -DshHome 'D:\path\to\.dsh'