mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
chore: publish from staged
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "color-orb",
|
||||
"name": "Color Orb",
|
||||
"description": "A visual orb that users can ask the agent to recolor while showing a live activity log in the canvas.",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"agent-actions",
|
||||
"color-picker",
|
||||
"interactive-demo",
|
||||
"realtime-updates",
|
||||
"sse-events",
|
||||
"visual-feedback"
|
||||
],
|
||||
"screenshots": {
|
||||
"icon": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
"gallery": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,5 +5,14 @@
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user