aider
aider copied to clipboard
Feature proposal: Add --profile for conditional config
See this issue for details:
- https://github.com/Aider-AI/aider/issues/4602
Remaining work before merging:
- [ ] Add unit tests
- Override precedence: cli > env > profile > config
- Multiple
--profile=xare allowed, keys from later ones override earlier ones
- [ ] Update docs
- [ ] Is this implementation well organized?
- Not sure if I'm messing up intended module/function boundaries.
I'd be happy to complete all these TODOs if maintainers give me the go ahead!