ChuanTianML/dsh-open-with ↗★ 0
dsh-open-with
Open registered DeepSeek Harness workspaces in detected or configured local editors from the Web GUI
AI 분석
一键将当前 DSH 工作区导入 VS Code、Cursor 等本地编辑器。适合频繁在 DSH 聊天界面与本地代码编辑器之间切换的开发人员。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChuanTianML/dsh-open-withConfiguration
All deployment choices are validated Cordis configuration fields:
| Key | Default | Meaning |
|---|---|---|
autoDetect | true | Add available platform built-ins. |
editors | [] | Additional or overriding allowlisted { id, label, command, args } profiles. |
defaultEditor | vscode | Preferred 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.