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/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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.