Skip to main content

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.

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.