mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"name": "diagram-viewer",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"description": "Lets users render diagrams, click nodes to drill down, and view agent-generated explanations directly in the canvas.",
|
|
"keywords": [
|
|
"interactive-diagrams",
|
|
"architecture-mapping",
|
|
"node-drilldown",
|
|
"relationship-visualization",
|
|
"exploratory-analysis",
|
|
"canvas-navigation"
|
|
]
|
|
}
|