-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.aider.conf.yml
More file actions
32 lines (31 loc) · 1.04 KB
/
.aider.conf.yml
File metadata and controls
32 lines (31 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Aider config file.
# https://aider.chat/docs/config/aider_conf.html
# Architect generates chatter that is more expensive. Instead, we generate carefully crafted queries.
architect: false
gitignore: false
# Models:
# Default aliases: https://aider.chat/docs/config/model-aliases.html#built-in-aliases
alias:
- "gemini:gemini/gemini-2.5-pro-exp-03-25"
- "gemini-pay:gemini/gemini-2.5-pro-preview-05-06"
- "flash:gemini/gemini-2.5-flash-preview-04-17"
# thinking-tokens, reasoning-effort
# Default models: https://aider.chat/docs/config/adv-model-settings.html
# Note it already has suitable weak-model configs subordinated to the main model.
model: gemini
# editor-model: gemini
# Only available in sonnet: thinking-tokens.
auto-commits: false
auto-accept-architect: false
# Not sure: default is true.
# auto-lint: true
llm-history-file: .aider.llm-history.log
stream: false
# Just build:
test-cmd: cd ~/yatws; bazel build -c opt //yatws/...
auto-lint: false
analytics-disable: true
# Watch the AI comments:
watch-files: false
# Debugging
verbose: false