DeepSeek Harness plugin

dsh-explorer

VS Code-style file explorer for the DeepSeek Harness web GUI with multi-tab preview and filename search.

Jump to install

Source facts

Repository
ZrSiO4-y/dsh-explorer
Latest update
Aug 15, 2026
Category
UI Enhancements
GitHub stars
2
Format
bundle
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/ZrSiO4-y/dsh-explorer
Plugin: dsh-explorer
Author: ZrSiO4-y

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

<p align="center"> <img src="https://img.shields.io/badge/DeepSeek%20Harness-plugin-4d6bfe?style=for-the-badge&logo=github" alt="DeepSeek Harness plugin"> <img src="https://img.shields.io/github/v/tag/ZrSiO4-y/dsh-explorer?label=version&style=for-the-badge" alt="version"> <img src="https://img.shields.io/github/license/ZrSiO4-y/dsh-explorer?style=for-the-badge" alt="license"> </p>

<h1 align="center">📁 dsh-explorer</h1>

<p align="center"> <b>DeepSeek Harness 的 VS Code 风格文件资源管理器</b><br> 侧边栏文件树 + 多标签预览面板 · 纯插件架构 · 官方包零改动 </p>

<p align="center"> <sub>一键安装,打开就能用 —— 像在 VS Code 里浏览项目一样浏览你的工作区</sub> </p>

---

✨ 特性

🗂️ 侧边栏文件树

  • 嵌入侧边栏下半区,不遮挡会话列表,拖动把手调节上下比例
  • 文件名实时搜索、按名称/大小/时间排序、隐藏项与依赖目录一键过滤
  • 完整右键菜单:预览、系统程序打开、分屏、复制路径、重命名、新建文件/文件夹、删除
  • 键盘导航(↑↓ 移动、→ 展开、← 折叠、Enter 打开、F2 重命名、Delete 删除)

🖥️ 多标签预览面板

  • 多标签多开、分屏对比(左右/上下)、换边、拖宽,状态自动记忆
  • 点击文件即预览,对话自动让出空间,绝不额外占屏

🔬 丰富预览格式

格式预览方式
代码 / 文本shiki 语法高亮 + 行号 + 文件内查找
图片适应窗口、滚轮缩放(以鼠标为中心)、拖动平移
PDF浏览器内嵌
PPT / PPTX服务器端转 PDF,100% 保真
Markdown渲染预览
CSV / Excel / Word表格 / 文档渲染
压缩包 (zip)浏览包内文件并预览内层
音视频内嵌播放器,支持进度拖动

🔍 更多

  • 文件名递归搜索整个工作区
  • 🎈 余额胶囊:右下角实时显示账户余额
  • 🆕 自动更新提示:有新版本时右下角提醒

🚀 安装

dsh plugin --profile web add github:ZrSiO4-y/dsh-explorer

装完重启 dsh --profile web,刷新页面即可。

⚙️ 配置工作区

插件只浏览你配置的目录。编辑你的 profile cordis.patch.yml(通常在 %USERPROFILE%\.dsh\profiles\web\cordis.patch.yml),加上:

- id: explorer
  config:
    roots:
      - 'D:\你的项目'
      # - 'E:\另一个目录'   # 可配置多个

> 💡 文件只在你本机预览,不会上传到任何服务器。

🆕 更新

有新版本时,界面右下角会自动提示。重新执行安装命令覆盖即可:

dsh plugin --profile web add github:ZrSiO4-y/dsh-explorer

🧱 技术栈

纯 Cordis 插件(官方 bundle 形态)· React 客户端 · 零改动官方包

<!-- 想放一张界面截图?上线后取消下面的注释即可: <p align="center"><img src="https://你的截图地址" alt="screenshot" width="720"></p> -->

📄 License

[MIT](LICENSE)