Skip to content

Commit d944a73

Browse files
dawright22Copilot
andauthored
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>
1 parent 93acc6c commit d944a73

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,34 @@
288288
"description": "Self-Learning Multi-agent orchestration harness for spec-driven development and automated verification.",
289289
"version": "1.20.0"
290290
},
291+
{
292+
"name": "git-ape",
293+
"description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
294+
"version": "0.0.1",
295+
"author": {
296+
"name": "Microsoft",
297+
"url": "https://github.com/Azure/git-ape"
298+
},
299+
"homepage": "https://github.com/Azure/git-ape",
300+
"keywords": [
301+
"azure",
302+
"cloud",
303+
"infrastructure",
304+
"arm-templates",
305+
"deployment",
306+
"devops",
307+
"iac",
308+
"security",
309+
"cost-estimation",
310+
"github-actions"
311+
],
312+
"license": "MIT",
313+
"repository": "https://github.com/Azure/git-ape",
314+
"source": {
315+
"source": "github",
316+
"repo": "Azure/git-ape"
317+
}
318+
},
291319
{
292320
"name": "go-mcp-development",
293321
"source": "go-mcp-development",

plugins/external.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,22 @@
155155
"source": "github",
156156
"repo": "microsoft/What-I-Did-Copilot"
157157
}
158+
},
159+
{
160+
"name": "git-ape",
161+
"description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
162+
"version": "0.0.1",
163+
"author": {
164+
"name": "Microsoft",
165+
"url": "https://github.com/Azure/git-ape"
166+
},
167+
"homepage": "https://github.com/Azure/git-ape",
168+
"keywords": ["azure", "cloud", "infrastructure", "arm-templates", "deployment", "devops", "iac", "security", "cost-estimation", "github-actions"],
169+
"license": "MIT",
170+
"repository": "https://github.com/Azure/git-ape",
171+
"source": {
172+
"source": "github",
173+
"repo": "Azure/git-ape"
174+
}
158175
}
159176
]

0 commit comments

Comments
 (0)