From 241096398011795d4e66e19de0de985ca609ff87 Mon Sep 17 00:00:00 2001 From: femto Date: Thu, 5 Feb 2026 11:48:52 +0800 Subject: [PATCH] Add Minion Code agent to registry Minion Code is an enhanced AI code assistant built on the Minion framework, pre-configured with rich development tools optimized for code development tasks. Features: - Pre-configured AI agent for programming tasks - 12+ built-in tools for file operations, command execution, web search - ACP Protocol support for seamless integration with ACP clients Co-Authored-By: Claude Opus 4.5 --- minion-code/agent.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 minion-code/agent.json diff --git a/minion-code/agent.json b/minion-code/agent.json new file mode 100644 index 0000000..a071e8f --- /dev/null +++ b/minion-code/agent.json @@ -0,0 +1,17 @@ +{ + "id": "minion-code", + "name": "Minion Code", + "version": "0.1.5", + "description": "An enhanced AI code assistant built on the Minion framework with rich development tools", + "repository": "https://github.com/femto/minion-code", + "authors": [ + "femto" + ], + "license": "AGPL-3.0", + "distribution": { + "uvx": { + "package": "minion-code@0.1.5", + "args": ["acp"] + } + } +}