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

dsh-sidebar-enhancement-search

Sidebar Enhancement Search

Codex-style file search INSIDE the built-in dsh-better-sidebar Explorer tab (filter box under the workspace folder name), plus per-file-type icons/badges in the explorer tree and editor tabs

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

npx -y @deepseek-ai/dsh plugin --profile web add github:mastereal/dsh-sidebar-enhancement-search#2b7aff4ced0c3b5130ab9e6002862dd06e0a0b16
READMECompatibilityVersions

Compatibility and provenance

Sidebar Enhancement Search is published as dsh-sidebar-enhancement-search and currently resolves to version 1.0.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/28/2026

Versions

1.0.6stable
8/28/2026
1.0.5stable
8/28/2026
1.0.4stable
8/20/2026

Related plugins

Loading related plugins…

Latest
1.0.6
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
8/28/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-sidebar-enhancement-search

在 dsh-better-sidebar 的内置资源管理器标签页里直接搜索文件(Codex 式子序列模糊匹配),并给资源管理器树和编辑器标签页加上按文件类型区分的彩色图标徽章。不需要新增任何标签页。

English: Codex-style file search inside the built-in Explorer tab of dsh-better-sidebar, plus per-file-type icons/badges in the explorer tree and editor tabs. No extra tabs.


⚠️ 免责声明(请先读)

本插件是 vibecoding(与 AI 协作、边聊边写)出来的作品,作者纯自用,没有经过大规模测试,也没有在其他人的环境里验证过。

  • 它直接操作 better-sidebar 的 DOM(CSS 类名后缀、注入样式表、MutationObserver),better-sidebar 升级后可能失效;
  • 安装与使用有风险:可能出现徽章不显示、布局异常等问题,请自行评估后再装;
  • 作者不对任何数据丢失、功能异常或使用后果负责;
  • 如果遇到问题,欢迎提 issue,但不保证修复时间。

English: This plugin was vibecoded (built collaboratively with AI). It is for personal use, not battle-tested, and touches better-sidebar's DOM directly — install at your own risk. No warranty of any kind.


功能

  • 内嵌筛选框:位于内置 Explorer 标签页「工作文件夹名」下方,输入即筛
  • Codex 式子序列匹配:字符按顺序命中即可(bxmd 能匹配到 博客.md),连续/分隔符边界命中加权,文件名命中优先于路径
  • 文件类型徽章:资源管理器树与编辑器标签页按类型显示彩色徽章(TXT/DOC/XLS/PPT/PDF/IMG/ZIP/PY/JS/CFG/SH/C/WEB);md 文件按设计保留内置 # 图标
  • 搜索结果可定位:悬停行尾的文件夹图标可「在文件夹中显示」
  • 自愈机制:徽章用 CSS 伪元素实现,React 重渲染清不掉;另有 2 秒心跳兜底,观察器失效也会自动恢复

依赖

  • DeepSeek Harness(DSH)Web GUI
  • dsh-better-sidebar ^0.14(v1.0.2+ 已适配 0.14:挂载锚点改为 editorTreeSearch,Files 窗口归一化为 editor 形态)

安装

# 从 GitHub release 安装(tarball)
dsh plugin --profile web add https://github.com/mastereal/dsh-sidebar-enhancement-search/archive/refs/tags/v1.0.6.tar.gz

装完重启 dsh web,浏览器硬刷新(Ctrl+Shift+R),并关闭所有旧 DSH 窗口/标签页(旧实例会残留旧代码,造成界面重复)。

使用

  1. 打开侧边栏的资源管理器标签页
  2. 在「工作文件夹名」下方的筛选框输入关键词
  3. 点击结果在侧边栏编辑器打开;悬停行尾文件夹图标可定位到系统文件夹
  4. 资源管理器树和编辑器标签页的文件图标会显示类型徽章(md 保持 #)

排障

控制台日志前缀 [dsh-sidebar-enhancement-search]:

  • client loaded (v1.0.6) —— 浏览器端已加载
  • tab badges: editors=N matched=M badged=K / tree badges: rows=N badged=M —— 徽章应用计数

徽章一直不显示时:关掉所有旧 DSH 窗口 → 硬刷新。仍不行请提 issue 并附上这两行日志。

工作原理(简)

宿主提供 /dsh-sidebar-enhancement-search/index(全量文件索引,忽略 .git/node_modules/.obsidian/.trash 与隐藏目录,按工作区缓存 30 秒)、/tree、/reveal 三个路由;客户端通过 CSS module 类名后缀(v1.0.2+ 用 [class*="editorTreeSearch"],隐藏 0.14 自带的纯文本搜索行后植入筛选框)定位内置 Explorer,徽章用 data 属性 + CSS 伪元素绘制,React 无法清除。v1.0.6 起 reveal 会额外把资源管理器窗口激活到前台(模拟 Alt + SetForegroundWindow)。v1.0.3 起结果列表高度用 ResizeObserver 跟随树面板。

许可

MIT © 2026 mastereal


Vibecoded with DeepSeek Harness · 纯自用作品,谨慎安装