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.

Sidebar Hover — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-sidebar-hover

Sidebar Hover

Automatically expand the left sidebar of the DSH web version on mouse hover and collapse it when the mouse leaves. Only triggers the official collapse effect; does not create its own state.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:qq-24/dsh-sidebar-hover#d7c2d8e1a9f2eb4e16a297b1c7d5727e535da156
READMECompatibilityVersions

Compatibility and provenance

Sidebar Hover is published as dsh-sidebar-hover and currently resolves to version 1.2.0. 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/7/2026

Versions

1.2.0stable
9/7/2026

Related plugins

Loading related plugins…

Latest
1.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/7/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.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDafeiyudsh-dafeiyuA desktop-native BigFish companion driven by DeepSeek Harness session events.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)

README

dsh-sidebar-hover

鼠标悬停自动展开 / 离开自动收起 DeepSeek Harness 网页版左侧边栏,给懒得点折叠按钮的人。

  • 鼠标进入收起态的整条侧栏(不限上下),停留一小会 → 自动展开
  • 鼠标离开侧栏 → 自动收回
  • 你手点过折叠按钮 → 20 秒内不自动跟你抢
  • 窄屏(<768px,官方抽屉模式)自动禁用,无任何常驻 UI

只触发 DSH 自带的折叠效果(和你手点左上角折叠按钮完全一样),不自创状态、不读会话、不碰凭据、无网络请求。

安装

dsh plugin --profile web add github:qq-24/dsh-sidebar-hover

装完重启 dsh web,再硬刷新一次浏览器(Ctrl+Shift+R)即可。

行为参数(写死在 client.js 头部 CFG,改完硬刷新生效)

参数默认说明
enterDelayMs150在收起栏停留多久后展开(防划过误触)
leaveDelayMs300离开侧栏多久后收起
edgeBufferPx24侧栏右侧缓冲带,范围内不算离开
cooldownMs600每次触发后的冷却期(覆盖折叠动画)
manualHoldMs20000手动点折叠按钮后暂停自动逻辑
breakpointPx768窄于此宽度禁用

收起栏的宽度是每次实测的(不是写死的 56px),主题/缩放/官方改版都不怕。 离开判定的右边界同样每轮现量(手动拖拽改过侧栏宽也不会陈旧)。

兼容性

  • DSH 0.1.0-rc.6 实测可用;原理只依赖官方折叠按钮的 aria-label(收起/打开侧边栏,中英双语)与 ctx.layout.toggleSidebar(),任一可用即工作
  • 与整体替换左栏的插件(如 Codex 风格侧栏)同用时,以按钮兜底分支工作,未逐个验证

卸载

dsh plugin --profile web remove dsh-sidebar-hover

License

MIT