DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

daemtri /

daemtri/web-directory-picker

Verified

This plugin has no description yet.

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@e9220162

中文 | English

web-directory-picker

DeepSeek Harness 组合插件(bundle):把 Web 界面「添加工作区」的目录选择固定为 官方应用内浏览对话框(dsh-client-ui-directory-picker-browse 的 「选择工作区目录」对话框),替代启动时自动解析出的宿主机原生 OS 目录框。

本包不含运行时代码——它通过 dsh.bundle.patch 声明一个组合补丁, 直接组合官方 browse 组合对(宿主后端 + 浏览器表面,均为产品自带并已安装):

- id: directory-picker            # 禁用启动时自动判定(本机解析为 native)
  disabled: true

- insert:                         # 固定组合官方 browse 组合对
    - 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'

安装 / 卸载

# 安装(GitHub 形式,推荐)
dsh plugin --profile web add github:daemtri/web-directory-picker

# 也可以从本地目录安装
dsh plugin --profile web add D:\Workspace\test\deepseek-plugin\web-directory-picker

# 卸载(恢复原生的自动判定行为)
dsh plugin --profile web remove web-directory-picker

dsh plugin add 会在 profile 工作区执行 pnpm add,并因本包声明了 dsh.bundle.patch 而自动把 web-directory-picker 登记进 profile 的 dsh.profile.bundles 组合层。安装与卸载均需重启 DSH 后生效。

效果

重启后,左侧边栏「添加工作区…」与新会话页的工作区选择器将弹出产品自带的 Web 目录浏览对话框(官方维护:本地化、新建文件夹、面包屑导航、完整错误态), 不再启动 node 原生系统选择框。

—/ 5

No ratings yet

Verified DSH bundle

Commit e92201623b84

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout