ide/config/aider/config.yml
Joao P Dubas ff62296833
feat(aider): minor improvements in configuration
Set explicitly the `reasoning-effort` and `thinking-tokens` to improve the
performance of the AI assistant.

Also, update the `model` and `editor-model` to the latest version of
gemini pro.
2025-05-28 18:21:25 +00:00

14 lines
280 B
YAML

---
reasoning-effort: medium
thinking-tokens: 8k
model: gemini/gemini-2.5-pro-preview-05-06
weak-model: gemini/gemini-2.0-flash-001
editor-model: gemini/gemini-2.5-pro-preview-05-06
editor: nvim
git: true
gitignore: true
auto-commits: false
read:
- CONVENTIONS.md
- CLAUDE.md