Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt

Use this file to discover all available pages before exploring further.

To enable this behavior, push-trigger handling must be enabled in your repository configuration. Add the following inside your relevant git provider section in .pr_agent.toml. Do not include this in multiple provider sections. Example (GitLab):
[gitlab]
handle_push_trigger = true
push_commands = [
  "/agentic_review"
]
Default: false After this is enabled, Qodo will automatically update the existing review comment whenever new commits are pushed to the pull/merge request.

How it works

  • With every new commit, Qodo updates the existing review comment.
  • If a new issue is introduced in a new commit, it appears as an additional finding marked with a ⭐️ New label.
  • All findings are visible directly in the pull request code review.
Persistent review comment updated with new findings marked with a star New label
Benefits
  • Keeps pull request conversations clean
  • Makes it easier to track progress across commits
  • Reduces noise during iterative reviews

Audit trail

Qodo maintains an audit trail of review findings, including:
  • Findings added per commit
  • Findings resolved per commit
Code review audit trail log showing findings added and resolved per commit