← back to store

Aider

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

v1.0.0 aider community/aider

Install

aid store install community/aider

Agent Definition (TOML)

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

[agent.capabilities]
research = 3
simple_edit = 7
complex_impl = 8
frontend = 5
debugging = 6
testing = 6
refactoring = 8
documentation = 4

Source

View on GitHub