Current-session message outline rail for the DSH web UI — your messages show as slim bars on the left edge; hover to expand the full outline (line number + text), click to jump instantly to that message. Pure frontend, zero external service dependencies, sessions-snapshot driven with zero polling.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-message-outline
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:chongfengdy-dev/dsh-message-outline
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.
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
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 5206
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
omdsh-dev/DSH-better-sidebar★ 2486
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
ccch1mneyyy/dsh-TUI★ 2195
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/dsh-at-file★ 440
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
omdsh-dev/dsh-genui★ 272
Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.
huiliyi37/dsh-tianshu-tui★ 223
A terminal UI (TUI) for DeepSeek Harness.