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

@ -5,6 +5,6 @@ function aikeys -d 'Set AI API keys' -a service
case openai
echo "set -lx OPENAI_API_KEY (kp Keys/openai-general -a Password)"
case anthro
echo "set -lx ANTHROPIC_API_KEY (kp Keys/google-aistudio-key -a Password)"
echo "set -lx ANTHROPIC_API_KEY (kp Keys/anthropic-bespin-nvim -a Password)"
end
end