DeepSeek Harness plugin

dsh-workspace-reveal

DSH plugin: adds a platform-labelled 'reveal in file manager' row to the Workspace context menu (Windows/WSL Explorer, macOS Finder)

Jump to install

Source facts

Repository
sol87/dsh-workspace-reveal
Latest update
Aug 17, 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/sol87/dsh-workspace-reveal
Plugin: dsh-workspace-reveal
Author: sol87

Check the source files

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

File explorer3 files
README.mdSource · read only
README language

dsh-workspace-reveal

English | 中文

A DeepSeek Harness client plugin that adds a platform-labelled "reveal in file manager" row to the Workspace context menu (the menu on a Workspace row in the left sidebar). Selecting it opens the Workspace directory in the Host's native file manager:

  • Windows → File Explorer
  • WSL → File Explorer (the Host translates the path with wslpath before handing it to the Windows desktop)
  • macOS → Finder
  • desktop Linux → the desktop file manager

The row label follows host.describe.fileManagerShow in File Explorer (Windows/WSL), Show in Finder (macOS), or Open in File Manager (desktop Linux) — and the row is hidden when the Host reports no usable file manager (headless Linux).

Prerequisites

This plugin depends on two upstream DSH capabilities. They must be present in the DSH build you install this into:

  • The sidebar.workspaces.workspaceMenu slot (declared by @deepseek-ai/dsh-client-ui-workspace).
  • The fileManager field in host.describe (@deepseek-ai/dsh-host-apiproxy).

Until those are merged upstream, this plugin only works on a DSH that carries those changes.

Install

From a git host (builds from source via the prepare script):

dsh plugin --profile web add github:you/dsh-workspace-reveal

pnpm ≥10 refuses to run a git dependency's prepare script until allowed; on the first failure, copy the package key pnpm printed into the profile's pnpm-workspace.yaml:

allowBuilds:
  dsh-workspace-reveal: true

then re-run the add. Pin a commit (#<sha>) so later pushes cannot change what runs at install time.

Development

pnpm install
pnpm build      # emits lib/index.js, lib/invariant.js, lib/client.js

Model Experience

None. The reveal row is a browser-surface action; nothing here enters a model request.

KV Cache Effect

None; the package neither assembles nor sends provider requests.

Known Limitations and Deferred Work

  • No reveal-selection semantics: the row opens the directory itself rather than selecting it inside its parent. A dedicated /select (Explorer) or open -R (Finder) reveal intent is deferred until a consumer asks for it.

License

MIT