dotfiles/.config/fish/functions/adr.fish
mitchell 184dad82e0 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.
2025-05-19 19:48:40 -04:00

8 lines
157 B
Fish

function adr --wraps aider
aider \
--model gemini \
--dark-mode \
--completion-menu-bg-color '#1f1f28' \
--vim $argv
end