> ## 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.

# Review diffs and send feedback

> Inspect an agent's full local change set and return line-specific feedback without touching its Git state.

## What it enables

Dure treats human verification as part of the agent loop. Live diff badges show
where changes are accumulating, and the read-only Diff pane compares a local
agent worktree with its branch fork point. Uncommitted edits and new files are
included.

<video controls muted playsInline title="Agents beside a read-only 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">
  Your browser does not support embedded video.
  <a href="/videos/diff-review-workflow.webm">Open the review video.</a>
</video>

## Try it

1. Select an agent with a non-zero diff badge.
2. Open its Diff pane and choose a changed file.
3. Select the line that needs attention.
4. Write a specific request and send it to the agent.
5. Watch the same pane's diff update as the agent responds.

The reviewer does not need to check out the agent branch or modify its index.
The comment becomes provider input, so include the expected behavior and how to
verify it.

## Current boundary

Diff review and line feedback currently target local worktrees. SSH remote
worktrees do not yet have the same Diff pane. The review view is read-only;
verification and commit policy remain the user's responsibility.

Next, run the complete [first parallel workflow](/en/first-parallel-workflow).
