mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-21 16:36:51 +00:00
927c1b5b38
* canvas-extension: new chat cards extension * codespell: resolve mispelling * code review, debug extension finding github app issue * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * apply edits from code review * apply edits from code review * apply edits from code review --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
20 lines
545 B
JSON
20 lines
545 B
JSON
{
|
|
"name": "chat-cards",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"description": "Interactive card deck in a GHCP canvas: tab cards, tables, SVG charts, show/hide sections, numbered outlines, rendered markdown documents, video clips, and forms whose submissions come back to the conversation as prompts.",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"keywords": [
|
|
"interactive-cards",
|
|
"charts",
|
|
"forms",
|
|
"education",
|
|
"research",
|
|
"visual-explanations",
|
|
"canvas"
|
|
]
|
|
}
|