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

AI 분석

核心用途是快速联动本地开发工具。适合在 DSH 中生成代码后,需要频繁跳转到本地编辑器或终端进行后续开发的程序员。

패키지
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 进程”的风险时才应开启。