DeepSeek Harness plugin

dsh-workspace-actions

Workspace file manager in the sidebar: browse and create files and folders, register a directory as a sub-workspace, open in the system file manager, copy absolute paths.

Jump to install

Source facts

Repository
ZJS248/dsh-workspace-actions
Latest update
Aug 15, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
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/ZJS248/dsh-workspace-actions
Plugin: dsh-workspace-actions
Author: ZJS248

Check the source files

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

File explorer2 files
README.mdSource · read only

dsh-workspace-actions

DeepSeek Harness(DSH)Web UI 的工作区文件操作插件:在侧栏底部加一个「🗂 工作区」按钮,点开浮层即可对工作区目录做日常文件管理。

功能

  • 📂 在资源管理器中打开:当前目录或单个文件,用系统默认方式打开
  • 新建文件 / 新建文件夹:相对当前目录创建
  • 🗂 新建子工作区:调系统目录选择器,把选中的目录注册为工作区
  • 📄 文件列表:点文件夹进入、上一级返回,展示文件大小
  • 📋 复制路径:把文件绝对路径写入剪贴板
  • 🗑 删除:删除文件/文件夹(带确认框)

安装

dsh plugin --profile web add <本仓库路径或 git 地址>

装完重启 dsh web 并刷新浏览器,侧栏底部出现「🗂 工作区」按钮。

实现

  • 宿主侧(lib/index.js):通过 webServer 注册 HTTP 路由,用 Node 内置 fs 完成新建/删除/复制/移动/列目录/打开资源管理器;请求需携带自定义头 X-DSH-Workspace-Actions: 1 作 CSRF 防护。
  • 浏览器侧(lib/client.js):shell.overlay 浮层 + sidebar.footer.action 按钮;目录浏览、打开资源管理器、目录选择器、注册工作区等复用 DSH 自带的 ctx.workspaces 服务。

安全提示

本插件以 DSH 进程的权限执行文件操作,能读写任意被请求的路径。安装第三方插件前请先审阅源码。

License

MIT