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.

This setting helps balance visibility vs. focus: summaries are useful for understanding the overall state of a PR, while inline comments are ideal for resolving issues directly in context. Example:
comments_location_policy = "both"
Supported values:
  • summary Feedback appears only in the Conversation tab. Best for reviewing the overall impact and prioritization of findings.
  • inline Feedback appears only in the Files changed view. Best for fixing issues directly next to the affected code.
  • both Feedback appears in both the summary and inline views. (default)
Summary example:
Code Review by Qodo showing findings listed in the pull request conversation tab
Inline example:
Code Review by Qodo showing a finding as an inline comment anchored to changed lines in the files tab