DeepSeek Harness plugin

dsh-timeline

DSH productivity plugin: timeline navigation, prompt library, conversation export, quick notes, and more.

Jump to install

Source facts

Repository
houyanchao/dsh-timeline
Latest update
Aug 18, 2026
Category
UI Enhancements
GitHub stars
0

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/houyanchao/dsh-timeline
GitHub: https://github.com/houyanchao/dsh-timeline
Plugin: dsh-timeline
Author: houyanchao
Install command: dsh plugin --profile web add dsh-timeline

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

<div align="center">

DSH Timeline

DeepSeek Harness 打造的一站式会话效率插件

时间轴导航 · 收藏文件夹 · 提示词库 · 对话导出 · 公式复制

![DSH Plugin](https://deepseek-harness.github.io/deepseek-harness/) ![License: GPL-3.0](./LICENSE) ![PRs Welcome](https://github.com/houyanchao/dsh-timeline/pulls) ![GitHub stars](https://github.com/houyanchao/dsh-timeline)

简体中文 | [English](./README.en.md)

![功能总览](./docs/intro.png)

</div>

📖 DSH Timeline 是什么?

DSH Timeline 是一款 DeepSeek Harness 功能增强插件。

和 AI 的对话一长,翻找就成了负担:想回看某个提问要一路滚动,重要结论散落在各个会话里,公式、内容也不好带走。DSH Timeline 为此而生——它在会话右侧生成一条可视化时间轴,让你在长对话中一键跳转;并配套收藏文件夹、图钉标记、闪记、提示词库、多格式导出等能力,把"找、记、整理、带走"这一整套体验补齐。

插件深度贴合宿主界面:主题实时跟随、中英文界面、每个功能都可独立开关,装上即用,不打扰原有习惯。

✨ 功能特性

  • 🧭 时间轴导航 — 会话右侧轴条按提问定位,点击直达;紧凑模式、虚拟化渲染、 / 键跳转
  • 📌 标记重点 — 长按时间轴节点打上图钉,重要提问一眼可见
  • 📋 问题列表 — 全部提问带序号列出,激活行随阅读位置联动
  • 收藏文件夹 — 整段对话、单条提问、闪记都能收进两级文件夹,拖拽整理、置顶、搜索
  • 📝 闪记 — 可拖拽缩放的快速笔记面板,随手记录灵感
  • 💬 提示词库 — 常用提示词存下来,在输入框旁一键调用
  • ⌨️ 智能输入Enter 换行、双击 Enter 发送;选中文字快速追问;发送后保持阅读位置
  • 📤 对话导出 — Markdown / TXT / JSON / CSV / PNG / PDF,数学公式照常渲染
  • 🧮 公式复制 — 点击公式复制 LaTeX 或 MathML,可直接粘贴进 Word
  • 🔔 回复提醒 — 浏览历史时回复完成,弹窗 + 可选提示音
  • 💾 数据备份 — 插件数据一键导出 / 导入(JSON)
  • 🎨 贴合宿主 — 深浅主题实时跟随,中英文界面,逐功能开关

📦 安装

从 npm 安装(推荐):

# 安装 dsh-timeline 插件
dsh plugin --profile web add dsh-timeline

# 启动 DeepSeek Harness
dsh web

升级:

dsh plugin --profile web update dsh-timeline

> [!TIP] > 遇到 command not found: dsh?说明你是通过源码方式运行 DSH、没有安装全局 CLI。此时请在 DSH 源码仓库根目录下执行上述命令,并把开头的 dsh 换成 pnpm dsh,例如 pnpm dsh plugin --profile web add dsh-timeline

⭐ 支持一下

如果 dsh-timeline 帮到了你,欢迎分享给朋友们,并在 GitHub 给个 Star,帮助更多人发现它!

📄 许可证

本项目基于 [GPL-3.0-or-later](./LICENSE) 协议开源。

这意味着你可以自由地使用、学习、修改和分发本项目,但基于本项目的衍生作品也必须以相同协议开源,并保留原始版权声明。商用前请确认符合协议要求。