sol87/dsh-workspace-reveal

sol87★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

DSH plugin: 'reveal in file manager' row for the Workspace context menu (Windows/WSL Explorer, macOS Finder)

README 摘要

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.fileManager — Show 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): pnpm ≥10 refuses to…

在 GitHub 查看完整 README →
工具/开发dsh-pluginsidebar

分类