DeepSeek Harness plugin

dsh-vscode-hynahla

DeepSeek Harness tool plugin: open files, folders, and diff views in the local Visual Studio Code (open_in_vscode tool), spawning Code.exe directly so the sandboxed shell cannot block it.

Jump to install

Source facts

Repository
Hyna-hla/dsh-vscode
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Hyna-hla/dsh-vscode
Plugin: dsh-vscode-hynahla
Author: Hyna-hla

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-vscode

宿主工具插件:给 DSH 注册 open_in_vscode 工具,直接调用本地 Visual Studio Code。

  • 打开文件或文件夹(相对路径基于当前会话工作区);
  • line/column 跳转到指定位置(--goto file:line:col);
  • diffPath 打开两个文件的对比视图(--diff);
  • wait: true 时等待窗口关闭再返回(默认立即返回)。

之所以做成插件:DSH 的 pwsh 沙盒会拦截工作区外的可执行文件,模型自己敲 code xxx 不可靠;宿主插件直接 spawn Code.exestdio: ignore + detached),不受沙盒限制。

配置

- insert:
    - id: dsh-vscode
      name: dsh-vscode
      config:
        codeExe: ''   # 留空自动探测;可指定 Code.exe 或 bin\code.cmd 路径

自动探测顺序:%LOCALAPPDATA%\Programs\Microsoft VS Code\Code.exe%ProgramFiles%%ProgramFiles(x86)% → PATH 上的 code.cmd(经 cmd.exe 启动)。

构建安装

pnpm install
pnpm build
.\scripts\install-to-profile.ps1 -Name dsh-vscode -SourceDir .
# 重启 DeepSeek Harness