-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcreate_dot_aider.conf.yml.tmpl
More file actions
95 lines (67 loc) · 2.69 KB
/
Copy pathcreate_dot_aider.conf.yml.tmpl
File metadata and controls
95 lines (67 loc) · 2.69 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
##########################################################
# Sample .aider.conf.yml
# This file lists *all* the valid configuration entries.
# Place in your home dir, or at the root of your git repo.
##########################################################
# Note: You can only put OpenAI and Anthropic API keys in the YAML
# config file. Keys for all APIs can be stored in a .env file
# https://aider.chat/docs/config/dotenv.html
##########
# options:
## show this help message and exit
#help: xxx
#############
# Models:
model: ollama/qwen3-coder:480b-cloud
editor-model: ollama/qwen3-coder:480b-cloud
weak-model: ollama/gpt-oss:20b-cloud
########################
# API Keys and settings:
## Set environment variables (for providers not supported by api-key above)
set-env:
- OLLAMA_API_BASE=http://127.0.0.1:11434
## API keys are NOT stored here: the ~/.local/bin/aider wrapper fetches
## them from 1Password (Automation vault) into the environment at launch.
###############
# Git settings:
## Commit message style — conventional commits with short 1-line messages
commit-prompt: |
Generate a short single-line git commit message.
Use one of these prefixes: feat:, fix:, dev:, nit:, docs:, refactor:, test:
No body, no bullet points, no period at the end.
No Co-authored-by or any attribution lines.
Examples: "feat: add dark mode toggle", "fix: prevent crash on empty input"
## Enable/disable looking for a git repo (default: True)
git: true
## Enable/disable adding .aider* to .gitignore (default: True)
gitignore: true
## Use VI editing mode in the terminal (default: False)
vim: false
## Enable architect mode for planning and design discussions (default: False)
architect: true
## Enable/disable auto-commits (default: True)
auto-commits: false
## Disable adding "Co-authored-by: aider" to commits
attribute-co-authored-by: false
## Enable/disable dirty commits (default: True)
dirty-commits: false
## Show diffs when committing changes (default: False)
show-diffs: false
# ## Enable/disable pretty printing of diffs (default: True)
pretty: true
# ## Enable streaming responses (default: True)
stream: true
# ## Enable/disable showing model info on startup (default: False)
# show-model-warnings: true
## Use diff format — avoids printing full files in architect editor step
editor-edit-format: diff
# ## Enable/disable map refresh (default: auto)
# map-refresh: auto
# ## Enable/disable showing repository map (default: auto)
# show-repo-map: true
# ## Set maximum number of tokens for repository map (default: 1024)
map-tokens: 8192
## Set the maximum context window size (default: auto)
max-chat-history-tokens: 32768
## Voice input language for /voice command (requires portaudio)
voice-language: en