| name | diffler |
| description | Check the diffler review and respond to the human's feedback. Use when the user says "check diffler", invokes /diffler, or asks to look at review comments. |
Check the diffler review and respond to the human's feedback:
- Call the diffler MCP tool
review_status for the active review and its
changed files.
- Call
get_comments with status "open" and read each comment in place.
- Address every comment in the code it anchors to.
- Answer each with
reply_comment (what you changed and why), then
propose_resolve; only the human can resolve for real, in the TUI.
- Call
wait_for_feedback with the latest epoch and start over when it
returns: the human just sent new feedback. It answers within a minute; a
timed_out result means they are still reviewing, so call it again. If the
call itself fails, check review_status: diffler is closed only when that
fails too, otherwise keep waiting.
If the diffler tools are missing, the TUI isn't running: ask the human to
run diffler in the repository first.