Switch between review setups with one click. Each profile stores its own models, API keys, prompts, rules, and repository configs.
Different projects need different review setups:
Without profiles, you'd reconfigure settings every time you switch contexts. With profiles — one click from the status bar.
Your existing settings become the "Default" profile automatically — zero migration
Click the profile name in the VS Code status bar (bottom left)
Select "New Profile" from the dropdown
Name it (e.g., "Work"), configure settings
Switch between profiles from the status bar at any time
The current profile is always visible in the VS Code status bar. Click to switch:
Default [active]
Work
Client Project
─────────────
Manage Profiles...
Selecting a profile switches immediately — all settings update, API keys swap, the sidebar reflects the new configuration.
Which models are enabled and which versions
Each profile has its own isolated set of keys
Custom instructions for the AI
Which built-in rules are enabled, severity overrides
GitHub/GitLab/Bitbucket repos for this context
Different Jira instances per profile
Which categories enabled, custom quality prompt
How strict the review should be
Bind a profile to a workspace folder so it activates automatically when you open that project.
Workspace Bindings:
/Users/you/Projects/work/app [x]
/Users/you/Projects/work/api [x]
[+ Bind current workspace]
• One profile bound → auto-switches silently with a notification
• Multiple profiles bound → shows a picker to choose
• No profile bound → keeps the current profile
Each profile has its own isolated set of API keys stored in VS Code's encrypted SecretStorage:
Click "New Profile" in settings. Name it and optionally copy from an existing profile. API keys are NOT copied (security).
Click the pencil icon next to the profile name. Even the Default profile can be renamed.
Click "Delete" in profile management. Requires confirmation. Default profile cannot be deleted.
Duplicates all settings from the current profile. API keys are NOT copied. Creates "{source} (copy)".