跳到正文
dsh-market 浏览插件 GitHub EN

Tlyer233/dsh-vscode-review#dsh-review-changes

Web 输入框上方的 Review Changes 面板与 VS Code 侧栏桥:发送编辑器选区、把文件/文件夹拖成 tag,并批量接受/撤回列表中的全部文件。

Star 数 ★ 2 分类 Git 与代码评审 收录于 2026-08-15

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

dsh plugin --profile web add github:Tlyer233/dsh-vscode-review#path:/packages/dsh-review-changes

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

README

一个仓库装齐 dsh 插件 + VS Code 插件。

文件夹 内容 说明
packages/ dsh-review + dsh-review-changes dsh 侧:journal / 工具 / Review Changes 面板
vscode_dsh_plugin/ VS Code 扩展 + VSIX VS Code 内联 diff + 右侧 dsh 面板

一键安装(同时安装 dsh 和 VS Code)

git clone --recurse-submodules https://github.com/Tlyer233/dsh-vscode-review.git
cd dsh-vscode-review
./install.sh

Windows PowerShell:

git clone https://github.com/Tlyer233/dsh-vscode-review.git
cd dsh-vscode-review
.\install.ps1

脚本会依次:

  1. dsh plugin --profile web add ./packages/dsh-review
  2. dsh plugin --profile web add ./packages/dsh-review-changes
  3. code --install-extension ./vscode_dsh_plugin/dsh-review-vscode-0.1.0.vsix --force

完成后:

  • 重启 dsh web;
  • VSCode 执行 Developer: Reload Window

手动安装

dsh 侧:

dsh plugin --profile web add ./packages/dsh-review
dsh plugin --profile web add ./packages/dsh-review-changes

VS Code 侧:

code --install-extension ./vscode_dsh_plugin/dsh-review-vscode-0.1.0.vsix --force

代理重启(VS Code 扩展)

扩展提供 dsh: Restart dsh (proxy)(侧边栏黄色刷新按钮):带 HTTPS_PROXY 环境变量重启 dsh, 使 opencode.ai 等按出口 IP 判定区域的模型(如 gpt-5.6)走梯子代理。 代理端口在 VSCode 设置 dshReview.proxyPort 配置(默认 7897127.0.0.1)。

升级 / 卸载

dsh plugin --profile web update @dsn/dsh-review review-changes
dsh plugin --profile web remove @dsn/dsh-review review-changes

License

MIT

内容来自项目 README(GitHub)↗