feat(workspace): add "Open in Finder" to workspace menu - #132
Open
FeiZhuNiU-INFJA wants to merge 1 commit into
Open
feat(workspace): add "Open in Finder" to workspace menu#132FeiZhuNiU-INFJA wants to merge 1 commit into
FeiZhuNiU-INFJA wants to merge 1 commit into
Conversation
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add an "Open in Finder" entry to the workspace three-dot menu so users can open a workspace folder in macOS Finder.
Changes
harness:open-in-finderIPC handler (shell.openPath) and exposewindow.dshDesktop.openInFinder(path)from the preload.@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.@deepseek-ai/dsh-client-ui-workspaceso the client-bundle change persists across reinstalls.Notes