Add git-ape external plugin entry (#1640)

Add Azure/git-ape to plugins/external.json and regenerate marketplace.json for discovery and install via Awesome Copilot.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
dawright22
2026-05-08 16:23:23 +10:00
committed by GitHub
parent 93acc6c6eb
commit d944a73b58
2 changed files with 45 additions and 0 deletions
+28
View File
@@ -288,6 +288,34 @@
"description": "Self-Learning Multi-agent orchestration harness for spec-driven development and automated verification.",
"version": "1.20.0"
},
{
"name": "git-ape",
"description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
"version": "0.0.1",
"author": {
"name": "Microsoft",
"url": "https://github.com/Azure/git-ape"
},
"homepage": "https://github.com/Azure/git-ape",
"keywords": [
"azure",
"cloud",
"infrastructure",
"arm-templates",
"deployment",
"devops",
"iac",
"security",
"cost-estimation",
"github-actions"
],
"license": "MIT",
"repository": "https://github.com/Azure/git-ape",
"source": {
"source": "github",
"repo": "Azure/git-ape"
}
},
{
"name": "go-mcp-development",
"source": "go-mcp-development",
+17
View File
@@ -155,5 +155,22 @@
"source": "github",
"repo": "microsoft/What-I-Did-Copilot"
}
},
{
"name": "git-ape",
"description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
"version": "0.0.1",
"author": {
"name": "Microsoft",
"url": "https://github.com/Azure/git-ape"
},
"homepage": "https://github.com/Azure/git-ape",
"keywords": ["azure", "cloud", "infrastructure", "arm-templates", "deployment", "devops", "iac", "security", "cost-estimation", "github-actions"],
"license": "MIT",
"repository": "https://github.com/Azure/git-ape",
"source": {
"source": "github",
"repo": "Azure/git-ape"
}
}
]