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 Map — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-conversation-map

Conversation Map

Conversation Code Map: A draggable conversation minimap on the right side of the chat area, with block and thumbnail modes, hover previews, click-to-jump navigation, and drag-to-scroll

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

npx -y @deepseek-ai/dsh plugin --profile web add github:afoxsss/dsh-conversation-map#c6702ed4755f5989bfd677a2933b8d0266fe8eaf
READMECompatibilityVersions
缩略图模式色块模式

Compatibility and provenance

Conversation Map is published as dsh-conversation-map and currently resolves to version 0.1.8. 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/20/2026

Versions

0.1.8stable
9/13/2026
0.1.6stable
8/25/2026
0.1.4stable
8/24/2026
Show 3 more versionsCollapse versions
0.1.2stable
8/24/2026
0.1.1stable
8/24/2026
0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.8
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
351
Last push
9/13/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 pluginsRemote 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 rClient 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.

README

🗺️ dsh-conversation-map

English · 中文

会话代码地图(Conversation Minimap)—— DeepSeek Harness (dsh) Web 客户端插件。

当前版本:0.1.8

在对话区右侧渲染一条可拖动的会话代码地图,像编辑器的 minimap 一样预览整段会话并快速滚动:

✨ 功能特性

  • 🎨 双模式:宽度 < 50px 为色块模式(按消息类型着色:🔵 用户 / ⚪ 助手 / 🟡 工具调用 / 🟢 命令 / 🔴 错误,悬停弹出内容预览);宽度 ≥ 50px 自动切换为缩略图模式(整段会话按比例缩微显示,能看到消息、代码块、卡片的真实结构)。
  • ↔️ 拖动调宽:按住地图左侧把手左右拖动(10–320px),右缘固定,拖动时显示实时宽度徽标。
  • ⚡ 快速滚动:点击任意位置跳转(点哪里,该处内容就滚到屏幕顶部),按住拖动连续滚动;地图上常显当前会话内容框(标出屏幕上正在显示的那一段内容)——色块模式按比例显示;缩略图模式下框里就是屏幕所见,可直接按住这个框上下拖动:框 1:1 跟手,会话与缩略图同步滚动,会话到顶/到底时框正好贴住轨道两端。
  • 🔍 悬停放大预览:缩略图模式下悬停地图任意位置,光标左侧实时弹出放大预览窗口,整行完整展示,跟随鼠标移动实时刷新。
  • 📌 收起/展开:悬停地图顶部点击 » 收起为 4px 细条;收起后细条顶部常显 « 标签,点击标签或细条展开。
  • 🔄 实时同步:消息流式输出、工具调用、切换会话时自动刷新;开合侧栏/详情面板、窗口缩放自动跟随。
  • 📐 高度自适应:地图高度随会话内容实时伸缩——缩略图缩放恒由宽度决定(地图宽 / 内容宽,上限 1:1),与会话长度无关,因此超长会话也不会被压成细线、始终清晰可辨;高度随内容连续增长至封顶可用高度,内容超过轨道后缩微图随滚动垂直平移(minimap 语义:轨道里是围绕可见段滑动的一扇内容窗口),屏幕正在显示的那一段在任何滚动位置都由内容框如实标出并落在轨道内。

📸 截图

缩略图模式(加宽后,整段会话按比例缩微显示):

缩略图模式

色块模式(窄条,按消息类型着色,悬停预览):

色块模式

🚀 安装

安装最新版(默认):

dsh plugin --profile web add dsh-conversation-map

安装指定版本(dsh plugin add 直接透传 pnpm 参数,支持任意 npm 版本写法):

# 固定某个版本
dsh plugin --profile web add dsh-conversation-map@0.1.8

# 升级到最新版
dsh plugin --profile web update dsh-conversation-map@latest

验证层已挂载,然后启动:

dsh --profile web --dump-config   # 应出现 "# == dsh-conversation-map" 层
dsh --profile web

🗑️ 卸载:dsh plugin --profile web remove dsh-conversation-map

🧩 兼容性说明

  • 🧭 DOM 契约:DeepSeek Harness 处于 developer preview,接口会破坏性变更;本插件当前基于 dsh 0.1.x 的 Web 会话 DOM 契约实现:
    • [data-conversation-scroll] 会话滚动容器(注意:切换会话时框架会重建会话列,该容器每次都是新节点,插件通过稳定祖先观察 + 每次计算重解析自动跟随)
    • [data-chat-anchor-key] / [data-chat-flow-kind] 会话节点行
    • [data-composer-seat] 底部输入区
  • 🧲 地图常驻:切换会话无需刷新,色块/缩略图内容自动同步当前会话;新会话加载期间显示空轨道。
  • 💾 状态持久化:宽度与收起状态持久化于浏览器 localStorage(键 dsh-conversation-map:width / dsh-conversation-map:collapsed),切换会话与刷新页面均保持。
  • 🔒 纯客户端:Host 半身是空实现,浏览器半身通过 shell.overlay 槽位挂载,仅使用平台模块 react 与 slots 服务,无网络请求、无遥测(除上述 localStorage 本地状态外无其他持久化)。

🛠️ 开发

pnpm install
pnpm run build    # tsdown → lib/client.js(__ModuleLoader__ 工厂包壳)

构建产物契约:CJS + window.__ModuleLoader__.load({ id, factory }) 包装;react 等平台模块保持外部引用,其余依赖全部内联(本插件除 react 外无其他依赖)。

⚙️ 自定义

  • 缩略图阈值:src/client/index.ts 中的 THUMB_MIN_WIDTH(默认 50)
  • 缩略图缩放倍率:thumbScaleFor() 恒定返回「地图宽 / 内容宽」(上限 1),与会话长度无关;超长会话在轨道内随滚动纵向平移,平移由内容框位置反推(src/client/geometry.ts),保证框内所见即屏幕所见
  • 宽度范围:WIDTH_MIN / WIDTH_MAX(默认 10 / 320)
  • 缩略图刷新节流:THUMB_CLONE_INTERVAL(默认 200ms)
  • 放大镜参数:LOUPE_W / LOUPE_H(默认 854 / 200,整行按面板宽度等比展示)、LOUPE_SCALE(放大上限,默认 1 = 真实比例)

📄 License

MIT


🧰 推荐插件仓库:dsh-market

Made with ❤️ for DeepSeek Harness · GitHub · npm