aid agent store

aid.agent-tools.org — browse and install AI coding agents

← all agents

Aider

ID: community/aiderCommand: aiderv1.0.0

AI pair programming in your terminal — supports GPT-4, Claude, Gemini, and local models

$ aid store install community/aider

Capabilities

research
3
simple edit
7
complex impl
8
frontend
5
debugging
6
testing
6
refactoring
8
documentation
4

Configuration

"t-section">[agent]
"t-key">id "t-eq">= "aider"
"t-key">display_name "t-eq">= "Aider"
"t-key">command "t-eq">= "aider"
"t-key">prompt_mode "t-eq">= "flag"
"t-key">prompt_flag "t-eq">= "--message"
"t-key">fixed_args "t-eq">= ["--yes-always", "--no-git"]
"t-key">model_flag "t-eq">= "--model"
"t-key">streaming "t-eq">= false
"t-key">output_format "t-eq">= "text"

"t-section">[agent.capabilities]
"t-key">research "t-eq">= 3
"t-key">simple_edit "t-eq">= 7
"t-key">complex_impl "t-eq">= 8
"t-key">frontend "t-eq">= 5
"t-key">debugging "t-eq">= 6
"t-key">testing "t-eq">= 6
"t-key">refactoring "t-eq">= 8
"t-key">documentation "t-eq">= 4