Skip to main content

Settings

Configure your account, PR reviews, and integrations from the Settings page.

Account

  • Name: Editable display name
  • Email: Synced from GitHub (read-only)
  • Avatar: Synced from GitHub profile

Automatic PR Reviews

Toggle automatic PR scanning on/off and manage monitored repositories:
  1. Enable the “Automatic PR Reviews” toggle
  2. Click “Add Repos” to select repositories
  3. Search and select repositories with checkboxes
  4. Monitored repos appear in the list below
  5. Remove repos using the X button
Disabling PR reviews will remove all monitored repositories.

GitHub Connection

Connect your GitHub account to enable repository access:
  • View connection status in “Code Host Connections”
  • Click “Connect” or “Reconnect” to authorize
  • Tokens are encrypted and auto-refresh

API Key

Your API key is displayed in Settings. Use it for CLI authentication with paragon auth login.

Severity Filters

Control which types of issues are reported in your PR reviews.

Issue Severity Levels

Critical

Security vulnerabilities, data loss risks, crash-causing bugs

High

Major bugs, significant performance issues

Medium

Code quality issues, best practice violations

Low

Style issues, minor improvements, suggestions

Additional Filters

FilterDescription
Out of DiffInclude issues found outside the changed lines
PR SummaryGenerate a summary of analysis findings
System DiagramGenerate architecture visualization (requires PR Summary)
At least one severity filter must remain enabled.

Custom Rules

Define custom coding standards for the AI to follow during code reviews.

Upload Documents

Upload existing documentation to automatically extract rules:
  • Supported formats: PDF, DOCX, MD, TXT
  • AI extracts coding rules automatically
  • Rules tagged with “upload” source

Manual Entry

Add rules by typing directly:
  1. Click “Manual Entry”
  2. Type your rule or guideline
  3. Save to add to active rules

Example Rules

All API endpoints must include error handling with try-catch
Use TypeScript strict mode for all new files
Database queries must use parameterized statements

Managing Rules

  • Click any rule to view full content
  • Copy rule content to clipboard
  • Delete rules no longer needed
  • View source (upload/manual) and creation date