zsyu9779/dsh-desktop--plugins-diff-review ↗★ 8
dsh-plugin-diff-review
Codex-style diff review for DeepSeek Harness: review every uncommitted change of the current project (staged, unstaged and untracked), inspect per-file unified diffs, and accept (stage) or revert (discard) changes — one file at a time or all at once.
AI 분석
核心用途是提供直观的代码差异审查与版本控制操作。适合在 DSH 中进行代码开发、需要在提交前仔细核对和管理代码改动的开发者。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
配置
| 环境变量 | 作用 |
|---|---|
DSH_COMMAND | 覆盖启动命令,例如 DSH_COMMAND="pnpm dsh" 或本地 DSH 可执行文件路径 |
DSH_WORKSPACE | 设置 DSH 工作目录;默认使用当前用户主目录 |
DSH_HOME | 透传给 DSH,用于控制 profiles 等数据的位置 |
应用日志默认保存在:
~/.dsh-desktop/logs/dsh.log
应用使用独立 npm 缓存和 pnpm store,减少共享执行缓存损坏或并发访问造成的 sh: dsh: command not found 问题。