DeepSeek Harness plugin

web-directory-picker

把 DeepSeek Harness Web 界面「添加工作区」的目录选择固定为官方应用内浏览对话框(禁用 directory-picker-auto 在本机的 native 解析,组合官方 browse 组合对)。

Jump to install

Source facts

Repository
daemtri/web-directory-picker
Latest update
Aug 19, 2026
Category
UI Enhancements
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/daemtri/web-directory-picker
Plugin: web-directory-picker
Author: daemtri

Check the source files

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

File explorer4 files
README.en.mdSource · read only
README language

中文 | English

web-directory-picker

A DeepSeek Harness composition bundle plugin: pins the web GUI's "Add workspace" directory picking to the official in-app browsing dialog (the "Select Workspace Directory" dialog from dsh-client-ui-directory-picker-browse), replacing the host's native OS directory chooser that the boot-time auto-resolution picks on machines with a display session.

The package ships no runtime code — it declares a dsh.bundle.patch that pins the official browse pair (host backend + browser surface, both already installed with the harness):

- id: directory-picker            # disable the boot-time auto choice (resolves to native)
  disabled: true

- insert:                         # pin the official browse pair
    - id: directory-picker-browse
      name: '@deepseek-ai/dsh-host-directory-picker-browse'
    - id: ui-directory-picker-browse
      name: '@deepseek-ai/dsh-client-ui-directory-picker-browse'

Install / Uninstall

# Install from GitHub (recommended)
dsh plugin --profile web add github:daemtri/web-directory-picker

# Or install from a local checkout
dsh plugin --profile web add /path/to/web-directory-picker

# Uninstall (restores the boot-time auto behavior)
dsh plugin --profile web remove web-directory-picker

dsh plugin add runs pnpm add in the profile workspace and, because this package declares dsh.bundle.patch, automatically registers web-directory-picker in the profile's dsh.profile.bundles layer stack. Restart DSH after installing or uninstalling.

What you get

After the restart, Add workspace… in the left sidebar and the workspace picker on the new-session screen open the harness's built-in web directory-browsing dialog — maintained by the product team, with localization, breadcrumb navigation, new-folder support and complete error states — instead of a node-launched native OS directory chooser.