Fixing PR Comments
After a code review, you can ask Azent to fix the review comments on a pull request. The agent reads all active review threads, makes the requested changes, and pushes the fixes.
How to trigger
Go to the pull request and add a comment:
Or click "Fix comments with Azent" in the PR action menu (if the DevOps extension is installed).
What it looks like
A reviewer leaves the usual inline comments on a pull request — small things, refactors, edge cases. Each comment is anchored to specific lines of the diff:

Then a single @mention asks Azent to handle the lot. The agent reads every active review thread, applies the requested changes, pushes a new commit on the same branch, and replies in-thread with a short summary of what it changed (and any side-effects, like a CI fix it had to apply along the way):

What the agent does
- Reads all active review comment threads on the PR
- Reads the PR diff to understand the changes in context
- Checks out the PR's source branch
- Applies the requested changes for each review comment
- Runs the validation pipeline (if configured)
- Pushes the fixes to the same branch
- Responds to the review threads to indicate what was fixed
Note: The agent works on the PR's existing source branch — it does not create a new branch. The fixes appear as new commits on the same PR.