From 0df05e5a2ffed06ce153ea45695d8ed2078ab41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chindri=C8=99=20Mihai=20Alexandru?= <12643176+chindris-mihai-alexandru@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:36:53 +0200 Subject: [PATCH 1/2] Add Aider (aider-acp) to registry --- aider-acp/agent.json | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 aider-acp/agent.json diff --git a/aider-acp/agent.json b/aider-acp/agent.json new file mode 100644 index 0000000..57daddf --- /dev/null +++ b/aider-acp/agent.json @@ -0,0 +1,47 @@ +{ + "$schema": "../agent.schema.json", + "id": "aider-acp", + "name": "Aider", + "version": "0.5.0", + "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.", + "homepage": "https://aider.chat", + "repository": "https://github.com/jorgejhms/aider-acp", + "license": "Apache-2.0", + "authors": [ + { + "name": "Jorge Manrique", + "url": "https://github.com/jorgejhms" + }, + { + "name": "Paul Gauthier", + "url": "https://github.com/paul-gauthier", + "note": "Aider author" + } + ], + "distribution": { + "npx": { + "package": "aider-acp@latest", + "args": [] + } + }, + "capabilities": { + "edit": true, + "read": true, + "tools": false, + "streaming": true + }, + "requirements": { + "api_key": { + "description": "API key for your LLM provider (OpenAI, Anthropic, etc.)", + "env_var": "OPENAI_API_KEY", + "optional": true + } + }, + "tags": [ + "coding", + "pair-programming", + "git", + "terminal", + "multi-model" + ] +} \ No newline at end of file From 48e8b9d11b85720b8be81170464667b660b5484c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chindri=C8=99=20Mihai=20Alexandru?= <12643176+chindris-mihai-alexandru@users.noreply.github.com> Date: Sun, 15 Feb 2026 19:32:41 +0200 Subject: [PATCH 2/2] Move aider-acp to unsupported until package is published --- .../aider-acp}/agent.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) rename {aider-acp => _not_yet_unsupported/aider-acp}/agent.json (78%) diff --git a/aider-acp/agent.json b/_not_yet_unsupported/aider-acp/agent.json similarity index 78% rename from aider-acp/agent.json rename to _not_yet_unsupported/aider-acp/agent.json index 57daddf..35d79c1 100644 --- a/aider-acp/agent.json +++ b/_not_yet_unsupported/aider-acp/agent.json @@ -1,5 +1,5 @@ { - "$schema": "../agent.schema.json", + "$schema": "../../agent.schema.json", "id": "aider-acp", "name": "Aider", "version": "0.5.0", @@ -8,15 +8,8 @@ "repository": "https://github.com/jorgejhms/aider-acp", "license": "Apache-2.0", "authors": [ - { - "name": "Jorge Manrique", - "url": "https://github.com/jorgejhms" - }, - { - "name": "Paul Gauthier", - "url": "https://github.com/paul-gauthier", - "note": "Aider author" - } + "Jorge Manrique", + "Paul Gauthier" ], "distribution": { "npx": { @@ -44,4 +37,4 @@ "terminal", "multi-model" ] -} \ No newline at end of file +}