From 544f8d078b736f2e77b282066e2767ee5cf16d68 Mon Sep 17 00:00:00 2001 From: hetaoBackend Date: Wed, 12 Aug 2026 23:04:41 +0800 Subject: [PATCH 1/2] feat: add MiniMax Code agent --- minimax-code/agent.json | 19 +++++++++++++++++++ minimax-code/icon.svg | 3 +++ 2 files changed, 22 insertions(+) create mode 100644 minimax-code/agent.json create mode 100644 minimax-code/icon.svg diff --git a/minimax-code/agent.json b/minimax-code/agent.json new file mode 100644 index 000000000..3d2735d61 --- /dev/null +++ b/minimax-code/agent.json @@ -0,0 +1,19 @@ +{ + "id": "minimax-code", + "name": "MiniMax Code", + "version": "0.1.2", + "description": "MiniMax Code is an AI coding agent with Agent Client Protocol support.", + "website": "https://agent.minimax.io", + "authors": [ + "MiniMax" + ], + "license": "MIT", + "distribution": { + "npx": { + "package": "@minimax-ai/code@0.1.2", + "args": [ + "acp" + ] + } + } +} diff --git a/minimax-code/icon.svg b/minimax-code/icon.svg new file mode 100644 index 000000000..8b33c7709 --- /dev/null +++ b/minimax-code/icon.svg @@ -0,0 +1,3 @@ + + + From ddbc113735f0ba78210635c18e2e024085be4c76 Mon Sep 17 00:00:00 2001 From: hetaoBackend Date: Thu, 20 Aug 2026 10:19:22 +0800 Subject: [PATCH 2/2] Update MiniMax Code registry entry to 0.1.6 --- minimax-code/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minimax-code/agent.json b/minimax-code/agent.json index 3d2735d61..7065bbb7a 100644 --- a/minimax-code/agent.json +++ b/minimax-code/agent.json @@ -1,7 +1,7 @@ { "id": "minimax-code", "name": "MiniMax Code", - "version": "0.1.2", + "version": "0.1.6", "description": "MiniMax Code is an AI coding agent with Agent Client Protocol support.", "website": "https://agent.minimax.io", "authors": [ @@ -10,7 +10,7 @@ "license": "MIT", "distribution": { "npx": { - "package": "@minimax-ai/code@0.1.2", + "package": "@minimax-ai/code@0.1.6", "args": [ "acp" ]