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.

Conversation Outline — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-conversation-outline

Conversation Outline

DSH conversation navigation bar: Displays a floating navigation bar for user questions in the current conversation on the right side of the message interface, with hover previews, click-to-jump navigation, scroll highlighting, and Chinese-English switching with the DSH locale

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

npx -y @deepseek-ai/dsh plugin --profile web add github:SuperPaiGu/dsh-conversation-outline#80bcb731218c47fc7d2fd7e7026fd10df4dba2d8
READMECompatibilityVersions
收起状态展开状态

Compatibility and provenance

Conversation Outline is published as dsh-conversation-outline and currently resolves to version 0.2.16. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/12/2026

Versions

0.2.16stable
9/12/2026

Related plugins

Loading related plugins…

Latest
0.2.16
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/12/2026
View source ↗
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.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-conversation-outline

给 DeepSeek Harness(DSH)加一个 对话导航条:在消息界面右侧悬浮显示本次会话的用户提问时间轴。收起时只显示一列短横线,hover 后向左展开半透明面板,显示每条提问的标题,点击即可跳转到对应消息,滚动对话时还会自动高亮当前阅读位置。

预览

展开状态

收起状态

收起状态

展开状态

功能

  • 右侧 34×300 垂直悬浮 rail,上下居中
  • 收起只显示短横线,不占空间
  • hover / focus 向左展开圆角玻璃面板,左侧标题、右侧横线在同一框内
  • 点击标题或横线平滑滚动到对应消息
  • 滚动时按 40% 阅读线自动高亮当前提问
  • 自动加载更早历史(loadOlder)后跳转
  • 支持键盘操作与无障碍
  • 适配 DSH 深色模式
  • 少于 2 条用户提问时自动隐藏

怎么安装(手动安装)

你需要先有

  • 电脑上已经能用的 DSH(终端里 dsh 命令能跑)

两步装好

第 1 步:到本仓库的 Release 页面下载 dsh-conversation-outline-0.2.16.tgz,然后在终端执行:

dsh plugin --profile web add ./dsh-conversation-outline-0.2.16.tgz

第 2 步:重启 DSH Web 服务(先停止当前的 dsh web,再重新启动)。

安装后,在 设置 → 插件 → 插件列表 中会显示为 conversation-outline。导航条会出现在对话右侧。

从 GitHub 直接安装(不下载文件)

dsh plugin --profile web add github:SuperPaiGu/dsh-conversation-outline

装完同样需要重启 DSH Web 服务。

卸载

dsh plugin --profile web remove dsh-conversation-outline

怎么安装(Agent 安装)

由 AI Agent 在用户机器上执行的确定性指令,按顺序执行,每步有验收条件。

0. 环境检测

dsh --version    # 命令不存在则提示用户先安装 DSH

1. 安装插件(首选 GitHub,无需下载文件)

dsh plugin --profile web add github:SuperPaiGu/dsh-conversation-outline

验收:退出码 0,输出含 + dsh-conversation-outline。

(如需固定版本:从 Release 下载 dsh-conversation-outline-0.2.16.tgz,用 dsh plugin --profile web add ./dsh-conversation-outline-0.2.16.tgz。)

2. 重启 DSH Web 服务

停止当前 dsh web,再以用户原有方式重新启动。

验收:启动日志无报错;设置 → 插件 → 插件列表 中 conversation-outline 行为 active。

3. 验收清单

  • 第 1 步退出码 0
  • dsh --profile web --dump-config 含 conversation-outline 层
  • 重启后对话右侧出现导航条

目录结构

dsh-conversation-outline/   插件根
├── package.json            dsh.bundle + dsh.client 声明
├── cordis.patch.yml        插件层(id conversation-outline)
├── index.js                服务端入口
├── client.js               Web 客户端:导航条 UI 与交互
├── tests/                  单元测试与 E2E 测试
└── README.md

License

MIT