From b7e996229c1614b367a8807533e0b62ed870610a Mon Sep 17 00:00:00 2001 From: Kristoffer Roen-Lie Date: Wed, 16 Sep 2026 15:48:18 +0200 Subject: [PATCH 1/2] Add Agent Issues plugin --- .github/plugin/marketplace.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index a31b710..00e419e 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -386,6 +386,26 @@ ], "license": "MIT" }, + { + "name": "agent-issues", + "source": { + "source": "github", + "repo": "arcmantle/agent-issues-plugin" + }, + "description": "Agent Issues workflow skills, custom agent, and MCP tools.", + "version": "0.2.8", + "author": { + "name": "Agent Issues contributors" + }, + "homepage": "https://github.com/arcmantle/agent-issues", + "repository": "https://github.com/arcmantle/agent-issues", + "keywords": [ + "agent-issues", + "issue-tracking", + "mcp" + ], + "license": "MIT" + }, { "name": "power-automate", "source": { From 66c91b9f88ccf649dd313db65ee5b845ce685239 Mon Sep 17 00:00:00 2001 From: Kristoffer Roen-Lie Date: Wed, 16 Sep 2026 22:32:52 +0200 Subject: [PATCH 2/2] Use published plugin version --- .github/plugin/marketplace.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 00e419e..df0f137 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -393,7 +393,6 @@ "repo": "arcmantle/agent-issues-plugin" }, "description": "Agent Issues workflow skills, custom agent, and MCP tools.", - "version": "0.2.8", "author": { "name": "Agent Issues contributors" },