7A7K/DSH-Timeline-Navigator0

@deepseek-ai/dsh-client-ui-timeline-navigator

A discoverable, accessible conversation timeline for DeepSeek Harness with bookmarks, history loading, and mobile support.

包名
@deepseek-ai/dsh-client-ui-timeline-navigator
版本
0.3.4
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:7A7K/DSH-Timeline-Navigator

方式二:使用备用 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'