ChuanTianML/dsh-open-with0

dsh-open-with

Open registered DeepSeek Harness workspaces in detected or configured local editors from the Web GUI

AI 분석

一键将当前 DSH 工作区导入 VS Code、Cursor 等本地编辑器。适合频繁在 DSH 聊天界面与本地代码编辑器之间切换的开发人员。

패키지
dsh-open-with
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChuanTianML/dsh-open-with

Configuration

All deployment choices are validated Cordis configuration fields:

KeyDefaultMeaning
autoDetecttrueAdd available platform built-ins.
editors[]Additional or overriding allowlisted { id, label, command, args } profiles.
defaultEditorvscodePreferred id until this browser records a selection.

Example:

- id: dsh-open-with
  name: dsh-open-with
  config:
    defaultEditor: cursor
    editors:
      - id: fleet
        label: Fleet
        command: fleet
        args: []

Editor ids use lowercase letters, numbers, dots, underscores, and hyphens. Duplicate custom ids, empty labels, and invalid ids fail plugin load. A custom profile whose id matches a built-in replaces that built-in launch plan, which supports variants such as VS Code Insiders without exposing commands to the browser.