mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-26 10:45:03 +00:00
27 lines
670 B
JSON
27 lines
670 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "sentry-triage",
|
|
"description": "Scan live Sentry issues in a Copilot canvas, group them by urgency, and hand issues off for tracking or a fix PR.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Liz Tom",
|
|
"url": "https://github.com/liztom"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"canvas",
|
|
"copilot-canvas",
|
|
"copilot-extension",
|
|
"error-triage",
|
|
"incident-response",
|
|
"on-call",
|
|
"sentry"
|
|
],
|
|
"extensions": {
|
|
"com.github.copilot": {
|
|
"logo": "assets/preview.png"
|
|
}
|
|
}
|
|
}
|