DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Session Navigator — DeepSeek Harness 插件(DSH Plugin)
← Plugins
S

@dsh-plugin/dsh-session-navigator

Session Navigator

DeepSeek Harness Web UI 的会话导航 Minimap 与大纲(Google AI Studio 风格的侧边导航)· DSH 会话导航插件:仿 Google AI Studio 侧边 Minimap、问题刻度与悬浮预览

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:wuxiangru915/dsh-session-navigator#d3710670fa97c2e957ccbf7957408b8e8ce8eeff
README兼容性版本

兼容性与来源证明

Session Navigator 以 @dsh-plugin/dsh-session-navigator 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/21

版本

0.1.0stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/21
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Dream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每款皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。在原生 DSH Web 和第三方桌面客户端(DSH Desktop)中运行:8 款原创高端主题、玻璃材质、壁纸 2.0Dafeiyudsh-dafeiyu由 DeepSeek Harness 会话事件驱动的原生桌面端 BigFish companion。

README

dsh-session-navigator

Session navigator and turn minimap for DeepSeek Harness.

中文 · MIT License

dsh-session-navigator brings a sleek, full-height turn minimap and navigation rail to the Harness Web UI: inspect every user turn proportionally along the conversation stream, hover to view message previews with quick action buttons (copy, export markdown, jump between turns), drag the unified scroll thumb, and smoothly navigate long conversations — with zero modification to official packages.

What it solves

In multi-turn, long agent conversations (dozens of rounds of prompt-response pairs and tool executions), scrolling through massive outputs to locate a specific turn or prompt is tedious. Official DSH lacks a conversation minimap or quick turn outline. This plugin provides a non-intrusive full-height rail along the right edge of the chat stream:

long conversation stream (50+ turns of code / tool outputs)
  -> full-height navigation rail on the right edge
  -> hover any turn marker: floating preview card with turn #, prompt snippet, and Q&A status
  -> quick actions on card: export turn to Markdown, one-click copy, previous/next turn stepper
  -> click marker or card: smoothly scrolls to the target message with highlight pulse
  -> unified draggable scroll thumb replaces redundant native scrollbars

Features

  • Full-height minimal rail: A clean 1px vertical axis anchored seamlessly to the conversation scrollport without bulky capsules, completely blending into the UI.
  • Proportional turn markers: Automatically maps each user turn to its real physical height offset in the scroll container.
  • Active turn indicator: Visual vertical pill highlighting the currently viewed turn with smooth scroll tracking (ScrollSpy).
  • Unified draggable scroll thumb: Smooth draggable viewport scrollbar that cleanly hides duplicate native browser scrollbars.
  • Floating preview card:
    • Turn number badge (e.g. #2 Prompt / Q&A).
    • Export Markdown: Download the turn's prompt and response as a standalone .md file.
    • One-click Copy: Copy full turn text with instant green checkmark confirmation.
    • Turn Stepper: Previous (▲) and Next (▼) buttons to step through conversation rounds.
    • 3-line truncated prompt snippet with bold numbering.
  • Smooth jump & pulse: Clicking any marker or card scrolls smoothly to the target bubble with a focus glow wave animation.
  • Zero core modification: Pure bundle plugin (dsh.bundle patch layer); mounts via official shell.overlay slot without patching or modifying core packages.

Installation

# one line, from a git source
dsh plugin --profile web add github:wuxiangru915/dsh-session-navigator

# restart the web server, then hard-refresh the page

Local development:

dsh plugin --profile web add /path/to/dsh-session-navigator

The repository ships plain-JS lib/ artifacts with no build step, so git-source installs work without any build tooling on the user's machine.

Usage

Web UI

Session navigator

Open any conversation in DSH Web:

  • Navigation Rail: On the right edge of the conversation, turn markers appear proportionally along the vertical rail.
  • Hover Preview: Hovering over any marker displays the floating preview card with turn summary and action buttons.
  • Click to Jump: Click any marker or preview card to jump directly to that turn.
  • Turn Actions: Use the card's header buttons to export markdown, copy content, or step between turns.
  • Drag to Scroll: Drag the viewport thumb along the rail to scroll the conversation.

Architecture

lib/
├── index.js   Host half: empty cordis plugin entry
└── client.js  Browser half: __ModuleLoader__ bundle registering shell.overlay slot
cordis.patch.yml   dsh.bundle patch layer — one insert row drives both halves
assets/
└── session-navigator.png   Preview screenshot
browser (shell.overlay slot)
  -> scans [data-conversation-scroll] and [data-chat-anchor-key]
  -> computes proportional turn markers & scroll spy
  -> renders full-height rail + preview card + smooth scroll controller

Roadmap

  • Full-height minimal navigation rail
  • Proportional turn markers & active pill indicator
  • Floating preview card (export MD, copy text, prev/next stepper)
  • Single unified draggable scroll thumb
  • Smooth scroll with highlight pulse animation
  • Filter markers by search keywords
  • npm release (@dsh-plugin/dsh-session-navigator)

Requirements

  • DeepSeek Harness >= 0.1.0-rc.5 (Cordis 4.x)
  • Node.js >= 22

License

MIT