From 73ff840a62b4854080859f6cd5fff6dd1d5472cf Mon Sep 17 00:00:00 2001 From: Aboobacker MK Date: Wed, 12 Aug 2026 15:03:52 +0530 Subject: [PATCH] Create agent.json for GitLab Duo ACP configuration Added JSON schema for Unofficial GitLab Duo ACP agent with metadata. --- gitlab-duo-acp/agent.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gitlab-duo-acp/agent.json diff --git a/gitlab-duo-acp/agent.json b/gitlab-duo-acp/agent.json new file mode 100644 index 000000000..bc9b53e83 --- /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" + } + } +}