본문으로 건너뛰기
T

dsh-vscode-review (dsh-review)

tlyer233/dsh-vscode-review/dsh-review

에이전트의 모든 쓰기, 편집, 셸 `rm`을 섀도 git 저장소에 기록한 뒤 VS Code에서 hunk 단위로 검토합니다 — 각각 수락하거나 되돌릴 수 있습니다. 함께 사용하는 dsh-review-vscode 확장이 필요하며, 패널은 VS Code의 webview 안에서만 나타납니다.

설치

dsh plugin --profile web add github:tlyer233/dsh-vscode-review

이 플러그인은 저장소의 dsh-review 하위 디렉터리에 있습니다.

README

dsh-review

dsh 插件 + VS Code 扩展:把 agent 的 write/edit 收成可逐 hunk 接受 / 撤回的行内审查。

Features

PixPin_2026-08-24_12-20-02.png

  • Shadow git 记录 write/edit(以及 shell rm 删除)
  • VS Code 行内接受 / 撤回 hunk
  • 仅 VS Code iframe 内显示 dock;独立浏览器不改原生对话 UI

Install

Mac:

./install.sh

Windows:

powershell -ExecutionPolicy Bypass -File .\install.ps1

需要重启dsh和vscode

UnInstall

卸掉 dsh 插件 dsh-review、VS Code 扩展 dsn.dsh-review-vscode,并删除 shadow 目录。

Mac:

./uninstall.sh

Windows:

powershell -ExecutionPolicy Bypass -File .\uninstall.ps1

Storage

$DSH_HOME/review/shadow/
  repo.git/                 # shadow git位置
  pending/<wbHash>.json     # 记录文件的版本号

License

MIT

관련 플러그인