Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions build/dsh-desktop.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,17 @@
- insert:
- id: directory-picker-electron-desktop-surface
name: '@deepseek-ai/dsh-client-ui-directory-picker-native'

# DSH Desktop owns the fixed-target dsh-market installer and its lightweight
# settings entry. After dshmarket is installed and Harness restarts, the
# community plugin replaces the placeholder with its complete market UI.
- id: dsh-desktop-market-installer
name: dsh-desktop-market-installer

# dsh-market normally offers to restart its own Node process after mutations.
# The desktop shell has the real lifecycle authority, so keep that behavior off
# whenever the optional plugin is present in the composed profile.
- id: dsh-market
config:
profile: web
allowRestart: false
32 changes: 32 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@deepseek-ai/dsh-subprocess": "0.1.0-rc.6",
"@deepseek-ai/dsh-timeout": "0.1.0-rc.6",
"@deepseek-ai/dsh-workflow": "0.1.0-rc.6",
"dsh-desktop-market-installer": "file:packages/dsh-desktop-market-installer",
"electron-updater": "^6.8.9",
"node": "24.9.0",
"qrcode": "^1.5.4"
Expand Down
Loading
Loading