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.
AI 분석
核心用于提供对话时间线导航,支持书签、历史记录加载及移动端适配。适合需要高效管理、检索和浏览DSH历史对话的用户。
설치
$
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'