# DSH core compatibility patch `dsh-core-remote-provider.patch` contains all DSH-core changes required by this plugin. It applies to DeepSeek Harness commit `b150a551b8d465e31e418e1b2eaf5e79bbb7d28e` (DSH core `0.1.1-rc.2`). The patch is intentionally kept separate from the plugin source: it avoids republishing the full upstream repository while making every local compatibility change reviewable and reproducible. It is not compatible with stock DSH unless that build provides Workspace Provider API v1. ```powershell git clone https://github.com/deepseek-ai/deepseek-harness.git dsh-core-remote-provider Set-Location dsh-core-remote-provider git checkout b150a551b8d465e31e418e1b2eaf5e79bbb7d28e git apply ..\dsh-remote-workspace\patches\dsh-core-remote-provider.patch pnpm install --frozen-lockfile pnpm run build:lib ``` After building the patched core, use the developer-only installation procedure in the plugin [README](../README.md#开发者-forkcompat-安装). Do not commit a local DSH profile, connection metadata, SSH private key, or generated package directory to this repository.