Automatically address issues found during code review directly using the agent in your IDE or paste the details into your preferred environment to address it yourself.
When Augment Code Review identifies issues in your pull request, you can use the “Fix in Augment” button inside the comment to automatically address the issue.Options include:
Open in Agent Session: For VS Code only, allows you to copy the prompt and start a new thread inside the Augment Code extension
Copy to Clipboard: Allows you to paste the prompt into your preferred environment, e.g. Auggie CLI, Augment Code for JetBrains, etc.
Review the Fix: Always review the changes proposed by Agent before accepting them. While Agent has full context, you should verify the fix aligns with your intent.Test the Changes: Run your tests after applying the fix to ensure the issue is resolved and no new issues are introduced.Update the PR: After pushing your fix, you can reply to the Code Review comment to indicate you’ve addressed the issue.Request Follow-up Review: If you make significant changes, consider requesting another review by commenting auggie review on your PR.