Skip to content

feat(workspace): add "Open in Finder" to workspace menu - #132

Open
FeiZhuNiU-INFJA wants to merge 1 commit into
dataelement:mainfrom
FeiZhuNiU-INFJA:feat/workspace-open-in-finder
Open

feat(workspace): add "Open in Finder" to workspace menu#132
FeiZhuNiU-INFJA wants to merge 1 commit into
dataelement:mainfrom
FeiZhuNiU-INFJA:feat/workspace-open-in-finder

Conversation

@FeiZhuNiU-INFJA

Copy link
Copy Markdown

Summary

Add an "Open in Finder" entry to the workspace three-dot menu so users can open a workspace folder in macOS Finder.

Changes

  • Desktop shell: add a harness:open-in-finder IPC handler (shell.openPath) and expose window.dshDesktop.openInFinder(path) from the preload.
  • Workspace UI (@deepseek-ai/dsh-client-ui-workspace): add the "Open in Finder" menu item (zh/en translations) to the workspace row actions; the item only renders when the DSH Desktop bridge is available, so it stays hidden in a plain browser.
  • Add a patch-package patch for @deepseek-ai/dsh-client-ui-workspace so the client-bundle change persists across reinstalls.

Notes

  • Requires a full restart of DSH Desktop for the main-process IPC handler and preload bridge to load.

Add an "Open in Finder" entry to the workspace three-dot menu so users can
open a workspace folder in macOS Finder. The native reveal is backed by a new
`harness:open-in-finder` IPC handler (shell.openPath) exposed on the
`window.dshDesktop` bridge, and the workspace UI only shows the item when that
bridge is available (i.e. inside DSH Desktop, not in a plain browser).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant