Hanihahaha/dsh-open-workspace-folder0

dsh-open-workspace-folder

在 DeepSeek Harness 工作区菜单中添加“在文件资源管理器中显示”操作的插件。

AI 分析

核心用途是在 DSH Web 界面中一键打开当前工作区所在的本地系统文件夹。适合需要频繁在浏览器和本地文件管理器之间切换的开发者,依赖宿主系统的默认文件管理器。

包名
dsh-open-workspace-folder
版本
0.1.0
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hanihahaha/dsh-open-workspace-folder

dsh-open-workspace-folder

中文

Adds 在文件资源管理器中显示 to every workspace overflow menu in DeepSeek Harness Web. Selecting it invokes the Harness workspaces.openPath() API, which opens the workspace directory in the host operating system's default file manager.

Install

dsh plugin --profile web add ".\packages\dsh-open-workspace-folder"

Refresh the existing DSH Web page after installation. The package is linked from the current workspace into the selected profile, so the configuration persists across dsh web restarts.

Implementation Note

The current ui-workspace package does not expose a slot for workspace overflow-menu entries. The client adapter observes only the two-item workspace menu, clones its native Rename row styling, and resolves the target path from the stable workspace row order and the live workspace snapshot. It does not resolve a workspace from its display title, so duplicate titles remain safe.