Tips & Troubleshooting
Common issues and how to solve them.
Quick Fixes
Candid not responding
- Restart Claude Code
- Check plugin is installed:
claude plugin list - Reinstall if needed:
claude plugin uninstall candid@candid claude plugin marketplace add ron-myers/candid claude plugin install candid@candid
No issues found
Candid only reviews uncommitted changes. Make sure you have:
- Modified files that aren’t committed
- Files that aren’t excluded in your config
Wrong branch comparison
Candid compares against main, stable, or master by default. To change:
/candid-review --merge-target developOr set in .candid/config.json:
{
"mergeTargetBranches": ["develop", "main"]
}More Help
Last updated on