-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.aider.conf.yml
70 lines (45 loc) · 1.55 KB
/
.aider.conf.yml
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
# Mode:
## Default chat mode.
chat-mode: ask
# Main model:
## Use claude-3-5-sonnet model for the main chat.
sonnet: true
# Model settings:
## Timeout in seconds for API calls.
timeout: 20
# Output settings:
## Set the color for user input.
user-input-color: '#d3869b'
## Set the color for tool output.
tool-output-color: '#928374'
## Set the color for tool error messages.
tool-error-color: '#fb4934'
## Set the color for tool warning messages.
tool-warning-color: '#fabd2f'
## Set the color for assistant output.
assistant-output-color: '#ebdbb2'
## Set the color for the completion menu.
completion-menu-color: '#ebdbb2'
## Set the background color for the completion menu.
completion-menu-bg-color: '#3c3836'
## Set the markdown code theme.
code-theme: monokai
## Show diffs when committing changes.
show-diffs: true
# Git settings:
## Enable/disable auto commit of LLM changes.
auto-commits: false
## Attribute aider code changes in the git author name.
attribute-author: false
## Attribute aider commits in the git committer name.
attribute-committer: false
## Specify a custom prompt for generating commit messages.
commit-prompt: 'Provide a concise commit message, without a body or footer, that follows the conventional commits specification. The text should all be lowercase, unless it refers to code, files, or directories.'
## Enable/disable watching files for ai coding comments.
watch-files: true
# Analytics:
## Enable/disable analytics for current session.
analytics: false
# Upgrading:
## Check for new aider versions on launch.
check-update: true