nikoart-liu/dsh-open-in-x ↗★ 1
dsh-open-in-x
Open a DeepSeek Harness workspace in a file manager, terminal, or supported editor from the Web UI
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nikoart-liu/dsh-open-in-x说明文档
阅读完整 README ↗配置
默认启用 finder、terminal、vscode、cursor、windsurf、zed,未安装的应用不会显示。Host 插件支持以下 Cordis 配置:
apps:
- finder
- terminal
- vscode
- cursor
- windsurf
- zed
allowRemote: false
allowRemote 默认必须保持 false。只有在 DSH 位于带身份认证和 CSRF 防护的可信反向代理之后,并且你明确理解“网页触发 Host GUI 进程”的风险时才应开启。