DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Chat Timeline Plus — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-chat-timeline-plus

Chat Timeline Plus

DeepSeek official website-style message timeline (enhanced fork): hover Q&A previews, pin the panel to keep it visible, mark highlights, and navigate smoothly. fork of dsh-chat-timeline.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-chat-timeline-plus@0.3.2
READMECompatibilityVersions

Compatibility and provenance

Chat Timeline Plus is published as dsh-chat-timeline-plus and currently resolves to version 0.3.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/22/2026

Versions

0.3.2stable
8/25/2026
0.3.1stable
8/25/2026
0.3.0stable
8/25/2026
Show 2 more versionsCollapse versions
0.2.1stable
8/25/2026
0.2.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.3.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
851.4 kB
Files
11
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
36
Last push
8/25/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and r

README

dsh-chat-timeline-plus

English | 简体中文

DeepSeek Harness(DSH)消息时间线:右侧常驻导航轨 + 悬停展开面板,悬停即预览问答,一键钉住常驻。

非 DeepSeek 官方出品。部分功能继承自 dsh-chat-timeline。

功能

悬停问答预览

鼠标在时间线条目上停留约 0.35 秒,左侧浮出预览卡,同时显示该轮的问题与回答摘要——不用跳转就能定位是哪一轮对话:

  • 顶部:该轮的完整时间戳(如 2026-08-25 14:32)
  • 上半区:问题全文(固定宽卡片,自动截断)
  • 下半区:该轮回答的文本摘要(跳过思考与工具调用)
  • 浅色/深色主题适配,移开自动消失

面板钉住

展开面板左上角的图钉:点击钉住后面板常驻展开,鼠标移开不收起;再点取消。按会话记忆,切回自动恢复。

重点书签

★ 加星标记重点问答,折叠态显示金色指示线,「只看标记 (n)」一键筛选。

按天分组

面板中跨天的消息自动插入日期分隔行(今天 / 昨天 / YYYY-MM-DD),长会话一眼看清时间脉络。

其它

  • 点击条目平滑跳转到对应消息(按需加载历史,防抖不抖动)
  • 与回退/撤回联动,失效消息自动剔除
  • 避让右侧工作台;窄屏(≤767px)自动隐藏
  • 浅色/深色主题、ARIA 无障碍、键盘导航

安装

方式一:dsh 命令(推荐)

# 当前 profile(通常是 web)
dsh plugin add dsh-chat-timeline-plus

# 或明确指定 profile
dsh plugin --profile web add dsh-chat-timeline-plus

该命令会自动:npm 拉包 → 写入 profile 依赖 → 注册 bundle(cordis.patch.yml)→ pnpm install。

方式二:npm 直接安装到 profile

适合不通过 dsh CLI 管理插件的用户:

cd ~/.dsh/profiles/web
npm install dsh-chat-timeline-plus   # 或 pnpm add

然后编辑该目录的 package.json,在 dsh.profile.bundles 数组中加入:

{
  "dsh": {
    "profile": {
      "bundles": [ /* …, */ "dsh-chat-timeline-plus" ]
    }
  }
}

方式三:源码 / 本地路径安装

git clone https://github.com/NIU-001-LIU/dsh-chat-timeline-plus.git
cd dsh-chat-timeline-plus
  • Windows:双击 install.bat(自动复制到 profile 并注册)
  • 手动:把整个目录复制到 ~/.dsh/profiles/web/plugins/dsh-chat-timeline-plus/,依赖写 "file:plugins/dsh-chat-timeline-plus",再按方式二加入 bundles 数组

Desktop 用户:profile 目录在 ~/.dsh/profiles/desktop,步骤相同。

生效与验证

  1. 重启 dsh(web 或 Desktop)
  2. 打开任意会话,右侧应出现时间线导航轨
  3. 悬停条目约 0.35 秒出现问答预览卡;展开面板左上角有图钉

验证加载(可选):浏览器访问 dsh 服务首页,页面源码 __DSH_BOOT__ 清单里应含 dsh-chat-timeline-plus。

卸载

dsh plugin remove dsh-chat-timeline-plus

或手动:从 bundles 数组移除条目 → 删依赖 → pnpm install → 重启。

常见问题

  • 装了没出现:确认 bundles 数组拼写、重启了 dsh;查 plugin-management/state.json 的 disabledBundles(崩溃插件会被自动禁用,清空后重启)
  • 本机改了源码不生效:profile 的 node_modules 是复制不是链接,改动后需重新复制 lib/ 并重启

License

MIT,见 LICENSE。