CodeBeaver looks for a codebeaver.yml configuration file in your repository’s root directory. If no configuration file is present, CodeBeaver will:

  1. Analyze your codebase structure
  2. Generate an appropriate codebeaver.yml file
  3. Include this file in its initial pull request
  4. Use this configuration for subsequent operations

For projects following standard structures (e.g., Python projects using pytest or React projects using Jest), the auto-generated configuration typically provides sufficient functionality, using templates. You can then customize the configuration to your needs.

Having issues with the first configuration? Join our Discord