Skip to content

Commit 0df05e5

Browse files
chindris-mihai-alexandruignatov
authored andcommitted
Add Aider (aider-acp) to registry
1 parent 213e68b commit 0df05e5

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

aider-acp/agent.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"$schema": "../agent.schema.json",
3+
"id": "aider-acp",
4+
"name": "Aider",
5+
"version": "0.5.0",
6+
"description": "AI pair programming in your terminal and IDE. Aider lets you pair program with LLMs to edit code in your local git repo. Works with Claude, GPT, Gemini, DeepSeek, and 50+ other models.",
7+
"homepage": "https://aider.chat",
8+
"repository": "https://github.com/jorgejhms/aider-acp",
9+
"license": "Apache-2.0",
10+
"authors": [
11+
{
12+
"name": "Jorge Manrique",
13+
"url": "https://github.com/jorgejhms"
14+
},
15+
{
16+
"name": "Paul Gauthier",
17+
"url": "https://github.com/paul-gauthier",
18+
"note": "Aider author"
19+
}
20+
],
21+
"distribution": {
22+
"npx": {
23+
"package": "aider-acp@latest",
24+
"args": []
25+
}
26+
},
27+
"capabilities": {
28+
"edit": true,
29+
"read": true,
30+
"tools": false,
31+
"streaming": true
32+
},
33+
"requirements": {
34+
"api_key": {
35+
"description": "API key for your LLM provider (OpenAI, Anthropic, etc.)",
36+
"env_var": "OPENAI_API_KEY",
37+
"optional": true
38+
}
39+
},
40+
"tags": [
41+
"coding",
42+
"pair-programming",
43+
"git",
44+
"terminal",
45+
"multi-model"
46+
]
47+
}

0 commit comments

Comments
 (0)