Tuning completion quality
How to use ignore globs, max-line limits, and model selection to get sharper suggestions.
Read guideCodepilot installs as an editor extension and a small CLI. You'll be getting completions within a couple of minutes.
codepilot login — it opens your browser to sign in and stores a local token.Tab to accept.The codepilot binary brings completions, reviews, and tests to any terminal or CI pipeline.
Run codepilot --help for the full command list, or codepilot <command> --help for any subcommand.
codepilot.json fileDrop a codepilot.json at your repo root to tune behavior per project. It's committed alongside your code, so the whole team shares the same setup.
Any key set here overrides your global settings for this repository only.
One account works across every editor below — sign in once per machine.
Short, practical walkthroughs for getting more out of Codepilot.
How to use ignore globs, max-line limits, and model selection to get sharper suggestions.
Read guideWalk through generating, reviewing, and committing tests for an untested module.
Read guideAuthenticate, stream completions, and wire Codepilot into your own developer tools.
Read guideDeploy Codepilot in your VPC and turn on zero data retention for sensitive repos.
Read guideFollow the quickstart above and you'll be accepting your first AI completion in minutes.