nikoart-liu/dsh-open-in-x1

dsh-open-in-x

Open a DeepSeek Harness workspace in a file manager, terminal, or supported editor from the Web UI

包名
dsh-open-in-x
版本
0.1.0
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nikoart-liu/dsh-open-in-x

配置

默认启用 finderterminalvscodecursorwindsurfzed,未安装的应用不会显示。Host 插件支持以下 Cordis 配置:

apps:
  - finder
  - terminal
  - vscode
  - cursor
  - windsurf
  - zed
allowRemote: false

allowRemote 默认必须保持 false。只有在 DSH 位于带身份认证和 CSRF 防护的可信反向代理之后,并且你明确理解“网页触发 Host GUI 进程”的风险时才应开启。