Tlyer233 / dsh-vscode-review

已收录

deepseek harness review插件, 可以让你在vscode中直观看到dsh的"增删改"操作, 支持逐行ac或rj

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:Tlyer233/dsh-vscode-review

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 ff1517c同步于 2026年8月18日

dsh-vscode-review

vsdp联名.jpg

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

PixPin_2026-08-16_23-10-56.png

文件夹内容说明
packages/dsh-review + dsh-review-changesdsh 侧:journal / 工具 / Review Changes 面板
vscode_dsh_plugin/VS Code 扩展 + VSIXVS 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

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测

仓库信息

开发语言
JavaScript
许可证
未提供
最后更新
2026年8月17日 13:57

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。