Skip to content

Search config files recursively #4258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bbrodriges
Copy link

This PR adds feature to search .aider.conf.yml files recursively up starting from CWD. It allows to have different configurations for different parts of large codebase (like big monorepo).

@CLAassistant
Copy link

CLAassistant commented Jun 23, 2025

CLA assistant check
All committers have signed the CLA.

aider/main.py Outdated
@@ -448,6 +448,27 @@ def sanity_check_repo(repo, io):
return False


def find_config_files(start_dir=None, fname=".aider.config.yml"):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be .aider.conf.yml?

@ei-grad
Copy link
Contributor

ei-grad commented Jul 1, 2025

Some tests? Also, did you run the current test set locally?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants