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.
This commit is contained in:
João Paulo Dubas 2025-05-27 18:49:11 +00:00
parent 6212d90548
commit d461b517fc
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -1,10 +1,13 @@
---
model: gemini/gemini-2.5-pro-preview-03-25
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-03-25
editor-model: gemini/gemini-2.5-pro-preview-05-06
editor: nvim
git: true
gitignore: true
auto-commits: false
read:
- CONVENTIONS.md
- CLAUDE.md