mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "color-orb",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"description": "Gives users a visual orb they can ask the agent to recolor while showing a live activity log in the canvas.",
|
|
"keywords": [
|
|
"color-picker",
|
|
"interactive-demo",
|
|
"agent-actions",
|
|
"realtime-updates",
|
|
"sse-events",
|
|
"visual-feedback"
|
|
]
|
|
}
|