Skip to main content
The Configurations page in the Qodo portal is organized through a left navigation menu with four sections: General review, Display preferences, Custom instructions, and Research preview. Each section groups related settings so you can quickly find and manage what you need. To access it, select Configurations from the left navigation menu in the Qodo portal.

Organization and repository settings

By default, settings on this page apply to all repositories connected to Qodo. Use the All repositories selector at the top of the left navigation menu to switch between two levels:
  • Organization level: Settings apply to all connected repositories. This is the default.
  • Repository level: Settings apply only to the selected repository and override the organization-level defaults in the portal.
Configurations page repository selector with the All repositories dropdown expanded, showing a search box and a list of connected repositories To restore settings to Qodo’s defaults, select Reset, located below the selector.
This repository-level override applies only within the portal and does not change where portal settings sit in the overall hierarchy. Portal settings have the lowest precedence overall: configuration defined in the repository wiki, repository root, or organization settings repository (pr-agent-settings) takes precedence over any portal setting. See Customize the code review experience.

General review

The General review section controls how Qodo runs code reviews, generates PR summaries, and manages review standards. It groups four topics: Code review, Chat agent, Remediation, and Review standards. General review section of the Configurations page showing Code review settings: code review trigger, comment type, inline comment threshold, PR summary trigger, in-progress comment, and cross-repo context

Code review

SettingDescriptionOptions
Code review triggerDetermines when Qodo runs an AI code review.Manual only: Reviews run only when triggered manually using /agentic_review
Published PRs: Reviews run automatically when a PR is published (default)
Comment typeControls how findings are posted in the pull request.Summary only: All findings appear in a single summary comment
Inline only: Findings are posted directly on relevant lines of code
Summary & Inline: A summary comment is posted and findings are also added inline (default)
Inline comment thresholdDetermines which severity levels generate inline comments. Findings at or above the selected level appear inline.Action required: Only action-required findings appear inline (default)
Remediation recommended: Remediation recommended and action-required findings appear inline
Informational: All findings appear inline
PR summary triggerDetermines when Qodo generates a PR summary.Manual only: Generated using /agentic_describe
Published PRs: Generated automatically when a PR is published (default)
In-progress commentPublishes a temporary “review in progress” comment while the review runs, then removes it when the review is posted.Enable (default) / Disable
Cross-repo context BetaPulls review context from related repositories in the workspace. Must be enabled for Qodo to run cross-repository code review.Enable (default) / Disable

Chat agent

SettingDescriptionOptions
Chat agent BetaAllows the Qodo chat agent to answer questions and run commands on pull requests.Enable (default) / Disable

Remediation

SettingDescriptionOptions
Suggest committable fixesEnables committable code suggestions within inline comments. Supported on GitHub and GitLab only.Enable (default) / Disable

Review standards

The Review standards topic controls Rule Miner, which automatically discovers recurring review patterns from pull request history and generates rules from them.
SettingDescriptionOptions
Mine rules from code review historyEnables or disables Rule Miner for the organization or a specific repository.Enable (default) / Disable
Auto-approve rule miner suggestionsWhen enabled, mined rules are activated automatically. When disabled, rules appear in Rules > Suggestions for review before activation.Enable / Disable (default)
Auto-approve user suggestionsWhen enabled, rules added by non-admins are activated immediately and appear in the Rules tab. When disabled, they appear in Rules > Suggestions for admin approval before activation. This setting applies at the organization level only.Enable / Disable (default)

Display preferences

The Display preferences section controls how findings appear in pull requests. Display preferences section of the Configurations page showing finding overflow, finding display, and finding expansion settings
SettingDescriptionOptions
Finding overflowNumber of findings shown per severity group before the rest collapse.0: All collapsed
1, 3, or 5: Findings shown before collapsing (3 by default)
All: All findings expanded
Finding displayControls how finding type and category labels appear in review comments.Minimal: Type icon only
Short: Type and category icon
Detailed: Type icon, category icon, and category name
Full: Type icon, category icon, and full name (default)
Finding expansionSections expanded by default when opening a finding. Multiple selections allowed.Description (default)
Code (default)
Recommendation (default)
Evidence
Prompt

Display live preview

GitHubGitLabAzure DevOps
The Live Preview pane shows a real-time visual of how review comments will appear in the target Git provider. Changes to display preference settings update the preview immediately, with no save or refresh required.
Live preview showing how review findings appear in the target Git provider

Custom instructions

The Custom instructions section lets you add free-text instructions to guide how Qodo behaves during reviews. Click Save after completing your instructions. Custom instructions section of the Configurations page with text fields for the Issue finding agent and Compliance agent
SettingDescriptionOptions
Issue finding agentCustom instructions to guide issue detection and reporting behavior.Free text (empty by default)
Compliance agentCustom instructions to guide compliance checks and policy enforcement.Free text (empty by default)

Research preview

The Research preview section provides access to features under active development. These features are available for early testing and feedback before broader release. Research preview section of the Configurations page showing early-access settings including Remediation and Spec and design

Remediation

Remediation lets Qodo resolve review findings for you, either on demand through chat or automatically with the Remediation Agent.
SettingDescriptionOptions
Fix with the chatLets the chat agent run /fix on demand from a PR comment.Enable / Disable (default)
Remediation agentAutomatically generates fixes for review findings.Enable / Disable (default)
Auto-fix severityAutomatically fixes findings at or above the selected severity.Action required (default)
Remediation recommended
Informational
Open a fix PRWhen on, fixes are delivered as a separate PR. When off, fixes are pushed directly to the source branch.Enable (default) / Disable
Close fix PR when doneCloses the auto-fix PR once the fixing loop concludes. The branch is preserved for reopening.Enable (default) / Disable

Spec and design

These agents extend reviews by checking pull requests against your linked specification documents and Figma designs.
SettingDescriptionOptions
Spec agentsExtends reviews with Spec and PRD gap analysis. Click Connect specs to set up.Enable / Disable (default)
Design reviewCompares Figma requirements against your front-end code. Click Connect Figma to set up.Enable / Disable (default)

Next steps