diff --git a/gitlab-duo-acp/agent.json b/gitlab-duo-acp/agent.json new file mode 100644 index 00000000..bc9b53e8 --- /dev/null +++ b/gitlab-duo-acp/agent.json @@ -0,0 +1,15 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "id": "gitlab-duo-acp", + "name": "GitLab Duo", + "version": "0.1.1", + "description": "Minimal ACP agent for GitLab Duo chat with OAuth device flow authentication and selectable models", + "repository": "https://github.com/tachyons/duo_acp_mini", + "authors": ["Aboobacker MK"], + "license": "MIT", + "distribution": { + "npx": { + "package": "gitlab-duo-acp" + } + } +}