mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-18 05:31:27 +00:00
chore: publish from staged
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "gesture-review",
|
||||
"name": "Gesture PR Review",
|
||||
"description": "Review pull requests with a live camera feed and approve or reject using thumbs-up/thumbs-down gestures.",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"camera-input",
|
||||
"gesture-control",
|
||||
"github-prs",
|
||||
"hands-free",
|
||||
"mediapipe",
|
||||
"pull-request-review"
|
||||
],
|
||||
"screenshots": {
|
||||
"icon": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
"gallery": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -179,7 +179,7 @@ const canvas = createCanvas({
|
||||
id: "gesture-review",
|
||||
displayName: "Gesture PR Review",
|
||||
description:
|
||||
"Interactive PR review using hand gestures. Shows a live camera feed and detects thumbs up (approve) or thumbs down (reject) via MediaPipe hand tracking.",
|
||||
"Users review pull requests with a live camera feed and approve or reject using thumbs-up/thumbs-down gestures.",
|
||||
actions: [
|
||||
{
|
||||
name: "show_pr",
|
||||
|
||||
@@ -5,5 +5,14 @@
|
||||
"main": "extension.mjs",
|
||||
"dependencies": {
|
||||
"@github/copilot-sdk": "latest"
|
||||
}
|
||||
},
|
||||
"description": "Users review pull requests with a live camera feed and approve or reject using thumbs-up/thumbs-down gestures.",
|
||||
"keywords": [
|
||||
"pull-request-review",
|
||||
"gesture-control",
|
||||
"camera-input",
|
||||
"hands-free",
|
||||
"github-prs",
|
||||
"mediapipe"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user