Improve AI configuration and key management

- Remove unnecessary model options from `adr` function.
- Update Anthropics key path in `aikeys` function.
- Refactor CodeCompanion adapters to use specific Gemini models with different reasoning efforts.
- Add gitignore for .aider* files.
This commit is contained in:
mitchell 2025-05-19 19:48:40 -04:00
parent 73c5b0b7d7
commit 184dad82e0
4 changed files with 23 additions and 15 deletions

View file

@ -1,8 +1,6 @@
function adr --wraps aider
aider \
--model gemini \
--editor-model gpt-4.1-mini \
--weak-model gpt-4.1-mini \
--dark-mode \
--completion-menu-bg-color '#1f1f28' \
--vim $argv