mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
25 lines
577 B
JSON
25 lines
577 B
JSON
{
|
|
"id": "diagram",
|
|
"name": "Diagram Explorer",
|
|
"description": "Render diagrams, click nodes to drill down, and view agent-generated explanations directly in the canvas.",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"architecture-mapping",
|
|
"canvas-navigation",
|
|
"exploratory-analysis",
|
|
"interactive-diagrams",
|
|
"node-drilldown",
|
|
"relationship-visualization"
|
|
],
|
|
"screenshots": {
|
|
"icon": {
|
|
"path": "assets/preview.png",
|
|
"type": "image/png"
|
|
},
|
|
"gallery": {
|
|
"path": "assets/preview.png",
|
|
"type": "image/png"
|
|
}
|
|
}
|
|
}
|