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.

Session Hover Preview — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-session-hover-preview

Session Hover Preview

Codex-style user-message navigation for the current DeepSeek Harness conversation history

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-session-hover-preview@0.1.2
READMECompatibilityVersions

Compatibility and provenance

Session Hover Preview is published as dsh-session-hover-preview and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
8/27/2026

Versions

0.1.2stable
8/27/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
20.7 kB
Files
5
Surface
web
License
Not declared
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
8/27/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 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-session-hover-preview

DeepSeek Harness Web 插件,为右侧当前会话历史增加 Codex 风格的消息导航条。

功能

  • 在右侧会话历史区域的左侧边缘、页面垂直居中位置显示消息导航条;定位和交互均不依赖左侧 Session 列表。
  • 每条横线对应一条真实用户消息,默认等长;Host 会分页读取完整 Session 历史。
  • Hover 或键盘聚焦某条横线时,该条最长,并按距离向上下两侧逐渐缩短。
  • 点击横线会滚动到对应用户消息;尚未渲染的旧消息会先通过“加载更早”补齐。
  • 切换右侧当前会话或历史更新时会取消旧请求并刷新横线。
  • Markdown 只用于生成安全纯文本标签;触屏和窄屏自动禁用。
  • 只读调用官方 ApiProxy.sessions.history,不会恢复或发布 Agent。

安装

确保本机已经安装并初始化 DeepSeek Harness,然后从 npm 官方仓库加入 Web Profile:

cd ~/.dsh
npm_config_registry=https://registry.npmjs.org/ npm exec @deepseek-ai/dsh -- plugin --profile web add dsh-session-hover-preview@latest

如果 dsh web 正在运行,请重启它以加载 Host 路由;随后刷新 http://127.0.0.1:3080。

更新

cd ~/.dsh
npm_config_registry=https://registry.npmjs.org/ npm exec @deepseek-ai/dsh -- plugin --profile web add dsh-session-hover-preview@latest

更新后同样需要重启 dsh web。