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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
DSH Desktop packages the local DeepSeek Harness web experience as a desktop application. It launches a local Harness instance automatically, manages a random loopback port, persists profiles, plugins, and sessions, and opens the full interface as soon as Harness is ready. Project workspaces are added and managed entirely in the Harness interface.

> [!IMPORTANT]
> DSH Desktop is currently an early preview and depends on the rapidly evolving `@deepseek-ai/dsh@0.1.0-rc.8`. macOS releases are code-signed and notarized by Apple; current installers are distributed through the official website.
> DSH Desktop is currently an early preview and depends on the rapidly evolving `@deepseek-ai/dsh@0.1.1-rc.1`. macOS releases are code-signed and notarized by Apple; current installers are distributed through the official website.

## Download

Expand Down Expand Up @@ -155,7 +155,7 @@ build/ Application icon assets

## Upstream version and patches

The project currently pins `@deepseek-ai/dsh@0.1.0-rc.8`. The initial provider list and desktop preset-transfer surface are captured with [`patch-package`](https://github.com/ds300/patch-package) under [`patches/`](patches/) rather than relying on untracked changes in `node_modules`.
The project currently pins `@deepseek-ai/dsh@0.1.1-rc.1`. The initial provider list and desktop preset-transfer surface are captured with [`patch-package`](https://github.com/ds300/patch-package) under [`patches/`](patches/) rather than relying on untracked changes in `node_modules`.

When upgrading DSH:

Expand Down
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
DSH Desktop 把 DeepSeek Harness 的本地 Web 体验封装为桌面应用:应用会自动启动本地 Harness、管理随机回环端口、持久化 Profile/插件/会话,并在 Harness 就绪后直接进入完整界面。项目工作区在 Harness 界面中统一添加和管理。

> [!IMPORTANT]
> DSH Desktop 当前处于早期预览阶段,并依赖仍在快速迭代的 `@deepseek-ai/dsh@0.1.0-rc.8`。macOS 正式包已完成代码签名并通过 Apple 公证,当前安装包统一通过官网分发。
> DSH Desktop 当前处于早期预览阶段,并依赖仍在快速迭代的 `@deepseek-ai/dsh@0.1.1-rc.1`。macOS 正式包已完成代码签名并通过 Apple 公证,当前安装包统一通过官网分发。

## 下载安装

Expand Down Expand Up @@ -155,7 +155,7 @@ build/ 应用图标资源

## 上游版本与补丁

项目当前固定依赖 `@deepseek-ai/dsh@0.1.0-rc.8`。首启 Provider 列表与桌面端 Preset 导入导出界面由 [`patch-package`](https://github.com/ds300/patch-package) 固化在 [`patches/`](patches/) 中,而不是依赖未跟踪的 `node_modules` 修改。侧边栏品牌标识与手机配对入口改为填充 Harness 提供的 `sidebar.brand.*` 与 `sidebar.footer.action` 插槽,不再需要补丁。
项目当前固定依赖 `@deepseek-ai/dsh@0.1.1-rc.1`。首启 Provider 列表与桌面端 Preset 导入导出界面由 [`patch-package`](https://github.com/ds300/patch-package) 固化在 [`patches/`](patches/) 中,而不是依赖未跟踪的 `node_modules` 修改。侧边栏品牌标识与手机配对入口改为填充 Harness 提供的 `sidebar.brand.*` 与 `sidebar.footer.action` 插槽,不再需要补丁。

升级 DSH 时必须:

Expand Down
5,236 changes: 2,246 additions & 2,990 deletions package-lock.json

Large diffs are not rendered by default.

39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,26 @@
},
"dependencies": {
"@deepseek-ai/cordis-plugin-group": "1.0.1",
"@deepseek-ai/dsh": "0.1.0-rc.8",
"@deepseek-ai/dsh-anonymous-user-id": "0.1.0-rc.8",
"@deepseek-ai/dsh-atomic-write": "0.1.0-rc.8",
"@deepseek-ai/dsh-bash-local": "0.1.0-rc.8",
"@deepseek-ai/dsh-code-runtime": "0.1.0-rc.8",
"@deepseek-ai/dsh-compaction": "0.1.0-rc.8",
"@deepseek-ai/dsh-fs": "0.1.0-rc.8",
"@deepseek-ai/dsh-invariants": "0.1.0-rc.8",
"@deepseek-ai/dsh-output-retention": "0.1.0-rc.8",
"@deepseek-ai/dsh-sandbox": "0.1.0-rc.8",
"@deepseek-ai/dsh-scope": "0.1.0-rc.8",
"@deepseek-ai/dsh-session-telemetry": "0.1.0-rc.8",
"@deepseek-ai/dsh-session-title-llm": "0.1.0-rc.8",
"@deepseek-ai/dsh-shell": "0.1.0-rc.8",
"@deepseek-ai/dsh-spill": "0.1.0-rc.8",
"@deepseek-ai/dsh-subagent-in-process-driver": "0.1.0-rc.8",
"@deepseek-ai/dsh-subprocess": "0.1.0-rc.8",
"@deepseek-ai/dsh-timeout": "0.1.0-rc.8",
"@deepseek-ai/dsh-workflow": "0.1.0-rc.8",
"@deepseek-ai/dsh": "0.1.1-rc.1",
"@deepseek-ai/dsh-anonymous-user-id": "0.1.1-rc.1",
"@deepseek-ai/dsh-atomic-write": "0.1.1-rc.1",
"@deepseek-ai/dsh-authorization": "0.1.1-rc.1",
"@deepseek-ai/dsh-bash-local": "0.1.1-rc.1",
"@deepseek-ai/dsh-code-runtime": "0.1.1-rc.1",
"@deepseek-ai/dsh-compaction": "0.1.1-rc.1",
"@deepseek-ai/dsh-fs": "0.1.1-rc.1",
"@deepseek-ai/dsh-invariants": "0.1.1-rc.1",
"@deepseek-ai/dsh-output-retention": "0.1.1-rc.1",
"@deepseek-ai/dsh-sandbox": "0.1.1-rc.1",
"@deepseek-ai/dsh-scope": "0.1.1-rc.1",
"@deepseek-ai/dsh-session-telemetry": "0.1.1-rc.1",
"@deepseek-ai/dsh-session-title-llm": "0.1.1-rc.1",
"@deepseek-ai/dsh-shell": "0.1.1-rc.1",
"@deepseek-ai/dsh-spill": "0.1.1-rc.1",
"@deepseek-ai/dsh-subagent-in-process-driver": "0.1.1-rc.1",
"@deepseek-ai/dsh-subprocess": "0.1.1-rc.1",
"@deepseek-ai/dsh-timeout": "0.1.1-rc.1",
"@deepseek-ai/dsh-workflow": "0.1.1-rc.1",
"dsh-desktop-market-installer": "file:packages/dsh-desktop-market-installer",
"electron-updater": "^6.8.9",
"node": "24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dsh-desktop-market-installer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1",
"@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.7"
"@deepseek-ai/dsh-host-webserver": "^0.1.1-rc.1"
},
"dependencies": {
"pnpm": "10.34.5"
Expand Down
250 changes: 0 additions & 250 deletions patches/@deepseek-ai+dsh-client-ui-conversation+0.1.0-rc.8.patch

This file was deleted.

Loading
Loading