- Home
- Plugin
- Git e code review
- dsh-vscode-review (dsh-review)
T
dsh-vscode-review (dsh-review)
tlyer233/dsh-vscode-review/dsh-review
Registra ogni scrittura, modifica e `rm` di shell dell'agente in un repository git shadow, poi le rivede hunk per hunk in VS Code — accettare o ripristinare ciascuna. Richiede l'estensione complementare dsh-review-vscode; il pannello appare solo all'interno della webview di VS Code.
Installazione
dsh plugin --profile web add github:tlyer233/dsh-vscode-reviewQuesto plugin si trova nella sottodirectory dsh-review del repository.
README
dsh-review
dsh 插件 + VS Code 扩展:把 agent 的 write/edit 收成可逐 hunk 接受 / 撤回的行内审查。
Features

- 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
Plugin correlati
Z
dsh-web (dsh-git-graph)
zhu1090093659/dsh-web
7.9k15 ore faGit e code reviewApache-2.0
Z
dsh-web-ui (dsh-git-graph)
zhu1090093659/dsh-web-ui
6.3k25 giorni faGit e code reviewApache-2.0
A
codex-guard (dsh)
akimiya-z/codex-guard
1393 giorni faGit e code reviewMIT
L
dsh-file-review
left0ver/dsh-file-review
418 giorni faGit e code reviewMIT