Skip to main content
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:
```toml
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:
Inline example: