mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-19 12:45:34 +00:00
- 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.
8 lines
157 B
Fish
8 lines
157 B
Fish
function adr --wraps aider
|
|
aider \
|
|
--model gemini \
|
|
--dark-mode \
|
|
--completion-menu-bg-color '#1f1f28' \
|
|
--vim $argv
|
|
end
|