> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dureai.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 审查 diff 并发送反馈

> 读取 agent 的完整本地改动，并在不触碰 Git 状态的情况下返回逐行反馈。

Dure 把人工验证放进 agent loop。Live diff badge 显示改动集中在哪里；只读 Diff
pane 将 local agent worktree 与 branch fork point 比较，并包含未提交修改和新文件。

<video controls muted playsInline title="Agent 旁边的 Dure 只读 diff review" className="w-full aspect-video rounded-xl" poster="/images/diff-review-workflow.png" src="https://mintcdn.com/hebbian/gBhXllKfo-gr_XE_/videos/diff-review-workflow.webm?fit=max&auto=format&n=gBhXllKfo-gr_XE_&q=85&s=d9bc5b76287f3593dd3760cd19ae12a7" data-path="videos/diff-review-workflow.webm">
  浏览器不支持内嵌视频。
  <a href="/videos/diff-review-workflow.webm">打开 review 视频。</a>
</video>

## 试一试

1. 选择 diff badge 不为零的 agent。
2. 打开 Diff pane 并选择文件。
3. 选择需要处理的行。
4. 写明预期行为与验证方法，并发送给 agent。
5. Agent 响应时观察同一 diff 更新。

Reviewer 不需要 checkout agent branch，也不会修改其 index。

## 当前边界

Diff review 与逐行反馈目前只支持 local worktree。SSH remote worktree 还没有同等
Diff pane。Review view 是只读的，验证与 commit 策略仍由用户负责。
