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.

Message Outline — DSH Plugin for DeepSeek Harness
← Plugins
M

dsh-message-outline

Message Outline

DSH web frontend plugin: current session message outline (left-edge bars)—a column of thin bars for my messages, expanding into a complete outline on hover and instantly locating the conversation message on click. Pure frontend, zero 3081 dependency, driven by sessions snapshot subscriptions with no

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

npx -y @deepseek-ai/dsh plugin --profile web add github:chongfengdy-dev/dsh-message-outline#0c4780d1a4fe6117090985bd02740c95a5cb4ef4
READMECompatibilityVersions

Description

DSH web frontend plugin: current session message outline (left-edge bars)—a column of thin bars for my messages, expanding into a complete outline on hover and instantly locating the conversation message on click. Pure frontend, zero 3081 dependency, driven by sessions snapshot subscriptions with no polling.

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

0.1.1stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 3
Weekly downloads
0
Last push
9/10/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。

README

dsh-message-outline

DSH web 前端插件:当前会话消息大纲(左缘横杠)——你发的消息在对话区左缘显示成一列细横杠,hover 展开完整大纲(行号+文本),点击瞬间定位到对话里那条消息。

纯前端实现:零外部服务依赖(不需要 3081/终端服务),sessions 快照订阅驱动、零轮询。

功能

  • 左缘一列细横杠 = 我的消息(最近 10 条,最新在下),收起态无滚动条
  • hover 同一元素展开完整大纲(横杠+行号+文本同一行,展开/收起位置严格对齐)
  • 点击行 → 横杠+文字变蓝并瞬间定位到对话中该消息(黄色闪烁 1.6s)
  • 收起态蓝条 = 当前视口所在消息(对话滚动时跟随,事件驱动节流)
  • 深色/浅色主题跟随 dsh web(--dsw-alias-* 变量)

安装

# 在 dsh 安装好之后(npm i -g @deepseek-ai/dsh)
dsh plugin --profile web add dsh-message-outline
sudo systemctl restart dsh-web   # 或重启 dsh web 进程

刷新浏览器页面即生效(左缘出现消息横杠)。

说明

  • 数据源:当前会话的 sessions 快照(chat.order/chat.nodes + 官方 data-chat-anchor-key 锚点定位),全部历史可跳转(loadOlder 懒加载)
  • 从 dsh-term-panels 拆出独立发布(大纲功能,不含终端面板/Token HUD——那些需要 3081 服务,见 dsh-term-panels)

License

MIT