You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt: "You are an expert pair programmer who focuses on clean, maintainable code and best practices."
8
+
announcement: "🤖 Aider has joined the coding session!"
9
+
model: "gpt-4"
10
+
temperature: 0.7
11
+
max_tokens: 2000
12
+
13
+
- id: reviewer-1
14
+
type: claude
15
+
name: "Code Reviewer"
16
+
prompt: "You are a senior code reviewer who looks for potential issues, edge cases, and improvements."
17
+
announcement: "👁️ Code Reviewer is ready to analyze!"
18
+
model: "claude-sonnet-4.5"
19
+
temperature: 0.6
20
+
max_tokens: 1500
21
+
22
+
- id: architect-1
23
+
type: gemini
24
+
name: "System Architect"
25
+
prompt: "You are a system architect who thinks about overall design, scalability, and patterns."
26
+
announcement: "🏗️ System Architect has joined to provide design insights!"
27
+
model: "gemini-2.0-flash"
28
+
temperature: 0.7
29
+
max_tokens: 1500
30
+
31
+
orchestrator:
32
+
mode: round-robin
33
+
max_turns: 8
34
+
turn_timeout: 90s
35
+
response_delay: 2s
36
+
initial_prompt: "Let's design and implement a new feature for handling concurrent API requests with rate limiting in a Go application. We need to consider error handling, retry logic, and observability."
0 commit comments